Class AddGraphNodeCommand

  • All Implemented Interfaces:
    Command

    public class AddGraphNodeCommand
    extends Object
    implements Command
    A Command to add a GraphNode to a Graph
    • Constructor Detail

      • AddGraphNodeCommand

        public AddGraphNodeCommand​(org.uberfire.ext.wires.bpmn.api.model.BpmnGraph target,
                                   org.uberfire.ext.wires.bpmn.api.model.BpmnGraphNode candidate)
    • Method Detail

      • undo

        public Results undo​(RuleManager ruleManager)
        Description copied from interface: Command
        Undo the changes the command made to the model
        Specified by:
        undo in interface Command
        Returns: