Uses of Interface
de.mid.innovator.srv2api.icw2bpdia.BPDiaSequenceFlow
-
Packages that use BPDiaSequenceFlow Package Description de.mid.innovator.srv2api.icw2bpdia BPMN Diagrams and graphical representations for elements of the icw2bp package. -
-
Uses of BPDiaSequenceFlow in de.mid.innovator.srv2api.icw2bpdia
Methods in de.mid.innovator.srv2api.icw2bpdia that return BPDiaSequenceFlow Modifier and Type Method Description BPDiaSequenceFlow
BPDiaProcessViewNode. getDiaSequenceFlow(BPSequenceFlow refObj)
Returns the presentation edge of the flow.Methods in de.mid.innovator.srv2api.icw2bpdia that return types with arguments of type BPDiaSequenceFlow Modifier and Type Method Description java.util.List<BPDiaSequenceFlow>
BPDiaChoreographyViewNode. getOwnedSequenceFlow(K_CONTROL_OPTION... behaviourFlags)
BPDiaSequenceFlow
owned by theBPDiaChoreographyViewNode
.java.util.List<BPDiaSequenceFlow>
BPDiaLaneNode. getOwnedSequenceFlow(K_CONTROL_OPTION... behaviourFlags)
AllBPDiaSequenceFlow
of theBPDiaLaneNode
.java.util.List<BPDiaSequenceFlow>
BPDiaProcessViewNode. getOwnedSequenceFlow(K_CONTROL_OPTION... behaviourFlags)
BPDiaSequenceFlow
owned by theBPDiaProcessViewNode
.
-