Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

UML Diagram Tool - Eclipse plugin? [closed]

Can anyone help me? I am currently using Eclipse Java IDE, and would like a plug-in that will automatically look at my classes and draw up a class diagram in UML.

Any suggestions?

like image 344
KP65 Avatar asked Apr 08 '10 13:04

KP65


People also ask

Does Eclipse support UML?

UML Lab Modeling IDEUML Lab provides truly agile modeling and coding with Eclipse. The tool integrates UML modeling with code generation and template-based reverse and round-trip engineering.

How can I automatically generate a UML diagram from a Java project?

In the Project tool window, right-click a package for which you want to create a diagram and select Diagrams | Show Diagram Ctrl+Alt+Shift+U ). In the list that opens, select Java Class Diagram. IntelliJ IDEA generates a UML diagram for classes and their dependencies.


1 Answers

I recommend the ObjectAid UML plugin. It works very nicely.

like image 116
Dean Povey Avatar answered Sep 25 '22 02:09

Dean Povey