scxml

Commons SCXML - Force jump to a given state

I am using Apache Commons SCXML, and I would like to know if it is possible to tell the state machine (SCXMLExecutor) to jump to a given state. I can not use the initialstate attribute, because I want the state machine to recover (i.e. from power failures), and the only thing I have is the last state. That is why I was thinking about t...

Is there a simple .NET code generator for a Event-driven finite state machine?

Is there a simple .NET code generator for a Event-driven finite state machine? I am tired of doing this by hand for user-interface objects. I just need the enum definition, the switch statement, and each function call. I do not need a "library". See Event-driven finite state machine at http://en.wikipedia.org/wiki/Event_driven_finite_s...

What is the difference between SCXML statecharts and UML statecharts?

I know that the user defines them in different ways (XML compared to UML Tool), but what is the difference in semantics between the two? Or does a statechart in SCXML mean the same thing as a comparable statechart in UML? ...