Reputation: 6378
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?
Upvotes: 31
Views: 22770
Reputation: 135
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
Upvotes: 5
Reputation: 8008
this is the closest i could find to some documentation
http://wiki.eclipse.org/Eclipse_UML_Generators/New_and_Noteworthy/0.9.0
Upvotes: 4
Reputation: 4801
You can use objectaid plugin to generate digrams in eclipse.well documented.
Upvotes: 4