itemisCREATE / examples

YAKINDU Statechart Tools examples
21 stars 25 forks source link

Simulation of example "com.yakindu.sct.examples.trafficlight.multism" does not work #209

Open tkutz opened 3 years ago

tkutz commented 3 years ago

I think the example itself is not very useful to demonstrate a simulation of multi statemachines. There are at least two issues: (1) the submachines are never entered, (2) all statecharts are cyclebased, but the submachines' runCycle() method is never called

This results in a simulation where nothing happens, which gives the impression that something is broken.

rherrmannr commented 3 years ago

is this still an issue @tkutz ?

tkutz commented 3 years ago

Yes, simulating TwoWayTrafficControl.ysc does not do much because the sub machines are never entered.