[Tools] Finite State Machine modeling

Alessandro71

Well-Known Member
Licensed User
Longtime User
More often than not, I find myself modeling my apps state as a FSM.
Small projects are manageable with pen and paper, but more complex ones are difficult to design and maintain.
Does anyone use the same approach?
Which tool are you using?
My dream tool should have at least the following features:
1) define the list of states and transition actions/triggers
2) output a graphic chart that can be exported to a word processor for documentation purposes.
 

hatzisn

Expert
Licensed User
Longtime User
ClickCharts by NCH Software

 

Alessandro71

Well-Known Member
Licensed User
Longtime User
I also found this online graphviz editor that performs exactly what I was searching for
https://edotor.net/
1690216997334.png
 
Top