Book a Demo

Author Topic: Associations with lists  (Read 2275 times)

mbr

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Associations with lists
« on: October 29, 2003, 02:22:39 am »
HI

I'm new to EA witch may be reflected in this question.  ???
My team is using Borlands VCL clases for our projects. When we make associasions between clases with a 1..* relationship we often use lists (TList or TStringList). That is a list of pointers to the associated class.

When I revers engineer code, these lists are not regonized as associations in the corosponding UML model.
Also when I generate code from a UML class where I have made an association arror og put in an attribute to represent the association, EA just adds another pointer in the code of the type of the associated class.

How do I get EA to handle this situation?

Thanks

Martin