Graphical Finite State Machine Editor [closed]

2019-03-09 10:26发布

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?

10条回答
该账号已被封号
2楼-- · 2019-03-09 10:49

this may work for you: http://fsme.sourceforge.net/

it is kind of old, but better give a try;)

查看更多
手持菜刀,她持情操
3楼-- · 2019-03-09 10:54

you can use Stateflow to draw and simulate graphical state machines. It also provides an interface for creating state transition tables. The model can then be exported as html reports and can emit C/C++ code for implementation.

查看更多
劫难
4楼-- · 2019-03-09 10:55

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.

查看更多
可以哭但决不认输i
5楼-- · 2019-03-09 10:55

The QM tool available here http://www.state-machine.com/qm/index.php is a nice UML statemachine editor and code generator, that generates C/C++ code, but for QP kernels.

查看更多
登录 后发表回答