Book a Demo

Author Topic: Link table attributes to attributes as objects  (Read 3555 times)

Aljaz

  • EA Novice
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
Link table attributes to attributes as objects
« on: May 13, 2010, 06:11:04 pm »
Hi!

I currently do data mapping between attributes in different tables and I may have gone in a direction that no-one uses. ;)

I make tables with attributes and then I make documentation diagram to where I drag table attributes where they become objects. Then I can connect them and prescribe transformation rules and constraints on the connection.

I would like to have automated traceability between a table and an object that originated from an attribute of that table. Otherwise I have to manually connect them.

Is this kind of work something you do differently and do you solve it in a different way?

Aaron B

  • EA Administrator
  • EA User
  • *****
  • Posts: 941
  • Karma: +18/-0
    • View Profile
Re: Link table attributes to attributes as objects
« Reply #1 on: May 14, 2010, 12:41:30 pm »
Not really my area, but is something like the following transformation of interest to you?  Seems similar in concept to what you describe.
http://www.sparxsystems.com/uml_tool_guide/mda_transformations/data_model_to_erd.htm

[edit]This article posted on the EA Community site might also offer some advice:
http://community.sparxsystems.com/whitepapers/data-modeling/data-mapping-uml[/edit]
« Last Edit: May 14, 2010, 02:06:48 pm by AaronB »

Dermot

  • EA Administrator
  • EA User
  • *****
  • Posts: 591
  • Karma: +7/-0
    • View Profile
Re: Link table attributes to attributes as objects
« Reply #2 on: May 14, 2010, 04:32:38 pm »
Another option to Aaron's, rather than setting up the Objects are you aware of the Link to Feature option on Connectors - e.g. Table.Field direct link to Class.Atribute - see:
http://www.sparxsystems.com/uml_tool_guide/modeling/connect_to_element_feature.htm
« Last Edit: May 14, 2010, 04:35:44 pm by Dermot »

Aljaz

  • EA Novice
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
Re: Link table attributes to attributes as objects
« Reply #3 on: May 14, 2010, 05:51:21 pm »
Thanks a lot to both of you! Both answers were really helpful. I'll go in data model>ERD transformation. However it's good to know it can be done both ways.