TemplateParameterSubstitution
Relation of the actual parameter(s) to a formal template parameter as part of a TemplateBinding.
A TemplateParameterSubstitution associates one or more actual Parameters with a formal template Parameter within the context of a TemplateBinding. In Modelio, a TemplateParameterSubstitution cannot own its actual value. The actual value can be referenced by the Actual dependency or defined by the StringValue attribute.
: TemplateParameterSubstitution (architecture_autodiagram)
Figure 242 : TemplateParameterSubstitution (architecture_autodiagram)
TemplateParameterSubstitutionUmlModelElementTemplateBindingTemplateParameter
Attribute
Description
string Value [1..1]
The value that is the actual parameter for this substitution. It is used for value template parameters.
Association
Description
Owner : TemplateBinding [1..1]
Actual : UmlModelElement [0..1]
The elements that are the actual parameters for this substitution.
FormalParameter : TemplateParameter [1..1]
The formal template parameter that is associated with this substitution.