Hacker News new | ask | show | jobs
by Lunatic666 2200 days 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
1 comments

I don't want to diminish importance of graphviz, but PlantUML is better suited for visualizing state machines, message sequence diagrams and whatnot.
PlantUML is a good syntax. Under the hood... it renders via GraphViz
which is exactly why it's great! :)
Does PlantUML do statecharts?