top | item 23475449

(no title)

Lunatic666 | 5 years ago

I'm using it at work, e.g. to visualize state machines. It makes it a lot easier to discuss it with business people. In Java there is a great library which translates code into graphviz markup: guru.nidi/graphviz-java

discuss

order

h91wka|5 years ago

I don't want to diminish importance of graphviz, but PlantUML is better suited for visualizing state machines, message sequence diagrams and whatnot.

xamde|5 years ago

PlantUML is a good syntax. Under the hood... it renders via GraphViz

username3|5 years ago

Does PlantUML do statecharts?