Pseudo States

In UML2 whe have a number of what we call pseudo states.

Examples of pseudo states are:

The FSM can never be said to be in a Pseudo states.

The StateMachine always transitions through pseudo states instantaneously.

We do not emmitt pseudo states into the StateOfMind stream nor transitions.

Instead you will see an transition from the original state into the target state.

FSM2 models the above pseudo states as transitions as that is where the fit naturally into the FSM2 builder pattern.

Last updated