3

Is there any Eclipse plugin capable of generating UML diagrams from Java code ? I know about some of them but the point is that they all generate Class Diagrams from Code. The point is that I wanted to generate some other diagrams as well (for example: DFD - Data Flow Diagram) If impossible just tell me about it - I will live with it...

user2183977
  • 125
  • 1
  • 1
  • 8

1 Answers1

3

There are many plugins for that for that. One plugin that I really like is ObjectAid: http://www.objectaid.com/

DanielM
  • 3,598
  • 5
  • 37
  • 53