1.3.1.5.17 StateVertex
Abstraction of a Node in a statechart graph.
A StateVertex can be either a State, or a PseudoState that is only a graphical convention. A StateVertex belongs to a State, or to a StateMachine if it is a root State.
: StateVertex
Figure 181 : StateVertex
StateVertexTransitionModelElement
Association
Description
Incoming : Transition [0..*]
Specifies the Transitions entering the vertex.
OutGoing : Transition [0..*]
Specifies the Transitions departing from the vertex.
Parent : Region [0..1]