Class UML 2.3::TemplateSignature
Description:
A template signature bundles the set of formal template parameters for
a templated element.
Direct Superclasses: ElementDirect Subclasses: RedefinableTemplateSignatureClass Precedence List: TemplateSignature,
ElementProperties:
![](/se-interop/image/down-arrow.png?hunchentoot-session=87398%3AF570E5E80B3C2292EC31343C65BD0CFF)
ownedParameter :
TemplateParameter (0 *); -- source
TemplateSignature![](/se-interop/image/down-arrow.png?hunchentoot-session=87398%3AF570E5E80B3C2292EC31343C65BD0CFF)
parameter :
TemplateParameter (1 *); -- source
TemplateSignature![](/se-interop/image/right-arrow.png?hunchentoot-session=87398%3AF570E5E80B3C2292EC31343C65BD0CFF)
template :
TemplateableElement (1 1); -- source
TemplateSignature The element that owns this template signature.
Subsets: Element.owner
Opposite: TemplateableElement.ownedTemplateSignature
![](/se-interop/image/right-arrow.png?hunchentoot-session=87398%3AF570E5E80B3C2292EC31343C65BD0CFF)
ownedComment :
Comment (0 *); -- source
Element The Comments owned by this element.
{
composite}
Subsets: Element.ownedElement
![](/se-interop/image/down-arrow.png?hunchentoot-session=87398%3AF570E5E80B3C2292EC31343C65BD0CFF)
ownedElement :
Element (0 *); -- source
Element![](/se-interop/image/down-arrow.png?hunchentoot-session=87398%3AF570E5E80B3C2292EC31343C65BD0CFF)
owner :
Element (0 1); -- source
ElementConstraints:
Signature: own_elements() : Boolean;
Description: Parameters must own the elements they parameter or those elements must
be owned by the element being templated.
The OCL used here is not normative.Editor's notes: templatedElement not defined.
Expression: true
Original: templatedElement.ownedElement->includesAll(parameter.parameteredElement -
parameter.ownedParameteredElement)
Operations:
No additional operations.
Send questions or comments to
[email protected].