
Metamodel user guide
Class | Summary |
---|---|
AbstractPseudoState | Abstraction for PseudoState. |
ChoicePseudoState | Dynamic conditional branch. |
ConnectionPointReference | |
DeepHistoryPseudoState | Most recent active configuration of the composite state. |
EntryPointPseudoState | Entry point of a state machine or composite state |
ExitPointPseudoState | Exit point of a state machine or composite state. |
FinalState | |
ForkPseudoState | Split an incoming transition into two or more transitions. |
InitialPseudoState | Default vertex that is the source for a single transition to the default state of a composite state. |
InternalTransition | Transition that is internal to a State. |
JoinPseudoState | Merge several transitions. |
JunctionPseudoState | |
Region | |
ShallowHistoryPseudoState | |
State | Notable situation or condition during the life of an object. |
StateMachine | Graph of States and Transitions that describes the dynamic behavior of objects. |
StateVertex | Abstraction of a Node in a statechart graph. |
TerminatePseudoState | Terminates a StateMachine. |
Transition | Path from one State to another. |
Enumeration | Values | Description |
---|---|---|
KindOfControl | If Case | |
KindOfStateMachine | protocol dynamic | Definition of whether or not a StateMachine describes the dynamics of a ModelElement (Class, UseCase, Package), or is a protocol StateMachine. |
PredefinedEventType | DoEvent EntryEvent ExitEvent OtherEvent | Definition of all predefined types of event. InternalTransitions may be of one of these predefined types. |