A hierarchical state machine is one where a state can have sub-states, which can have sub-states and so on.
These were usually supported by those heavy weight commercial SM tools.
Is there a need for this ina system design? Does application code get overly complicated
by their usage? Can designs be done w/o having substates?
Please post your comments.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
A hierarchical state machine is one where a state can have sub-states, which can have sub-states and so on.
These were usually supported by those heavy weight commercial SM tools.
Is there a need for this ina system design? Does application code get overly complicated
by their usage? Can designs be done w/o having substates?
Please post your comments.