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 BPDiaSequenceFlowBPDiaProcessViewNode. 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)BPDiaSequenceFlowowned by theBPDiaChoreographyViewNode.java.util.List<BPDiaSequenceFlow>BPDiaLaneNode. getOwnedSequenceFlow(K_CONTROL_OPTION... behaviourFlags)AllBPDiaSequenceFlowof theBPDiaLaneNode.java.util.List<BPDiaSequenceFlow>BPDiaProcessViewNode. getOwnedSequenceFlow(K_CONTROL_OPTION... behaviourFlags)BPDiaSequenceFlowowned by theBPDiaProcessViewNode.
-