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:41

I found this pretty interesting software

DRAKON is a visual language for specifications from the Russian space program. DRAKON is used for capturing requirements and building software that controls spacecraft.

http://drakon-editor.sourceforge.net/

It is advanced software. It can generate ERlang, as well as many other languages, state machine code. http://drakon-editor.sourceforge.net/erlang_auto.html

It's free / OSX / Windows

Screenshot .

查看更多
够拽才男人
3楼-- · 2019-03-09 10:41

Check out http://madebyevan.com/fsm/ its quite easy to use and it even produces LaTeX!

查看更多
一夜七次
4楼-- · 2019-03-09 10:42

This project seems to be spot on, but I'm not sure about the status...

查看更多
神经病院院长
5楼-- · 2019-03-09 10:44

There is a simple UI builder for scxml charts available on google code Try here http://code.google.com/p/scxmlgui/

Seems to be quite active

查看更多
地球回转人心会变
6楼-- · 2019-03-09 10:47

If you want to generate code (C++ or Python), fsme does a very good job. I have successfully used it to create a number of very complex state machines, and would use it again for anything similar.

查看更多
不美不萌又怎样
7楼-- · 2019-03-09 10:48

I am only just now starting to look at YAKINDU - it looks like it might be a great graphical FSM tool built on top of the Eclipse framework, and has (IIUC) automatic code generation for the state graph.

查看更多
登录 后发表回答