Event Bubbling in Hierarchical State Machine (HSM)
Assume the following setup
UML local/external transition through multiple hierarchy levels
Can someone tell me how the depicted transitions work in UML,
what entry exit transitions are executed?
What’s the order of execution, assuming the transitions have actions associated with them?
Is this even legal in UML?