Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: thomaskilian on February 27, 2006, 08:32:42 am

Title: Transformation of Tags
Post by: thomaskilian on February 27, 2006, 08:32:42 am
How can I propagate tagged values using the Transformation?
Title: Re: Transformation of Tags
Post by: Eve on February 27, 2006, 01:02:57 pm
Currently you need to explicitly copy any tags that you want propogated.

Code: [Select]
%if classTag:"MyTag" != ""%
Tag
{
 name="MyTag"
 value=%qt%%classTag:"MyTag"%%qt%
}
%endIf%
Title: Re: Transformation of Tags
Post by: thomaskilian on February 28, 2006, 02:42:56 am
I also found that solution, but I Iguess it's meaningfull to have a propagation mechanism according to Class, Attribute, etc.