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, p开发者_运维知识库ackage diagram with eclipse, does eclipse or any available plugin for eclipse allow this service
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.
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.
You can try HiberObject plugin. Also can use Jupe
If you are using Eclipse 6.1 then this could be helpful.
精彩评论