Community
Participate
Working Groups
The textual editor for States does not allow the specification of submachine states. This can be easily achieved by modifying the grammar underlying the textual editor, allowing the specification of a reference to a StateMachine after the specification of the state (e.g, "MyState : MyReferencedStateMachine"
Created attachment 180948 [details] Support for submachine states in the textual state editor This patch modifies the textual editor so that it is possible to reference a submachine when specifying a state.
Fixe with patch from Arnaud Cuccuru