I am inside a submachine and I want to trigger a transition from the containing submachinestate to another state. What’s the correct notation for this? That is,
Submachine:
Ready [Is_Conencted] / trigger Go -> terminate node
Machine:
Go / -> Running
What’s the UML syntactically correct way to say “trigger Go”?
In statecharts, like IAR visualSTATE, with Signals (in addition to Events), the syntax to fire a
Gosignal isStatecharts do not fire Events — they come from external sources.