0

I try to draw Uml Diagrams of a java classes at a package at runtime. I am using İntelj İdea. How can draw the Uml diagram with java code?

sahini
  • 1
  • 4
  • This may be your answer: [Use IntelliJ to generate class diagram][1] [1]: http://stackoverflow.com/questions/8942751/use-intellij-to-generate-class-diagram – Mark Apr 11 '13 at 14:25

1 Answers1

0

IntelliJ IDEA supports UML to/from Java code. Read about it here: UML Designer

Does this answer your question?

Mark
  • 1,988
  • 2
  • 24
  • 42