|
|
|
|
|
by signa11
2638 days ago
|
|
one possibility is to use hierarchical-state-machines (HSM), which allow (encourage even ?) the decomposition of state-machine into common behavior for reuse across states. HSM have been there for a while, being proposed in '84 (!) by David Harel under the name 'statecharts' |
|