Uses of Interface
de.mid.innovator.srv2api.icw2bpdia.BPDiaLaneNode
-
Packages that use BPDiaLaneNode Package Description de.mid.innovator.srv2api.icw2bpdia BPMN Diagrams and graphical representations for elements of the icw2bp package.de.mid.innovator.srv2api.icw2pres Diagrams and graphical representations of model elements in diagrams. -
-
Uses of BPDiaLaneNode in de.mid.innovator.srv2api.icw2bpdia
Methods in de.mid.innovator.srv2api.icw2bpdia that return types with arguments of type BPDiaLaneNode Modifier and Type Method Description java.util.List<BPDiaLaneNode>
BPDiaLaneNode. getChildLaneNode(K_CONTROL_OPTION... behaviourFlags)
All lane nodes owned by the lane node.java.util.List<BPDiaLaneNode>
BPDiaLaneNode. getLeafLaneNode(K_CONTROL_OPTION... behaviourFlags)
All leaf lanes.java.util.List<BPDiaLaneNode>
BPDiaProcessViewNode. getLeafLaneNode(K_CONTROL_OPTION... behaviourFlags)
All leaf lane nodes in this process view node.java.util.List<BPDiaLaneNode>
BPDiaProcessViewNode. getLeafLaneNodeSortedByPosition(K_CONTROL_OPTION... behaviourFlags)
All leaf lane nodes in this process view node.java.util.List<BPDiaLaneNode>
BPDiaProcessViewNode. getOwnedLaneNode(K_CONTROL_OPTION... behaviourFlags)
All lane nodes owned by the view node. -
Uses of BPDiaLaneNode in de.mid.innovator.srv2api.icw2pres
Methods in de.mid.innovator.srv2api.icw2pres that return BPDiaLaneNode Modifier and Type Method Description BPDiaLaneNode
PRDiaCalloutNode. getOwningBPDiaLaneNode()
The lane node owning this callout node.
-