Uses of Interface
de.mid.innovator.srv2api.icw2bp.BPSequenceFlow
-
Packages that use BPSequenceFlow Package Description de.mid.innovator.srv2api.icw2bc Package for Business Object Modeling.de.mid.innovator.srv2api.icw2bp Package for Business Process Model and Notation (BPMN).de.mid.innovator.srv2api.icw2bpdia BPMN Diagrams and graphical representations for elements of the icw2bp package. -
-
Uses of BPSequenceFlow in de.mid.innovator.srv2api.icw2bc
Methods in de.mid.innovator.srv2api.icw2bc that return types with arguments of type BPSequenceFlow Modifier and Type Method Description java.util.List<BPSequenceFlow>
BCExpression. getSequenceFlow()
All conditional sequence flows using this conditional expression. -
Uses of BPSequenceFlow in de.mid.innovator.srv2api.icw2bp
Methods in de.mid.innovator.srv2api.icw2bp that return BPSequenceFlow Modifier and Type Method Description static BPSequenceFlow
BPSequenceFlowHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Sequence Flow with template from source to target element.static BPSequenceFlow
BPSequenceFlowHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Sequence Flow with stereotype from source to target element.Methods in de.mid.innovator.srv2api.icw2bp that return types with arguments of type BPSequenceFlow Modifier and Type Method Description java.util.List<BPSequenceFlow>
BPSequenceFlowNode. getIncomingSequenceFlow(K_CONTROL_OPTION... behaviourFlags)
All incoming sequence flows.java.util.List<BPSequenceFlow>
BPSequenceFlowNode. getOutgoingSequenceFlow(K_CONTROL_OPTION... behaviourFlags)
All outgoing sequence flows. -
Uses of BPSequenceFlow in de.mid.innovator.srv2api.icw2bpdia
Methods in de.mid.innovator.srv2api.icw2bpdia with parameters of type BPSequenceFlow Modifier and Type Method Description BPDiaSequenceFlow
BPDiaProcessViewNode. getDiaSequenceFlow(BPSequenceFlow refObj)
Returns the presentation edge of the flow.
-