Interface Command
-
- All Known Implementing Classes:
AddEdgeCommand,AddGraphNodeCommand,BatchCommand,DeleteEdgeCommand,DeleteGraphNodeCommand
public interface CommandCommand to mutate Elements
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Resultsapply(RuleManager ruleManager)Apply the commandResultsundo(RuleManager ruleManager)Undo the changes the command made to the model
-
-
-
Method Detail
-
apply
Results apply(RuleManager ruleManager)
Apply the command- Parameters:
ruleManager-- Returns:
-
undo
Results undo(RuleManager ruleManager)
Undo the changes the command made to the model- Parameters:
ruleManager-- Returns:
-
-