vitro.graph
Class CreateAction
java.lang.Object
vitro.graph.GraphAction
vitro.graph.CreateAction
- All Implemented Interfaces:
- Action
public class CreateAction
- extends GraphAction
position
public final Position position
actor
public final Actor actor
node
protected final Node node
CreateAction
public CreateAction(Graph model,
Node node,
Actor actor)
apply
public void apply()
- Description copied from interface:
Action
- Apply this Action's change to a supplied Model or Models.
undo
public void undo()
- Description copied from interface:
Action
- Revert any changes made during apply().
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
toString
public String toString()
- Overrides:
toString
in class Object