Reputation: 78
I just wanted to create the class diagram of my project in Eclipse.The project is already implemented,suggest me any tool that sketch the Diagram of this project in Eclipse.
Upvotes: 0
Views: 6182
Reputation: 24464
ObjectAid
generates classes diagram when you are simply drag and dropping classes from Project manager to the diagram.
UMLGraph
creates class/activities diagrams automatically from the code and append them to javadocs.
As far as I know, both work for Java. I don't know if they support other languages.
Papyrus
is the very powerful tool for hand creation of any UML and other diagrams
Upvotes: 0
Reputation: 95958
Take a look at Model Development Tools (MDT).
For reverse engineering, you can use JUPE.
Upvotes: 2