Eclipse plugin for generating a class diagram [closed]

大兔子大兔子 提交于 2019-11-26 23:48:41

问题


What is a good Eclipse plugin for generating a class diagram (for a project)?

This image right here is exactly what I'm talking about.


回答1:


Assuming that you meant to state 'Class Diagram' instead of 'Project Hierarchy', I've used the following Eclipse plug-ins to generate Class Diagrams at various points in my professional career:

  • ObjectAid. My current preference.
  • EclipseUML from Omondo. Only commercial versions appear to be available right now. The class diagram in your question, is most likely generated by this plugin.

Obligatory links

The listed tools will not generate class diagrams from source code, or atleast when I used them quite a few years back. You can use them to handcraft class diagrams though.

  • UMLet. I used this several years back. Appears to be in use, going by the comments in the Eclipse marketplace.
  • Violet. This supports creation of other types of UML diagrams in addition to class diagrams.

Related questions on StackOverflow

  1. Is there a free Eclipse plugin that creates a UML diagram out of Java classes / packages?

Except for ObjectAid and a few other mentions, most of the Eclipse plug-ins mentioned in the listed questions may no longer be available, or would work only against older versions of Eclipse.




回答2:


Must it be an Eclipse plug-in? I use doxygen, just supply your code folder, it handles the rest.




回答3:


Try Amateras. It is a very good plugin for generating UML diagrams including class diagram.




回答4:


Try eUML2. its a single click generator no need to drag n drop.



来源:https://stackoverflow.com/questions/6302490/eclipse-plugin-for-generating-a-class-diagram

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!