Is there a good plugin for generating UML from Android classes (Java)?

I am looking for a good plugin for eclipse to read my Android classes and generate the UML of my Android classes, with class diagram, associations, inheritance. and etc.

any ideas?

+5
source share
2 answers

I would suggest removing the Android tag and adding Java one - this question is really about Geenrating UML for Java - Android vs J2xE is an implementation detail.

There is a good discussion of the tools in this thread in this thread. How to generate UML diagrams (especially sequence diagrams) from Java code (link is invalid).

UML eclipse, - ?

Eclipse? , Ant - UML .

Ant,

, ,

+5

Eclipse Netbeans. netbeans ( , - Android Netbeans). http://wiki.netbeans.org/NetbeansUML

0

All Articles