Every state contains a flow-diagram, which is executed on entering the state!
In the flow-editors you can specify any flow-control and function-execution as you are used to do in textual source-code:
 blocks
 if ... then ... else
 while ... do
 do ... until
 Library function-calls
 STD Member-function-calls
 Evaluate expressions
|