Difference between revisions of "PlantUML"

From Open Risk Manual
(Supported Diagrams)
(Supported Diagrams)
Line 5: Line 5:
 
* UML diagrams which are broadly classified into structural and behavioral
 
* UML diagrams which are broadly classified into structural and behavioral
 
** Structural UML diagrams:
 
** Structural UML diagrams:
 +
*** [[Deployment Diagram]]
 +
*** [[Component Diagram]]
 
*** [[Class Diagram]]
 
*** [[Class Diagram]]
 
*** [[Object Diagram]]
 
*** [[Object Diagram]]
*** [[Component Diagram]]
 
*** [[Deployment Diagram]]
 
 
** Behavioral UML diagrams:
 
** Behavioral UML diagrams:
 
*** [[Use Case Diagram]]
 
*** [[Use Case Diagram]]

Revision as of 14:14, 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, especially in the UML subset, but follows mostly domain specific conventions for each diagram type.

Supported Diagrams

References