Difference between revisions of "PlantUML"

From Open Risk Manual
Line 23: Line 23:
 
* WBD
 
* WBD
 
* JSON and YAML files
 
* JSON and YAML files
 +
 +
== References ==
 +
* [https://plantuml.com/ PlantUML Website]
 +
* [[wikipedia:PlantUML PlantUML @ Wikipedia]]
  
 
[[Category:Visualization]]
 
[[Category:Visualization]]

Revision as of 16:14, 15 February 2022

Definition

PlantUML is an Open Source tool allowing users to create diagrams from a plain text language.

Supported Diagrams

  • UML diagrams:
    • Sequence diagram
    • Usecase diagram
    • Class diagram
    • Object diagram
    • Activity diagram (here is the legacy syntax)
    • Component diagram
    • Deployment diagram
    • State diagram
    • Timing diagram
  • Archimate
  • Block diagram
  • BPMN
  • C4
  • Computer network diagram
  • ERD
  • Gantt Chart
  • Mind Map
  • WBD
  • JSON and YAML files

References