如何在 Eclipse 中从 java 源代码创建流程图
我想从我的 java 源代码创建流程图或序列图。
有没有任何插件可以帮助我做到这一点?
I would like to create the flowchart or sequence diagram from my java source code.
Is there any plug-in which can help me do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
ObjectAid 是一个免费的 UML 工具,可以创建序列图。另一个从现有代码创建序列图的商业工具是 Architexa。我在日常工作中经常使用 Architexa。
ObjectAid is a free UML tool which can creates sequence diagrams. Another commercial tool to create sequence diagrams from existing code is Architexa. I use Architexa very often at my daily work.
我们的工具 Code Rocket for Eclipse 可以从 Java(以及 C/C++ 代码)生成伪代码和流程图)。可以编辑设计视图,并将任何更改转发到代码中。它不是免费工具,但有 30 天免费试用期。而且它仅适用于 Eclipse 32 位。
Our tool, Code Rocket for Eclipse can produce both pseudocode and flowcharts from Java (and C/C++ code). The design views can be edited and any changes forward engineered into the code. It is not a free tool, but there is a free 30-day trial. Also it is only for Eclipse 32-bit.
这篇文章是为了流程图吗?
你的意思是序列图还是类图
eUML 是创建类图或序列图的好工具
您可以在 http://www.soyatec.com/main.php 找到它
Is this post meant for flow chart?
Do You mean Sequence Diagram or Class Diagram
eUML is a good tool to create Class Diagram or Sequence Diagram
You can find it at http://www.soyatec.com/main.php
我不确定是否有一个插件可以做到这一点,但肯定有一些技术可以做到这一点。如果没有可用的插件,理论上可以遵循此类技术的方法来构建一个。我想到的一种这样的技术包含在论文逆向工程序列图的对象命名分析中 作者:Atanas Rountev 和 Beth Harkness Connell。
摘要如下:
I am not sure if there is a plugin for this but there are certainly techniques for doing this. If there is no plugin available, theoretically, one could follow the approach of such techniques to build one. One such technique that comes to mind is contained in the paper Object naming analysis for reverse-engineered sequence diagrams by Atanas Rountev and Beth Harkness Connell.
Here's the abstract:
我找到了这个 Eclipse 插件 Flowchart4j V 2.0.0 等
http://www.codeswat .com/
您可以将其用于流程图或序列图并将其导出到MS Visio< /em>。
它只有一个缺点。你必须为此付出代价。
I found this Eclipse plugin Flowchart4j V 2.0.0 et
http://www.codeswat.com/
You can use it for flowchart or sequence diagram and export it to MS Visio.
It has only one disadvantage. You have to pay for it.