Maki
|
A completion transition occurs whenever the source state is said to be complete. What determines the completion of a state depends on whether it's simple or composite.
A simple state is considered complete right after its entry action is executed.
In the example below, right after a transition to S
completes, the state machine transitions from S
to T
.
A composite state is considered complete right after all its regions enter their final state.
In the example below, whenever every region of S
enters its final state, the state machine transitions from S
to T
.
Pass maki::null
in lieu of an event type:
The final state is represented by maki::final
in transition tables: