Class AddEdgeCommand

  • All Implemented Interfaces:
    Command

    public class AddEdgeCommand
    extends Object
    implements Command
    A Command to add an Edge between two GraphNodes
    • Constructor Detail

      • AddEdgeCommand

        public AddEdgeCommand​(org.uberfire.ext.wires.bpmn.api.model.BpmnGraphNode outgoingNode,
                              org.uberfire.ext.wires.bpmn.api.model.BpmnGraphNode incomingNode,
                              org.uberfire.ext.wires.bpmn.api.model.BpmnEdge edge)
    • 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: