The FWStateMachine Stereotype
This section defines the constraints applicable to the <<FWStateMachine>> stereotype. Each constraint is defined in a dedicated subsection.
EntryPointConstraint
Description: The state machine has no entry points.
| OCL: |
|---|
|
|
| UML2 API: |
|---|
|
|
ExitPointConstraint
Description: The state machine has no exit points.
| OCL: |
|---|
|
|
| UML2 API: |
|---|
|
|
RegionConstraint
Description: The state machine has only one region.
| OCL: |
|---|
|
|
| UML2 API: |
|---|
|
|
StateAndTransitionExtentionConstraint
Description: New states and transitions of an inherited (extended) state machine can be only added (embedded) to simple states of a base state machine.
| OCL: |
|---|
|
|
| UML2 API: |
|---|
|
|