Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Graphical Finite State Machine Editor [closed]

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?

like image 343
Roland Avatar asked Sep 14 '09 16:09

Roland


People also ask

What is a real life scenario where a FSM could be used?

There are many more examples of finite state machines we could use: a vending machine. a subway entrance turnstile. a heating system.

How does a finite state machine work?

A finite state machine is a mathematical abstraction used to design algorithms. In simpler terms, a state machine will read a series of inputs. When it reads an input, it will switch to a different state. Each state specifies which state to switch to, for a given input.


1 Answers

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.

like image 169
Toybuilder Avatar answered Sep 30 '22 19:09

Toybuilder