Darren Burgess
Darren Burgess

Reputation: 4312

FOSS State Diagram Program

I am looking for a program to build state diagrams/machines in, the simpler the program the better. Any Suggestions?

Upvotes: 0

Views: 748

Answers (2)

Miro Samek
Miro Samek

Reputation: 1975

QM (http://www.state-machine.com/qm) is a simple, free, cross-platform, graphical UML modeling tool for designing and implementing real-time embedded applications based on state machines. QM supports nested states, entry/exit actions, actions on transitions, internal transitions, and choice segments. The generated C or C++ code is human readable. QM allows you to mix your own code with the synthesized code and use the tool to generate as much or as little of the overall code as you see fit.

Upvotes: 0

Michalis Famelis
Michalis Famelis

Reputation: 198

If you're trying to just draw pictures,take a look at Dia, Umbrello or UMLet. If you also want to do things like code generation, look closer into this comprehensive list.

Upvotes: 1

Related Questions