FinalState |
Top Previous Next |
Semantics A final state represents the last or "final" state of the enclosing composite state. There may be more than one final state at any level signifying that the composite state can end in different ways or conditions. When a final state is reached and there are no other enclosing states it means that the entire state machine has completed its transitions and no more transitions can occur. Procedure for creating final state In order to create FinalState,
Procedure for creating final state from state In order to create final state with outgoing transition from selected object, use shortcut creation syntax.
|