Book a Demo

Author Topic: Transform a class on itself  (Read 2447 times)

Tom G

  • EA Novice
  • *
  • Posts: 15
  • Karma: +0/-0
    • View Profile
Transform a class on itself
« on: August 29, 2007, 06:34:42 am »
Is there a way I can transform a class on itself: the transformation should not create a new class element but adapt/replace the class element it is transforming without losing information or breaking relationships...

I would like to do this to automatically add a bunch of tagged values to the attributes of the class. Is there another way I could/should do this (without using the automation interface) ?

Thanks.
Tom

thomaskilian

  • Guest
Re: Transform a class on itself
« Reply #1 on: August 29, 2007, 07:01:09 am »
The only way that comes to my mind would be an add-in. Or you would need to delete the source class manually after transformation.