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中使用xpath和selenium解析HTML表格数据 2022-01-01
- JPA惰性列表上的流 2022-01-01
- 如何在相机中应用自定义滤镜 [Surfaceview 预览]. 2022-01-01
- 控制台应用程序中的 Java 键盘输入解析 2022-01-01
- Java ECDSAwithSHA256 签名长度不一致 2022-01-01
- 在springboot中如何给mybatis加拦截器 2023-04-29
- Maven:无效的目标版本:10 2022-01-01
- doFilter()是在servlet的工作完成之前还是之后执行的? 2022-01-01
- 将 double 转换为 Int,向下舍入 2022-01-01
- 将 Windows 证书导入 Java 2022-01-01
