如何从 Java 源代码生成序列图?
有没有任何命令行工具可以获取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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
快速序列图编辑器可处理简单的文本文件。
也许您可以将其与 Eclipse 结合使用:
Quick Sequence Diagram Editor works off simple text files.
Perhaps you could use this in combination with Eclipse: