2017-12-13 21:17:55 +00:00
|
|
|
PlantUML
|
2013-12-10 19:21:57 +00:00
|
|
|
========
|
2017-03-03 02:14:37 +00:00
|
|
|
[![Build Status](https://travis-ci.org/plantuml/plantuml.svg?branch=master)](https://travis-ci.org/plantuml/plantuml)
|
2013-12-10 19:21:57 +00:00
|
|
|
|
|
|
|
Generate UML diagram from textual description
|
2013-12-11 18:24:18 +00:00
|
|
|
|
2021-08-29 19:56:48 +00:00
|
|
|
PlantUML is a component that allows to quickly write:
|
2013-12-11 18:24:18 +00:00
|
|
|
|
2017-02-26 16:26:11 +00:00
|
|
|
* [Sequence diagram](http://plantuml.com/sequence-diagram),
|
|
|
|
* [Use case diagram](http://plantuml.com/use-case-diagram),
|
|
|
|
* [Class diagram](http://plantuml.com/class-diagram),
|
|
|
|
* [Object diagram](http://plantuml.com/object-diagram),
|
2021-08-29 19:56:48 +00:00
|
|
|
* [Activity diagram](http://plantuml.com/activity-diagram-beta) (here is [the legacy syntax](http://plantuml.com/activity-diagram-legacy)),
|
|
|
|
* [Component diagram](http://plantuml.com/component-diagram),
|
2017-02-26 16:26:11 +00:00
|
|
|
* [Deployment diagram](http://plantuml.com/deployment-diagram),
|
2021-08-29 19:56:48 +00:00
|
|
|
* [State diagram](http://plantuml.com/state-diagram),
|
|
|
|
* [Timing diagram](http://plantuml.com/timing-diagram).
|
2017-08-30 15:08:09 +00:00
|
|
|
|
2021-08-29 19:56:48 +00:00
|
|
|
The following non-UML diagrams are also supported:
|
|
|
|
* [JSON data](http://plantuml.com/json)
|
|
|
|
* [YAML data](http://plantuml.com/yaml)
|
|
|
|
* [Network diagram (nwdiag)](http://plantuml.com/nwdiag)
|
|
|
|
* [Wireframe graphical interface or UI mockups (salt)](http://plantuml.com/salt)
|
|
|
|
* [Archimate diagram](http://plantuml.com/archimate-diagram)
|
|
|
|
* [Specification and Description Language (SDL)](http://plantuml.com/activity-diagram-beta#sdl)
|
|
|
|
* [Ditaa diagram](http://plantuml.com/ditaa)
|
|
|
|
* [Gantt diagram](http://plantuml.com/gantt-diagram)
|
|
|
|
* [MindMap diagram](http://plantuml.com/mindmap-diagram)
|
|
|
|
* [Work Breakdown Structure diagram (WBS)](http://plantuml.com/wbs-diagram)
|
|
|
|
* [Mathematic with AsciiMath or JLaTeXMath notation](http://plantuml.com/ascii-math)
|
|
|
|
* [Entity Relationship diagram (IE/ER)](http://plantuml.com/ie-diagram)
|
2017-08-30 15:08:09 +00:00
|
|
|
|
|
|
|
Furthermore:
|
|
|
|
* [Hyperlinks and tooltips](http://plantuml.com/link)
|
|
|
|
* [Creole](http://plantuml.com/creole): rich text, emoticons, unicode, icons
|
|
|
|
* [OpenIconic icons](http://plantuml.com/openiconic)
|
|
|
|
* [Sprite icons](http://plantuml.com/sprite)
|
|
|
|
* [AsciiMath mathematical expressions](http://plantuml.com/ascii-math)
|
2013-12-11 18:24:18 +00:00
|
|
|
|
2015-09-06 17:28:59 +00:00
|
|
|
To know more about PlantUML, please visit http://plantuml.com/
|