Difference between revisions of "PlantUML"

From Open Risk Manual
(Supported Diagrams)
Line 9: Line 9:
 
** [[Object Diagram]]
 
** [[Object Diagram]]
 
** [[Activity Diagram]]
 
** [[Activity Diagram]]
** Component diagram
+
** [[Component Diagram]]
 
** Deployment diagram
 
** Deployment diagram
 
** State diagram
 
** State diagram
 
** Timing diagram
 
** Timing diagram
* Archimate
+
* Non-UML diagrams:
* Block diagram
+
** Archimate
* BPMN
+
** Block diagram
* C4
+
** BPMN
* Computer network diagram
+
** C4
* ERD
+
** Computer network diagram
* Gantt Chart
+
** ERD
* Mind Map
+
** Gantt Chart
* WBD
+
** Mind Map
* JSON and YAML files
+
** WBD
 +
** JSON and YAML files
  
 
== References ==
 
== References ==

Revision as of 11:18, 17 February 2022

Definition

PlantUML is an Open Source tool allowing users to create diagrams from a plain text language. The syntax of PlantUML uses some common constructs but is mostly specific to each diagram type.

Supported Diagrams

References