Plantuml example

from blog lmno.lol @alvaro, | ↗ original
Played with Plantuml. Convenient for generating UML diagrams from text. Here's the Language Reference Guide. Here's an example: @startuml abstract class Singer { abstract void sing() void Dance() } skinparam monochrome true Singer Install plantuml on Mac OS X: brew install plantum Generating diagram:...