
6 Dec
2009
6 Dec
'09
5:30 p.m.
On Dec 6, 2009, at 5:04 AM, Andreas Huber wrote:
2. In Statechart, the definition of a state is coupled to the machine in which it resides while in MSM the state can be defined totally in isolation of the machine, and, thus, reused in other machines
FWIW, in Statechart you can decouple a state from its machine by making it a template.
Funny you wrote that, because I have done exactly that! But found it to be a bit ad hoc. David