Software Disclaimer

Class UML 2.3::TemplateParameter

Description:

A template parameter exposes a parameterable element as a formal template parameter of a template.

Direct Superclasses: Element

Direct Subclasses: OperationTemplateParameter, ConnectableElementTemplateParameter, ClassifierTemplateParameter

Class Precedence List: TemplateParameter, Element

Properties:

default : ParameterableElement (0 1); -- source TemplateParameter
ownedDefault : ParameterableElement (0 1); -- source TemplateParameter
ownedParameteredElement : ParameterableElement (0 1); -- source TemplateParameter
parameteredElement : ParameterableElement (1 1); -- source TemplateParameter
signature : TemplateSignature (1 1); -- source TemplateParameter
ownedComment : Comment (0 *); -- source Element
ownedElement : Element (0 *); -- source Element
owner : Element (0 1); -- source Element

The Element that owns this element.
{readonly}
Derived union with sources: (signature)
Opposite: Element.ownedElement

Constraints:

Signature: must_be_compatible() : Boolean;
Description: The default must be compatible with the formal template parameter.
Expression: default->notEmpty() implies default->isCompatibleWith(parameteredElement)

Operations:

No additional operations.



Send questions or comments to [email protected].