Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to draw UML diagrams using Eclipse

Tags:

eclipse

uml

What is the version of Eclipse that can be used to draw the UML diagrams. That is what is the version of Java with which the tools to draw UML diagrams comes along with it.

Thanks

like image 291
user1227433 Avatar asked Mar 26 '12 09:03

user1227433


People also ask

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.

Can you generate UML from code?

Umbrello. Umbrello is a free software tool that supports a code import feature that automatically generates UML Class diagrams from your imported code. Umbrello supports up to 20 languages between C, C++, Python, Javascript and Java.


1 Answers

The probably best choice at the moment is the Papyrus component in Eclipse Indigo. The exact Java version doesn't play a big role in that, you just need to be able to run Eclipse.

like image 114
Volker Stolz Avatar answered Sep 21 '22 07:09

Volker Stolz