Book a Demo

Author Topic: Generating UML diagrams in EA  (Read 11695 times)

deva

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Generating UML diagrams in EA
« on: November 12, 2008, 10:55:27 am »
Hi,

Presently i'm working in a research topic which gives output as classes and its associated methods using Rational unified approach.

Till now I developed those models automatically in Java which is quite tough for the user to modify them.  So I want to generate UML models in EA so that developer can modify as per his wish.

My input is a set of requirements. And my output is set of classes along with its attributes and methods. So I want this output to be in graphical class diagram form.

I'll be glad if I can have some basic idea at least how to proceed further.

Thanks in Advance.

Regards,
Deva

OwenInCanada

  • EA User
  • **
  • Posts: 78
  • Karma: +0/-0
  • have the right tool for the job
    • View Profile
Re: Generating UML diagrams in EA
« Reply #1 on: November 13, 2008, 01:09:56 pm »
If you have examples of the classes, i.e. if you have code, then you can import the classes into EA using Code Engineering:

In the project browser, right click a package (looks like a folder).
From the context menu select Code Engineering / Import Source Directory...

and this can import Java.  I have not done this using Java, but I have done it using C.

Hope this is useful.

Regards,

Owen

Dermot

  • EA Administrator
  • EA User
  • *****
  • Posts: 591
  • Karma: +7/-0
    • View Profile
Re: Generating UML diagrams in EA
« Reply #2 on: December 08, 2008, 04:30:15 pm »