Book a Demo

Author Topic: EA Transforms using Generalization Sets  (Read 6262 times)

AlanH

  • EA Novice
  • *
  • Posts: 17
  • Karma: +0/-0
    • View Profile
EA Transforms using Generalization Sets
« on: April 02, 2008, 11:22:42 am »
Hi...

I would like to transform some Generalization Sets - (groups of Subclasses) into type tables for a physical database model (and DDL)...

How can I obtain the 'GeneralizationSet' name so I can use it in a transform?


Al

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: EA Transforms using Generalization Sets
« Reply #1 on: April 02, 2008, 12:56:26 pm »
Look at EXEC_ADD_IN and writing an add-in to support your transformation.  The transformation templates don't have direct access to generalization sets.  (I'm also not sure how to access them from the add-in, but you have some more options available to you that way.)