Uses of Interface
de.mid.innovator.srv2api.icw2bpdia.BPDiaLaneNode
Packages that use BPDiaLaneNode
Package
Description
BPMN Diagrams and graphical representations for elements of the icw2bp package.
-
Uses of BPDiaLaneNode in de.mid.innovator.srv2api.icw2bpdia
Methods in de.mid.innovator.srv2api.icw2bpdia that return BPDiaLaneNodeModifier and TypeMethodDescriptionBPDiaProcessViewNode.getDiaLaneNode(BPLane refObj) Returns the presentation node of the lane.BPDiaProcessViewNode.getLeafLaneNodeForNode(PRDiaNode refObj) Tries to find a leaf lane for the node passed considering the absolute positions of the node and the leaf lanes in the process view node.Methods in de.mid.innovator.srv2api.icw2bpdia that return types with arguments of type BPDiaLaneNodeModifier and TypeMethodDescriptionBPDiaLaneNode.getChildLaneNode()All lane nodes owned by the lane node.BPDiaLaneNode.getLeafLaneNode(K_CONTROL_OPTION... behaviourFlags) All leaf lanes.BPDiaProcessViewNode.getLeafLaneNode(K_CONTROL_OPTION... behaviourFlags) All leaf lane nodes in this process view node.BPDiaProcessViewNode.getLeafLaneNodeSortedByPosition(K_CONTROL_OPTION... behaviourFlags) All leaf lane nodes in this process view node.BPDiaProcessViewNode.getOwnedLaneNode()All lane nodes owned by the view node.