PlantUML
原作者 | Arnaud Roques |
---|---|
开发者 | Arnaud Roques[1] |
首次发布 | 2009年4月17日[2] |
当前版本 | 1.2021.2[3](2021年3月7日 ) |
源代码库 | |
编程语言 | Java |
操作系统 | Linux、MacOS、Microsoft Windows |
语言 | Java |
类型 | UML工具 |
许可协议 | GNU通用公共许可证 |
网站 | plantuml |
PlantUML是可以用纯文本语言绘制图表的开源软件。PlantUML支援许多统一建模语言(UML)的图,也支援其他软件开发相关的格式(例如ArchiMate、方块图、业务流程模型和标记法(BPMN)、C4模型、电脑网络图、ER模型、甘特图、心智图和工作分解结构,也可以用在JSON及YAML档案的视觉化。
PlantUML使用的语言属于领域特定语言[4]。PlantUML除了支援本身的领域特定语言外,也可以理解AsciiMath、Creole、DOT语言和LaTeX。PlantUML用Graphviz软件产生图表,用Tikz支援LaTeX。图档可以输出为PNG、可缩放向量图形(SVG)、LaTeX甚至是ASCII艺术。PlantUML也可以让盲人设计或理解UML图[5][6]。
程式码层级沟通UML的文字格式
PlantUML用良好格式,可读性高的代码,来产生图表。
也有其他UML建模的文字格式,PlantUML可支援许多的图表格式,而且不需要特别的格式设定。
例子
以下的程式码是类别图的PlantUML,图表在右边:
<uml>
package "Classic Collections" #DDDDDD
Object <|-- ArrayList
package net.sourceforge.plantuml
Object <|-- Demo1
Demo1 *- Demo2
</uml>
相关条目
参考资料
- ^ PlantUML overview. [2021-04-20]. (原始内容存档于2021-06-10).
- ^ Plantuml. [2021-04-20]. (原始内容存档于2021-06-10).
- ^ list of evolutions and bug fixes. [2021-04-20]. (原始内容存档于2021-02-24).
- ^ Campagne, Fabien. The MPS Language Workbench, Vol. 1. CreateSpace Independent Publishing Platform. June 16, 2014 [2021-04-20]. ISBN 9781497378650. (原始内容存档于2021-04-20).
- ^ Luque, L.; Veriscimo, E.S.; Pereira, G.C.; Filgueiras, L.V.L. Can We Work Together? On the Inclusion of Blind People in UML Model-Based Tasks. P.M. Langdon; J. Lazar; A. Heylighen; et al (编). Inclusive Designing Joining Usability, Accessibility, and Inclusion Aufl. 2014. Cham: Springer International Publishing. 2014. ISBN 978-3-319-05095-9.
- ^ Müller, Karin. How to Make Unified Modeling Language Diagrams Accessible for Blind Students. Klaus Miesenberger (编). Computers Helping People With Special Needs 13th International Conference, ICCHP 2012, Linz, Austria, July 11-13, 2012, Proceedings, Part I.. Berlin [u.a.]: Springer-Verlag New York Inc. 2012: 186–190. ISBN 978-3-642-31521-3.