0

I have a java project.How can i generate UML diagrams of that ptoject using AgroUML.

I downloaded agroUML but the UI is very confusing. I thought might be it will be something like import package and than generate UML diagram for that package.

Anybody has any idea about how to use AgroUML UI to generate UML diagrams if you already have source code.?

JOM
  • 8,139
  • 6
  • 78
  • 111
user882196
  • 1,691
  • 9
  • 24
  • 39

2 Answers2

0

Generating UML diagrams out of existing java projects is mostly a very frustrating experience. The amount of complexity that is still easy to handle in a text-based project creates an enormous mess when displayed in the form of UML diagrams. If you want to improve your understanding of a java project, using MOOSE provides a better way.

Stephan Eggermont
  • 15,847
  • 1
  • 38
  • 65
0

Maybe this would help, gives details of the ui and navigation.

Darren Burgess
  • 4,200
  • 6
  • 27
  • 43