Book a Demo

Author Topic: Lozenge detection  (Read 2422 times)

danm

  • EA User
  • **
  • Posts: 88
  • Karma: +0/-0
    • View Profile
Lozenge detection
« on: December 17, 2007, 12:19:42 pm »
In a transform how do you detect that an association is an nary (lozenge), and how do you get access to the elements, both from the class and the association side?

I couldn't find anything in either the documentation or searching the forum. Thanks

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Lozenge detection
« Reply #1 on: December 17, 2007, 12:55:35 pm »
You'll get the association diamond as an element using the class list.  The elemType will be Association.

There is an example of this in the built in DDL transformation.