Best UML plugins for Eclipse(Eclipse 的最佳 UML 插件)
问题描述
我刚刚继承了一个 J2SE 项目,并将在 Eclipse 上处理它.我想从现有代码中获取一些图表,并且正在寻找与 Eclipse 一起使用的优秀 UML 插件.
I just inherited a J2SE project and will be working on it on Eclipse. I'd like to get some diagrams out of the existing code and I'm looking for good UML plugins to use with Eclipse.
有什么建议吗?
推荐答案
老实说,我认为你最好的选择根本不是 Eclipse 插件,而是 Sparx Systems 的 Enterprise Architect.它的成本是合理的(专业版 200-300 美元),它可以将现有的代码库逆向工程为 UML.我已经在几个项目中使用过它,每当我需要对现有项目进行 20,000 英尺的概览时,我发现它非常宝贵.
Honestly, I think your best bet isn't an Eclipse plugin at all, but Enterprise Architect by Sparx Systems. Its cost is reasonable ($200-300 US for the Professional version), and it can reverse engineer an existing code base into UML. I've used it on several projects, and have found it invaluable whenever I needed the 20,000-foot overview on an existing project.
另外,我没有广泛使用它的 UML 功能,但 MyEclipse(65 美元)声称还具有逆向工程能力.
Also, I haven't used its UML capabilities extensively, but MyEclipse (for $65 US) claims to have reverse-engineering capabilities as well.
这篇关于Eclipse 的最佳 UML 插件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Eclipse 的最佳 UML 插件


基础教程推荐
- 不推荐使用 Api 注释的描述 2022-01-01
- 多个组件的复杂布局 2022-01-01
- 如何在 Spring @Value 注解中正确指定默认值? 2022-01-01
- 验证是否调用了所有 getter 方法 2022-01-01
- Java 实例变量在两个语句中声明和初始化 2022-01-01
- Java Swing计时器未清除 2022-01-01
- 在 Java 中创建日期的正确方法是什么? 2022-01-01
- 如何在 JFrame 中覆盖 windowsClosing 事件 2022-01-01
- 从 python 访问 JVM 2022-01-01
- 大摇大摆的枚举 2022-01-01