
Metamodel user guide
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.

Figure 181 : StateVertex
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] |