Is there a free Eclipse plugin that creates a UML diagram out of Java classes / packages?(是否有免费的 Eclipse 插件可以从 Java 类/包中创建 UML 图?)
问题描述
在我看来,这似乎是最容易找到的东西,一种在 eclipse 中将我的类显示为 UML 的简单方法
但是除了这个:http://java2uml.gforge.enseeiht.fr/ 和这个http://sourceforge.jp/projects/amateras/releases/ 我没有找到任何新的,维护和良好"的实施(充分尊重上述两个)
还有什么我错过的吗?
你考虑了吗
使用 Eclipse UML2 工具创建 UML 2 图 - 教程 ?p>
对于这些工具,我有旧参考,但新的基于 UML2 项目(在教程中描述).MDT-UML2Tools 正在制作中,Omondo 有,但不是免费的.
Papyrus UML 例如,基于 UML2 工具.
市场中有一个工具可以完成上述工作(UML 类、包和交互).它被称为 ModelGoon.最后一次尝试是在 2018 年 7 月.
完整列表可在 Eclipse 市场上找到.
This seemed to me like the easiest thing to find, a simple way to display my classes as UML in eclipse
But except this: http://java2uml.gforge.enseeiht.fr/ and this http://sourceforge.jp/projects/amateras/releases/ I haven't found any new, maintained and "good" implementation (with all due respect to the above two)
Anything else I've missed?
Did you consider
Creating UML 2 diagrams with Eclipse UML2 Tools - Tutorial ?
I had older references for such tools, but the new ones are build upon UML2 project (described in the tutorial). MDT-UML2Tools is in the making, Omondo is there, but not free.
Papyrus UML, for instance, is based on UML2 Tool.
There is a tool in the Marketplace that can do the above (UML Class, Package and Interaction). It's called ModelGoon. Last tried in July 2018.
The full list is available at Eclipse marketplace.
这篇关于是否有免费的 Eclipse 插件可以从 Java 类/包中创建 UML 图?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:是否有免费的 Eclipse 插件可以从 Java 类/包中创建 UML 图?


- 从 finally 块返回时 Java 的奇怪行为 2022-01-01
- Java包名称中单词分隔符的约定是什么? 2022-01-01
- Jersey REST 客户端:发布多部分数据 2022-01-01
- Spring Boot连接到使用仲裁器运行的MongoDB副本集 2022-01-01
- 将log4j 1.2配置转换为log4j 2配置 2022-01-01
- Eclipse 插件更新错误日志在哪里? 2022-01-01
- value & 是什么意思?0xff 在 Java 中做什么? 2022-01-01
- Safepoint+stats 日志,输出 JDK12 中没有 vmop 操作 2022-01-01
- 如何使用WebFilter实现授权头检查 2022-01-01
- C++ 和 Java 进程之间的共享内存 2022-01-01