Noor
Noor

Reputation: 20150

Automate UML from Eclipse

currently I have a fully working project in Eclipse using OOP. Now I want to creat UML diagrams Use Cases, Sequence Diagram, class diagram, package diagram with eclipse, does eclipse or any available plugin for eclipse allow this service

Upvotes: 1

Views: 1002

Answers (3)

UML GURU
UML GURU

Reputation: 1462

This is what I do Eclipse 3.6 and my Java projects. Just a drag and drop from the package explorer to the class or sequence diagram. Really cool.

-broken link to image removed-

For usecases which are an UML object and not an Java object I drag and drop the usecases from the model explorer. I also sometimes create a class and add Usecase as stereotype. It means that my class diagram can have usecase which are related to a class. It does the job and pretty easy.

Upvotes: 0

Riana
Riana

Reputation: 41

Try out ModelGoon UML4Java, it can build Class, Package, Commumication, and Sequence diagrams from existing Java code. Diagrams are also built by using drag and drop. The sequence diagram is very detailed.

Upvotes: 1

Harry Joy
Harry Joy

Reputation: 59660

You can try HiberObject plugin. Also can use Jupe

If you are using Eclipse 6.1 then this could be helpful.

Upvotes: 0

Related Questions