code2uml使用教程

通常的开发顺序是 先设计uml然后进行code编程。

但是很多时候我们是先看到code源码,却不知道uml关系如何。

特别是写论文的时候也是很需要的。

这个code2uml,就是辛苦搜寻到的结果,可以直接将java代码转换成uml关系图的工具。

工具是个压缩包,解压后三个文件。

Code_2_UML.jar

license.txt

notice.txt

英文教程及下载地址:http://www.softpedia.com/get/Programming/Other-Programming-Files/Code-2-UML.shtml

weindows系统,只需要双击运行Code_2_UML.jar,就可以了。

软件启动界面选择项目打包的jar或者class文件

next之后选择jar中需要导出uml的文件夹

03

04

Generate UML diagrams with the help of this tool.

Code 2 UML is a simple, easy to use application designed to enable you to construct UML class diagrams from java .class and .jar files.

The whole program is designed as a wizard that guides you to the final result, the diagram.

CURRENT VERSION:
0.6.1
FILE SIZE:
95 KB
DEVELOPER:
Mateusz Wenus
RUNS ON:
Windows All
CATEGORY:
C:  Programming  Other Programming Files
LAST UPDATED ON:
December 6th, 2009
  • SYSTEM REQUIREMENTS
  • Java
 
原文地址:https://www.cnblogs.com/flyingsir/p/5251908.html