java.util.List<SMTransExt> |
SMVertex.getComesFromVertex(MMStereotype stereotype,
SMVertex refObj,
K_CONTROL_OPTION... behaviourFlags) |
The method calls getComesFromVertex and filters its return values according to the given stereotype value.
|
java.util.List<SMTransExt> |
SMVertex.getComesFromVertex(SMVertex refObj,
K_CONTROL_OPTION... behaviourFlags) |
All transitions which come from the state given by argument refObj to the state given state.
|
java.util.List<SMTransExt> |
SMVertex.getGoesToVertex(MMStereotype stereotype,
SMVertex refObj,
K_CONTROL_OPTION... behaviourFlags) |
The method calls getGoesToVertex and filters its return values according to the given stereotype value.
|
java.util.List<SMTransExt> |
SMVertex.getGoesToVertex(SMVertex refObj,
K_CONTROL_OPTION... behaviourFlags) |
All transitions which go from the given vertex to the vertex given by argument refObj .
|
java.util.List<SMTransExt> |
SMVertex.getIncoming(K_CONTROL_OPTION... behaviourFlags) |
The target vertex of the transition.
|
java.util.List<SMTransExt> |
SMVertex.getOutgoing(K_CONTROL_OPTION... behaviourFlags) |
The source vertex of the transition.
|
java.util.List<SMTransExt> |
SMRegion.getTransition(K_CONTROL_OPTION... behaviourFlags) |
The set of transitions owned by the region.
|