开发者

eclipse plugin to generate package and class diagram

开发者 https://www.devze.com 2023-03-24 13:14 出处:网络
I wrote cl开发者_如何学JAVAasses and packages in eclipse ,and now i want to visually see its structure. Is there a tool that can generate UML class and package diagram from eclipse itselft without hav

I wrote cl开发者_如何学JAVAasses and packages in eclipse ,and now i want to visually see its structure. Is there a tool that can generate UML class and package diagram from eclipse itselft without having to manually draw it in another tool?


Try Object Aid : http://www.objectaid.com/class-diagram


You could generate the documentation with Doxygen. You'll need the eclipse doxygen plugin. Create and edit your doxyfile to generate the diagrams you need and open the doc in Eclipse's browser to browse through the doc and see your class diagram.

You will need to have doxygen and graphviz installed.


green.sourceforge.net/ You can use green to create a UML class diagram from code, or to generate code by drawing a class diagram.

UML2 This article gives a short overview of UML2 and explains the usage of the Eclipse UML2 Tools for modeling UML 2 diagrams.

Omondo

0

精彩评论

暂无评论...
验证码 换一张
取 消