如何从 Java 源代码生成序列图?

发布于 2024-12-17 11:54:11 字数 163 浏览 1 评论 0原文

有没有任何命令行工具可以获取Java源代码并生成序列图?或者是否有任何工具可以使用 open api 将 Java 代码转换为 XML 并将 XML 转换为任何标准图像格式的序列图?我知道一些从文本描述生成序列图的工具,例如 uml 图。有什么方法可以将java代码转换为文本描述格式,以便我可以使用可用的工具。

Is there any command line tool which takes Java source and generates sequence diagrams? Or are there any tools that convert Java code to XML and convert the XML to sequence diagrams in any of the standard image format using open api ? i know some tools which generate sequence diagrams from text description such as uml graph. is there any way to convert java code to text description format.so that i can use the available tools.

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

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

发布评论

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

评论(1

篱下浅笙歌 2024-12-24 11:54:11

快速序列图编辑器可处理简单的文本文件。

也许您可以将其与 Eclipse 结合使用:

  1. 在编辑器窗口中突出显示方法名称
  2. 右键单击​​,选择“Open Call Hierarchy”
  3. 在打开的“Call Hierarchy”窗口中,展开所需的堆栈路径元素
  4. 选择顶层堆栈元素
  5. 右键单击,选择“复制扩展层次结构”
  6. 粘贴到您选择的文本编辑器(Vi、Nano、Notepad++ 等)
  7. 使用一些文本转换/正则表达式实用程序转换为快速序列图编辑器文本格式。

Quick Sequence Diagram Editor works off simple text files.

Perhaps you could use this in combination with Eclipse:

  1. Highlight a method name in your editor window
  2. Right-Click, select "Open Call Hierarchy"
  3. In the "Call Hierarchy" window which opens, expand the stack path elements you want
  4. Select the top-level stack element
  5. Right-Click, select "Copy Expanded Hierarchy"
  6. Paste into a text editor of your choice (Vi, Nano, Notepad++, etc)
  7. Use some text conversion / regex utility to convert to Quick Sequence Diagram Editor text format.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文