Class UML 2.5::RedefinableTemplateSignature
Description:
A RedefinableTemplateSignature supports the addition of formal template
parameters in a specialization of a template classifier.
Direct Superclasses: RedefinableElement,
TemplateSignatureDirect Subclasses: Class Precedence List: RedefinableTemplateSignature,
RedefinableElement,
NamedElement,
TemplateSignature,
ElementProperties:
![](/se-interop/image/down-arrow.png?hunchentoot-session=92533%3A24DDE534B75D5DA29B0B522F5C7FD64A)
classifier :
Classifier (1 1); -- source
RedefinableTemplateSignature![](/se-interop/image/down-arrow.png?hunchentoot-session=92533%3A24DDE534B75D5DA29B0B522F5C7FD64A)
extendedSignature :
RedefinableTemplateSignature (0 *); -- source
RedefinableTemplateSignature![](/se-interop/image/down-arrow.png?hunchentoot-session=92533%3A24DDE534B75D5DA29B0B522F5C7FD64A)
inheritedParameter :
TemplateParameter (0 *); -- source
RedefinableTemplateSignature![](/se-interop/image/down-arrow.png?hunchentoot-session=92533%3A24DDE534B75D5DA29B0B522F5C7FD64A)
isLeaf : Boolean (1 1); -- source
RedefinableElement![](/se-interop/image/down-arrow.png?hunchentoot-session=92533%3A24DDE534B75D5DA29B0B522F5C7FD64A)
redefinedElement :
RedefinableElement (0 *); -- source
RedefinableElement![](/se-interop/image/down-arrow.png?hunchentoot-session=92533%3A24DDE534B75D5DA29B0B522F5C7FD64A)
redefinitionContext :
Classifier (0 *); -- source
RedefinableElement![](/se-interop/image/down-arrow.png?hunchentoot-session=92533%3A24DDE534B75D5DA29B0B522F5C7FD64A)
clientDependency :
Dependency (0 *); -- source
NamedElement![](/se-interop/image/down-arrow.png?hunchentoot-session=92533%3A24DDE534B75D5DA29B0B522F5C7FD64A)
name : String (0 1); -- source
NamedElement![](/se-interop/image/down-arrow.png?hunchentoot-session=92533%3A24DDE534B75D5DA29B0B522F5C7FD64A)
nameExpression :
StringExpression (0 1); -- source
NamedElement![](/se-interop/image/down-arrow.png?hunchentoot-session=92533%3A24DDE534B75D5DA29B0B522F5C7FD64A)
namespace :
Namespace (0 1); -- source
NamedElement![](/se-interop/image/down-arrow.png?hunchentoot-session=92533%3A24DDE534B75D5DA29B0B522F5C7FD64A)
qualifiedName : String (0 1); -- source
NamedElement![](/se-interop/image/down-arrow.png?hunchentoot-session=92533%3A24DDE534B75D5DA29B0B522F5C7FD64A)
visibility :
VisibilityKind (0 1); -- source
NamedElement![](/se-interop/image/down-arrow.png?hunchentoot-session=92533%3A24DDE534B75D5DA29B0B522F5C7FD64A)
ownedParameter :
TemplateParameter (0 *); -- source
TemplateSignature![](/se-interop/image/down-arrow.png?hunchentoot-session=92533%3A24DDE534B75D5DA29B0B522F5C7FD64A)
parameter :
TemplateParameter (1 *); -- source
TemplateSignature![](/se-interop/image/down-arrow.png?hunchentoot-session=92533%3A24DDE534B75D5DA29B0B522F5C7FD64A)
ownedComment :
Comment (0 *); -- source
Element![](/se-interop/image/down-arrow.png?hunchentoot-session=92533%3A24DDE534B75D5DA29B0B522F5C7FD64A)
ownedElement :
Element (0 *); -- source
Element![](/se-interop/image/down-arrow.png?hunchentoot-session=92533%3A24DDE534B75D5DA29B0B522F5C7FD64A)
owner :
Element (0 1); -- source
ElementConstraints:
No additional constraints.
Operations:
Signature: isConsistentWith(redefiningElement : RedefinableElement; ) : Boolean;
Description: The query isConsistentWith() specifies, for any two RedefinableTemplateSignatures
in a context in which redefinition is possible, whether redefinition would
be logically consistent. A redefining template signature is always consistent
with a redefined template signature, as redefinition only adds new formal
parameters.
Expression: result = (redefiningElement.oclIsKindOf(RedefinableTemplateSignature))
Signature: inheritedParameter.1() : TemplateParameter;
Description: Derivation for RedefinableTemplateSignature::/inheritedParameter
Expression: result = (if extendedSignature->isEmpty() then Set{} else extendedSignature.parameter->asSet() endif)
Send questions or comments to
[email protected].