|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Redefinable Template Signature'. A redefinable template signature supports the addition of formal template parameters in a specialization of a template classifier.
The following features are supported:
UMLPackage.getRedefinableTemplateSignature()
Field Summary |
Fields inherited from interface org.eclipse.uml2.uml.NamedElement |
SEPARATOR |
Method Summary | |
Classifier |
getClassifier()
Returns the value of the 'Classifier' reference |
RedefinableTemplateSignature |
getExtendedSignature(String name)
Retrieves the first RedefinableTemplateSignature with the specified 'Name' from the 'Extended Signature' reference list |
RedefinableTemplateSignature |
getExtendedSignature(String name,
boolean ignoreCase)
Retrieves the first RedefinableTemplateSignature with the specified 'Name' from the 'Extended Signature' reference list |
EList |
getExtendedSignatures()
Returns the value of the 'Extended Signature' reference list. |
EList |
getInheritedParameters()
Returns the value of the 'Inherited Parameter' reference list. |
boolean |
validateInheritedParameters(DiagnosticChain diagnostics,
Map context)
The inherited parameters are the parameters of the extended template signature. |
Methods inherited from interface org.eclipse.uml2.uml.RedefinableElement |
getRedefinedElement, getRedefinedElement, getRedefinedElements, getRedefinitionContext, getRedefinitionContext, getRedefinitionContexts, isConsistentWith, isLeaf, isRedefinitionContextValid, setIsLeaf, validateRedefinitionConsistent, validateRedefinitionContextValid |
Methods inherited from interface org.eclipse.uml2.uml.NamedElement |
allNamespaces, allOwningPackages, createDependency, createNameExpression, getClientDependencies, getClientDependency, getClientDependency, getLabel, getLabel, getName, getNameExpression, getNamespace, getQualifiedName, getVisibility, isDistinguishableFrom, isSetName, isSetVisibility, separator, setName, setNameExpression, setVisibility, unsetName, unsetVisibility, validateHasNoQualifiedName, validateHasQualifiedName, validateVisibilityNeedsOwnership |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
getEAnnotation, getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
eAdapters, eDeliver, eNotify, eSetDeliver |
Methods inherited from interface org.eclipse.uml2.uml.TemplateSignature |
createOwnedParameter, createOwnedParameter, getOwnedParameters, getParameters, getTemplate, setTemplate, validateOwnElements |
Method Detail |
public EList getExtendedSignatures()
RedefinableTemplateSignature
.
The template signature that is extended by this template signature.
UMLPackage.getRedefinableTemplateSignature_ExtendedSignature()
public RedefinableTemplateSignature getExtendedSignature(String name)
RedefinableTemplateSignature
with the specified 'Name' from the 'Extended Signature' reference list.
name
- The 'Name' of the RedefinableTemplateSignature
to retrieve, or null
.
RedefinableTemplateSignature
with the specified 'Name', or null
.RedefinableTemplateSignature.getExtendedSignatures()
public RedefinableTemplateSignature getExtendedSignature(String name, boolean ignoreCase)
RedefinableTemplateSignature
with the specified 'Name' from the 'Extended Signature' reference list.
name
- The 'Name' of the RedefinableTemplateSignature
to retrieve, or null
.ignoreCase
- Whether to ignore case in String
comparisons.
RedefinableTemplateSignature
with the specified 'Name', or null
.RedefinableTemplateSignature.getExtendedSignatures()
public EList getInheritedParameters()
TemplateParameter
.
The formal template parameters of the extendedSignature.
UMLPackage.getRedefinableTemplateSignature_InheritedParameter()
public Classifier getClassifier()
UMLPackage.getRedefinableTemplateSignature_Classifier()
public boolean validateInheritedParameters(DiagnosticChain diagnostics, Map context)
|
Copyright 2003, 2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |