Book a Demo

Author Topic: Create Tagged Values during MDA Transformation  (Read 3261 times)

Kaneda

  • EA User
  • **
  • Posts: 38
  • Karma: +0/-0
    • View Profile
Create Tagged Values during MDA Transformation
« on: August 15, 2005, 03:44:38 pm »
Hi there,

is it possible, to create Tagged Values for Classes etc. during the model transformation from PIM to PSM?

I somehow have the feeling, that the macros for the Tagged values are read only?
There are 10 types of people in this world. Those who understand binaries and those who don't...

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Create Tagged Values during MDA Transformation
« Reply #1 on: August 16, 2005, 03:40:04 pm »
Code: [Select]
Tag
{
 name="tagName"
 value="tagValue"
}


You can see an example of this in the Java Properties template and the C# Property template.

Simon

Kaneda

  • EA User
  • **
  • Posts: 38
  • Karma: +0/-0
    • View Profile
Re: Create Tagged Values during MDA Transformation
« Reply #2 on: August 16, 2005, 05:25:59 pm »
Thanks very much simon, that is indeed very helpful!

(kind of embarassing that I missed it..)
There are 10 types of people in this world. Those who understand binaries and those who don't...