<T extends BPFlowElement> java.util.List<T> |
BPGroupArtifact.getFlowElement(java.lang.Class<T> returnType) |
|
<T extends BPFlowElement> java.util.List<T> |
BPLane.getFlowElement(java.lang.Class<T> returnType) |
|
<T extends BPFlowElement> java.util.List<T> |
BPPath.getFlowElementsInPath(java.lang.Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags) |
|
<T extends BPFlowElement> java.util.List<T> |
BPPath.getFlowElementsInPath(java.lang.Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags) |
The method calls getFlowElementsInPath and filters its return values according to the given stereotype value.
|
<T extends BPFlowElement> java.util.List<T> |
BPPath.getFlowElementsInPathWithProcessNotReachable(java.lang.Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags) |
|
<T extends BPFlowElement> java.util.List<T> |
BPPath.getFlowElementsInPathWithProcessNotReachable(java.lang.Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags) |
The method calls getFlowElementsInPathWithProcessNotReachable and filters its return values according to the given stereotype value.
|
<T extends BPFlowElement> java.util.List<T> |
BPPath.getFlowElementsReachable(java.lang.Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags) |
|
<T extends BPFlowElement> java.util.List<T> |
BPPath.getFlowElementsReachable(java.lang.Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags) |
The method calls getFlowElementsReachable and filters its return values according to the given stereotype value.
|
<T extends BPFlowElement> java.util.List<T> |
BPFlowProcessContainer.getFlowElementTransitiveDown(java.lang.Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags) |
|
<T extends BPFlowElement> java.util.List<T> |
BPFlowProcessContainer.getFlowElementTransitiveDown(java.lang.Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags) |
The method calls getFlowElementTransitiveDown and filters its return values according to the given stereotype value.
|
<T extends BPFlowElement> java.util.List<T> |
BPFlowProcessContainer.getNestedFlowElement(java.lang.Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags) |
|
<T extends BPFlowElement> java.util.List<T> |
BPFlowProcessContainer.getNestedFlowElement(java.lang.Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags) |
The method calls getNestedFlowElement and filters its return values according to the given stereotype value.
|
<T extends BPFlowElement> java.util.List<T> |
BPProcess.getPossiblePathElement(java.lang.Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags) |
|
<T extends BPFlowElement> java.util.List<T> |
BPProcess.getPossiblePathElement(java.lang.Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags) |
The method calls getPossiblePathElement and filters its return values according to the given stereotype value.
|
<T extends BPFlowElement> java.util.List<T> |
BPFlowElementContainer.getSequenceFlowElement(java.lang.Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags) |
|