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 (architecture_autodiagram)
Figure 175 : StateVertex (architecture_autodiagram)
StateVertexUmlModelElementRegionTransitionStateAbstractPseudoStateConnectionPointReference
Association
Description
OutGoing : Transition [0..*]
Specifies the Transitions departing from the StateVertex.
Incoming : Transition [0..*]
Specifies the Transitions entering the StateVertex.
Parent : Region [0..1]