Reputation: 20150
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
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
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
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