Difference between revisions of "PlantUML"

From Open Risk Manual
(Supported Diagrams)
Line 3: Line 3:
  
 
== Supported Diagrams ==
 
== Supported Diagrams ==
* UML diagrams:
+
* UML diagrams which are broadly classified into structural and behavioral
** [[Sequence Diagram]]
+
** Structural UML diagrams:
** [[Use Case Diagram]]
+
*** [[Class Diagram]]
** [[Class Diagram]]
+
*** [[Object Diagram]]
** [[Object Diagram]]
+
*** [[Component Diagram]]
** [[Activity Diagram]]
+
*** [[Deployment Diagram]]
** [[Component Diagram]]
+
** Behavioral UML diagrams:
** [[Deployment Diagram]]
+
*** [[Sequence Diagram]]
** [[State Diagram]]
+
*** [[Use Case Diagram]]
** [[Timing Diagram]]
+
*** [[Activity Diagram]]
 +
*** [[State Diagram]]
 +
*** [[Timing Diagram]]
 
* Non-UML diagrams:
 
* Non-UML diagrams:
 
** Archimate
 
** Archimate

Revision as of 12:58, 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