Class DeleteGraphNodeCommand

  • All Implemented Interfaces:
    Command

    public class DeleteGraphNodeCommand
    extends Object
    implements Command
    A Command to delete a GraphNode from a Graph
    • Constructor Detail

      • DeleteGraphNodeCommand

        public DeleteGraphNodeCommand​(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: