如何从 Java 代码生成可用于创建新序列图的类图

发布于 2024-11-05 01:36:31 字数 192 浏览 0 评论 0原文

这是我想要做的:

  1. 生成类图

  2. 将类图导入/打开到UML编辑器(例如带有方法Foo()的ClassA和ClassB)

  3. 然后,我可以利用从类图导入的数据手动创建新的序列图(例如 ClassB 调用 Foo( )然后

我该如何完成此操作?

Here is what I want to do:

  1. Generate class diagrams

  2. Import/open class diagrams in to a UML editor (e.g. ClassA with method Foo(), and ClassB)

  3. I can then create create new sequence diagrams manually by leveraging the data I imported from the class diagram (e.g. ClassB calls Foo() in ClassA)

How can I accomplish this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

殤城〤 2024-11-12 01:36:31

Sparx 的 Enterprise Architect 可以为您生成序列图,但这意味着在 UML 工具内运行代码。

我所知道的几乎所有工具都可以为您生成不同保真度的类图,但序列图是另一种动物。您必须告诉它流程从哪里开始。我不明白工具如何读懂你的想法。如果涉及到 UI,那就更是如此。您不会将 Web 应用程序中的每个 JSP 都表示为 UML,对吗?如果您只使用直接的 HTML 页面而不使用 JSP 怎么办?

就我个人而言,我认为序列图没有那么有用。一旦超过一定的复杂程度,它们就会失去价值,就像所有图表一样。

更新:如果 EA 对你来说太贵,我会推荐 JUDE(现在 阿斯塔)。社区版曾经非常好 - 它甚至可以进行 Java 导入和图表生成。现在我发现它已经被剥夺了这种能力。 Astah 的专业许可证仍然只需 280 美元。

Enterprise Architect by Sparx can generate sequence diagrams for you, but it means running the code inside the UML tool.

Just about every tool I know of can generate class diagrams for you, of varying fidelity, but sequence diagrams are another animal. You have to tell it where the flows start. I don't see how a tool will read your mind. Doubly so if there's a UI involved. You don't have every JSP in a web app represented as UML, do you? What if you're just using straight HTML pages and no JSPs?

Personally, I don't find sequence diagrams to be all that useful. They lose their value once they exceed a certain level of complexity, as do all diagrams.

UPDATE: If EA is too pricey for you, I'd recommend JUDE (now Astah). The community edition used to be quite good - it even did Java import and diagram generation. Now I see that it's been stripped of that capability. A professional license for Astah is still only $280.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文