Architecting and designing : UML 2.5 : Model Elements : TemplateSignature : RedefinableTemplateSignature
  
RedefinableTemplateSignature
A RedefinableTemplateSignature supports the addition of formal template parameters in a specialization of a template classifier.
Specifically, RedefinableTemplateSignature specializes both TemplateSignature and RedefinableElement in order to allow the addition of new formal TemplateParameters in the context of a specializing template Classifier.
A RedefinableTemplateSignature redefines the RedefinableTemplateSignatures of all parent Classifiers that are templates. All the formal TemplateParameters of the extended (redefined) signatures are included as formal TemplateParameters of the extending signature, along with any TemplateParameters locally specified for the extending signature.
Go up to
TemplateSignature