Class Diagram in Eclipse [duplicate]
Is there a Visual Studio like plugin for Eclipse that will allow me create a class-diagram ?
Preferable someth开发者_JAVA技巧ing that is actually up to date. Most of what Google finds is dead projects who haven't been updated in 2-6 years.
You can try:
- Omondo
- Eclipse Modeling
You can browse UML plugins here.
You can also check previous stackoverflow questions covering the same topic.
You could try http://marketplace.eclipse.org/content/amaterasuml which is an Eclipse plugin for class diagrams, sequence diagrams and usecase diagrams. It was updated in 2009.
I like ObjectAid.
Here is a screenshot (from their homepage) of an example of a class diagrams it can produce:
Class diagram screenshot http://www.objectaid.com/images/complete-diagram.png
精彩评论