|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RedefinableTemplateSignature
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(java.lang.String name)
Retrieves the first RedefinableTemplateSignature with the specified 'Name' from the 'Extended Signature' reference list |
RedefinableTemplateSignature |
getExtendedSignature(java.lang.String name,
boolean ignoreCase)
Retrieves the first RedefinableTemplateSignature with the specified 'Name' from the 'Extended Signature' reference list |
org.eclipse.emf.common.util.EList<RedefinableTemplateSignature> |
getExtendedSignatures()
Returns the value of the 'Extended Signature' reference list. |
org.eclipse.emf.common.util.EList<TemplateParameter> |
getInheritedParameters()
Returns the value of the 'Inherited Parameter' reference list. |
boolean |
validateInheritedParameters(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> 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, createUsage, 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, eInvoke, 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 |
---|
org.eclipse.emf.common.util.EList<RedefinableTemplateSignature> getExtendedSignatures()
RedefinableTemplateSignature
.
This feature subsets the following features:
The template signature that is extended by this template signature.
UMLPackage.getRedefinableTemplateSignature_ExtendedSignature()
RedefinableTemplateSignature getExtendedSignature(java.lang.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
.getExtendedSignatures()
RedefinableTemplateSignature getExtendedSignature(java.lang.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
.getExtendedSignatures()
org.eclipse.emf.common.util.EList<TemplateParameter> getInheritedParameters()
TemplateParameter
.
This feature subsets the following features:
The formal template parameters of the extendedSignature.
UMLPackage.getRedefinableTemplateSignature_InheritedParameter()
Classifier getClassifier()
This feature subsets the following features:
The classifier that owns this template signature.
UMLPackage.getRedefinableTemplateSignature_Classifier()
boolean validateInheritedParameters(org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.
|
Copyright 2003, 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |