Difference between revisions of "PlantUML"

From Open Risk Manual
(Definition)
(Supported Diagrams)
Line 10: Line 10:
 
*** [[Deployment Diagram]]
 
*** [[Deployment Diagram]]
 
** Behavioral UML diagrams:
 
** Behavioral UML diagrams:
*** [[Sequence Diagram]]
 
 
*** [[Use Case Diagram]]
 
*** [[Use Case Diagram]]
 
*** [[Activity Diagram]]
 
*** [[Activity Diagram]]
 +
*** [[Sequence Diagram]]
 +
*** [[Timing Diagram]]
 
*** [[State Diagram]]
 
*** [[State Diagram]]
*** [[Timing Diagram]]
 
 
* Non-UML diagrams:
 
* Non-UML diagrams:
 
** Archimate
 
** Archimate

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