1.3.6.39 TemplateBinding
A TemplateBinding specifies the Substitution of actual Parameters by the formal Parameters of the template. A TemplateBinding is a directed relationship from a bound templateable element to the template signature of the target template. A TemplateBinding owns a set of TemplateParameterSubstitutions.
OperationModelElementTemplateParameterSubstitutionNameSpaceTemplateBinding
Association
Description
InstanciatedTemplate : NameSpace [1..1]
InstanciatedTemplateOperation : Operation [1..1]
ParameterSubstitution : TemplateParameterSubstitution [0..*]
BoundElement : NameSpace [0..1]
Relates to the template that is instanciated by the current NameSpace.
BoundOperation : Operation [0..1]
Binds the Operation to the template operation that it instanciates.