Y
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
h91wka
2200 days ago
I don't want to diminish importance of graphviz, but PlantUML is better suited for visualizing state machines, message sequence diagrams and whatnot.
link
xamde
2200 days ago
PlantUML is a good syntax. Under the hood... it renders via GraphViz
link
baq
2200 days ago
which is exactly why it's great! :)
link
username3
2200 days ago
Does PlantUML do statecharts?
link
seidleroni
2200 days ago
Yes.
https://plantuml.com/state-diagram
link