Saturday, September 01, 2018

tool: PlantUML


Open-source tool that uses simple textual descriptions to draw UML diagrams.

 online demo server.

Download page

PlantUML_Language_Reference_Guide.pdf

Language specification pages

State Diagram syntax and features

@startuml

[*] --> State1
State1 --> [*]
State1 : this is a string
State1 : this is another string

State1 -> State2
State2 --> [*]

@enduml




Steps To Install PlantUML On Windows 7

GitHub - qjebbs/vscode-plantuml: Rich PlantUML support for Visual Studio Code.

No comments:

Post a Comment