vitro.graph
Class GraphAction

java.lang.Object
  extended by vitro.graph.GraphAction
All Implemented Interfaces:
Action
Direct Known Subclasses:
CreateAction, CreateEdgeAction, CreateNodeAction, DestroyAction, DestroyEdgeAction, DestroyNodeAction, MoveAction

public abstract class GraphAction
extends Object
implements Action


Field Summary
protected  Graph model
           
 
Constructor Summary
protected GraphAction(Graph model)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface vitro.Action
apply, undo
 

Field Detail

model

protected final Graph model
Constructor Detail

GraphAction

protected GraphAction(Graph model)