I am looking for a sophisticated graphical FSM editor that can export a model in a well-documented output format, like SCXML or similar.
Can anybody recommend me a tool?
I am looking for a sophisticated graphical FSM editor that can export a model in a well-documented output format, like SCXML or similar.
Can anybody recommend me a tool?
All I've found are some UML tools that can create drawings, but nothing good enough for real usage.
The person writing this blog post has an internal SCXML editor. Maybe if you ask him/her nicely... :-)
I'm not sure if this is excactly what you are looking for but seeing as there aren't too many answers to your question I'll throw it out there. Ragel is a finite state machine compiler which will output C/C++/Java and more. It's not visual per se (you can't design the state machine graphically, you use code) but it is able to use GraphViz to visualise the state machine.
this may work for you: http://fsme.sourceforge.net/
it is kind of old, but better give a try;)