Difference between revisions of "PlantUML"

From Open Risk Manual
 
(6 intermediate revisions by the same user not shown)
Line 16: Line 16:
 
*** [[State Diagram]]
 
*** [[State Diagram]]
 
* Non-UML diagrams:
 
* Non-UML diagrams:
** [[Entity Relationship Diagram]]
+
** Data Representation
** [[Gantt Chart]]
+
*** [[JSON]] Object
** [[Mind Map]]
+
*** [[YAML]] File
** [[Work Breakdown Structure]]
+
** Knowledge Representation
** [[JSON Object]]  
+
*** [[Entity Relationship Diagram]]
** [[YAML File]]
+
*** [[Mind Map]]
** C4 Model (via additional macros included in standard library)
+
** Project Management
 +
*** [[Gantt Chart]]
 +
*** [[Work Breakdown Structure]]
 +
*** PERT Chart (Not Yet Implemented)
 +
** Other
 +
*** Wireframe
 +
*** C4 Model (via additional macros included in standard library)
  
 
== Issues and Challenges ==
 
== Issues and Challenges ==

Latest revision as of 14:10, 18 February 2022

Definition

PlantUML is an Open Source modeling language and tool allowing users to create diagrams from a plain text language. The syntax of PlantUML uses some common constructs, especially in the UML subset, but follows mostly domain specific conventions for each diagram type.

Supported Diagrams

Issues and Challenges

  • Support for various diagrams is experimental or work-in-progress

See Also

References