Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: thomaskilian on February 27, 2006, 08:32:42 am
-
How can I propagate tagged values using the Transformation?
-
Currently you need to explicitly copy any tags that you want propogated.
%if classTag:"MyTag" != ""%
Tag
{
name="MyTag"
value=%qt%%classTag:"MyTag"%%qt%
}
%endIf%
-
I also found that solution, but I Iguess it's meaningfull to have a propagation mechanism according to Class, Attribute, etc.