Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use Eclipse UML Generators plugin

I have installed Eclipse UML Generators in eclipse Luna using it's update site. The installation was successful, but there is no documentation in how to use the plugin.

My objective is to generate class diagrams from java code. Can I achieve it from the above plugin?

like image 625
DesirePRG Avatar asked Apr 27 '15 09:04

DesirePRG


People also ask

Can Eclipse generate UML diagrams?

You can create UML project for any of your Java project in Eclipse.

How do I download UML from Eclipse?

The most convenient way to download and install UML Lab is by using the Yatta Launcher. [class. pl-0 pb-0 pt-0] The Launcher works as a lightweight online installer and Eclipse packaging and provisioning tool. It helps you to install UML Lab and a prepacked Eclipse IDE for Java developers with just a few clicks.


2 Answers

This question is old, but the answer could help other people :

In the package explorer, right click on the package containing classes about which you want to draw a diagram, select "UML Generators"->Reverse java code

like image 87
taubhi Avatar answered Sep 22 '22 22:09

taubhi


You can use objectaid plugin to generate digrams in eclipse.well documented.

like image 44
gihan-maduranga Avatar answered Sep 19 '22 22:09

gihan-maduranga