Robami / pystatecharts

Automatically exported from code.google.com/p/pystatecharts
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

another illegal transition #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. top state X is a concurrent state
2. top state transitions to "end" on event Y
3. There is a lower state underneath X, state Z also has transition on event Y, 
transitioning to itself Z, or another lower level state Q 

What is the expected output? What do you see instead?

 I expect the top state X transition to end to take precedence over the
 lower state Z.

 But, the lower level state transition takes precedence on eventY and the statechart does not end.

Original issue reported on code.google.com by r...@haystack.mit.edu on 12 Apr 2011 at 12:00