0

Possible Duplicate:
Recommended Eclipse plugins to generate UML from Java code

I am using RAD 8. Here is its eclipse version information.

Eclipse RCP Version: 3.6.2

Is there any plugin that can draw uml class diagram from Java source code?

Community
  • 1
  • 1
Muhammad Imran Tariq
  • 22,654
  • 47
  • 125
  • 190

1 Answers1

0

There are several. Have a look at Topcased for example.

Also, look at this question

Community
  • 1
  • 1
Fredrik
  • 10,626
  • 6
  • 45
  • 81
  • I placed this plugin in RAD plugin directory. How to use it? – Muhammad Imran Tariq Oct 21 '11 at 11:22
  • I suggest you start by downloading the standalone RCP version of Topcased and try that out. It will save you the hassle of handling dependencies and other things. As for how to use it, look at the documentation http://www.topcased.org/index.php?documentsSynthesis=y&Itemid=59 – Fredrik Oct 21 '11 at 12:35