如何为Java源代码创建数据流程图 [英] How to create data flow diagram for Java source code

查看:176
本文介绍了如何为Java源代码创建数据流程图的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经用Java编写了大约500个类的应用程序, 现在我知道这里已经被问过很多次了,但是我仍然找不到合适的资源或教程来为我的整个项目创建数据流程图.

I have written an application with approximately 500 classes in java , Now I know this has been asked plenty of times here, but I still couldn't find a proper resource or tutorial for creating a data flow diagram for my entire project.

任何帮助/教程/资源或代码示例,将不胜感激.

Any help/tutorial/resource or code sample would be appreciated.

推荐答案

这里是使用Eclipse的另一种尝试:

Here is another try on that using Eclipse:

MoDisco 能够创建Java项目的emf模型.该emf模型将成为创建数据流程图的基础.使用 ATL ,您可以将该模型转换为合适的可视化模型.为了可视化,您可以选择一个UML活动图.这具有能够与现有UML技术一起使用的优点.另一种可能性是使用 Zest yEd 创建一个可视化.

MoDisco is able to create an emf model of your Java project. That emf model will be the basis for creating the data flow diagrams. With ATL you can transform that model into an appropriate model for visualization. For visualization you can either choose an UML activity diagram. That has the advantage of being able to work with existing UML technologies. Another possibility is to use Zest or GraphML and yEd to create a visualization.

这篇关于如何为Java源代码创建数据流程图的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆