如何使用 Eclipse UML Generators 插件

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/29891893/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 22:35:21  来源:igfitidea点击:

How to use Eclipse UML Generators plugin

eclipseeclipse-pluginuml

提问by DesirePRG

I have installed Eclipse UML Generatorsin eclipse Luna using it's update site. The installation was successful, but there is no documentation in how to use the plugin.

我已经Eclipse UML Generators使用它的更新站点在 eclipse Luna 中安装了它。安装成功,但是没有关于如何使用插件的文档。

My objective is to generate class diagrams from java code. Can I achieve it from the above plugin?

我的目标是从 Java 代码生成类图。我可以从上面的插件中实现它吗?

回答by taubhi

This question is old, but the answer could help other people :

这个问题很老,但答案可以帮助其他人:

In the package explorer, right click on the package containing classes about which you want to draw a diagram, select "UML Generators"->Reverse java code

在包资源管理器中,右键单击包含要绘制图表的类的包,选择“UML 生成器”->逆向 java 代码

回答by gihan-maduranga

You can use objectaidplugin to generate digrams in eclipse.well documented.

您可以使用objectaid插件在 eclipse.well 文档中生成图。

回答by AbtPst

this is the closest i could find to some documentation

这是我能找到的最接近某些文档的文档

http://wiki.eclipse.org/Eclipse_UML_Generators/New_and_Noteworthy/0.9.0

http://wiki.eclipse.org/Eclipse_UML_Generators/New_and_Noteworthy/0.9.0