Class DeleteEdgeCommand

  • All Implemented Interfaces:
    Command

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

      • DeleteEdgeCommand

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