Book a Demo

Author Topic: Data Model  (Read 3376 times)

marco_mor

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Data Model
« on: July 26, 2004, 06:56:44 am »
Hi, Please, I need to convert a Class Diagram in to Table...I don't Know if it is possble...

Thank you

Marco

Bruno.Cossi

  • EA User
  • **
  • Posts: 803
  • Karma: +0/-0
    • View Profile
Re: Data Model
« Reply #1 on: July 26, 2004, 08:44:33 am »
Hi Marco,

there is no automated solution. There may be a workaround though, if you do not wish to create the tables yourself. Use the CSV export to export your classes into a text file, edit the text file to change the stereotype of all classes to <<table>> (tables in EA are nothing but classes stereotypes as <<table>>) and import the text file to another package in your model.

Let me know if this helps..
Bruno

charge

  • EA User
  • **
  • Posts: 22
  • Karma: +0/-0
    • View Profile
Re: Data Model
« Reply #2 on: November 05, 2004, 03:14:09 am »
a automated solution would be nice....
We created a tool to do this via the automation interface, but is't not that simple  :-/
Perhaps post it as a suggestion !