|
|
The called generation template can get the value of the passed parameter through the %getparam keyword and set the value of the passed parameter through the %setparam keyword.
|
%load "<template file name>" [%param" <parameter 1>" %param "<parameter 2>" etc.]
%localstring "strStereotypeName"
%localnumeric "nHasStereotype"
%load "HasStereotype.sdl" %param "strStereotypeName" %param "nHasStereotype"