PlantUML

Ken Webb 2010-03-10T17:10:45Z

PlantUML is an open-source tool in Java that draws the following UML diagrams.

PlantUML uses Graphviz to do the actual rendering to PNG format.

PlantUML is similar to a number of other packages, including:

Any Xholon application can write itself out as a PlantUML class diagram, for example:

Any state machine subtree, within a Xholon application, can write itself out as a PlantUML state diagram, for example:

And here's a Xholon application with concurrent/orthogonal states:

return to main page