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 图?


基础教程推荐
- Java Keytool 导入证书后出错,"keytool error: java.io.FileNotFoundException &拒绝访问" 2022-01-01
- 在 Libgdx 中处理屏幕的正确方法 2022-01-01
- 无法使用修饰符“public final"访问 java.util.Ha 2022-01-01
- “未找到匹配项"使用 matcher 的 group 方法时 2022-01-01
- FirebaseListAdapter 不推送聊天应用程序的单个项目 - Firebase-Ui 3.1 2022-01-01
- Java:带有char数组的println给出乱码 2022-01-01
- 减少 JVM 暂停时间 >1 秒使用 UseConcMarkSweepGC 2022-01-01
- 如何使用 Java 创建 X509 证书? 2022-01-01
- 降序排序:Java Map 2022-01-01
- 设置 bean 时出现 Nullpointerexception 2022-01-01