Eclipse 常用插件

2022-05-17 20:38:35 浏览数 (1)

生成类图工具(ModelGoon)插件

一个 Eclipse 插件,能将 Eclipse 中现有的 java 类生成类图,可以进行 Java 包的依赖分析,基于 UML 图进行模型设计,以及逆向工程(即从已有源代码生成类图)。

  1. 下载 ModelGoon 到本地;
  2. 打开 Eclipse,点击Help,选择 Install new software;
  3. 点击 add 按钮,选择 archive,在找到 ModelGoon 所在的位置,确定安装。

使用方法

  1. 新建所需图, 一般放到所在项目根目录
  1. 把关联的类拖进生成的 mg* 文件中,将自动生成关联关系.

打开文件/文件夹位置插件

Download the latest version of the plugin on the "Release" page, then put it into your Eclipse plugin directory "ECLIPSE_HOME/plugins" (or "ECLIPSE_HOME/dropins" for 3.3 eclipse)

On Mac OS X, you can find the "plugins/dropins" folder by right click on "/Applications/Eclipse" (or the Eclipse executable), then "Show Package Contents".

Restart Eclipse workbench.

To uninstall, just remove the jar.

0 人点赞