Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Generate class diagram Eclipse with Android SDK

I have a Android project for which I want a class diagram. What is the best way to do this? I have installed the MoDisco, GEF, UML2 Extender. Are these sufficient? What is the simplest way to generate a UML from the classes with activities I already have?

like image 994
kakka47 Avatar asked Feb 02 '11 11:02

kakka47


People also ask

Can we generate class diagrams in Eclipse?

3- click Add==> Archive ==> select the downloaded file from step 1. 7- the New class diagram window will be open for you, then drag and drop from the package explorer the class.

Can Android Studio generate class diagram?

Android Studio has a great plugin that can help you get crisp UML diagrams directly in your Android Project and manage that too in in-studio itself! Adding it is simple, and great, just follow the steps below!

Does Eclipse have UML?

UML DesignerIt uses the standard UML2 metamodel provided by Eclipse Foundation and it implements the following generic UML diagrams: ...

How do you create a class diagram automatically?

To build a class diagram, all you have to do is launch the Smartdraw's Automatic Class Diagram extension and point it at your repository. Load your source code and choose which files you want to include in your diagram. Click "Build Diagram" and you're done.


1 Answers

Try Object aid plugin for eclipse. http://www.objectaid.com/

like image 55
Jan Avatar answered Sep 28 '22 15:09

Jan