public interface Classifier extends Namespace, RedefinableElement, Type, TemplateableElement
The following features are supported:
UMLPackage.getClassifier()
SEPARATOR
Modifier and Type | Method and Description |
---|---|
MDWEList<Feature> |
allFeatures()
The query allFeatures() gives all of the features in the namespace of the classifier.
|
MDWEList<Classifier> |
allParents()
The query allParents() gives all of the direct and indirect ancestors of a generalized Classifier.
|
boolean |
conformsTo(Classifier other)
The query conformsTo() gives true for a classifier that defines a type that conforms to another.
|
CollaborationUse |
createCollaborationUse(String name)
Creates a new
CollaborationUse , with the specified 'Name', and appends it to the '
Collaboration Use' containment reference list |
Generalization |
createGeneralization(Classifier general)
Creates a new
Generalization , with the specified 'General', and appends it to the '
Generalization' containment reference list |
UseCase |
createOwnedUseCase(String name)
Creates a new
UseCase , with the specified 'Name', and appends it to the '
Owned Use Case' containment reference list |
CollaborationUse |
createRepresentation(String name)
Creates a new
CollaborationUse ,with the specified 'Name', and sets the '
Representation' reference |
Substitution |
createSubstitution(String name,
Classifier contract)
Creates a new
Substitution , with the specified 'Name', and 'Contract',
and appends it to the 'Substitution' containment reference list |
MDWEList<Property> |
getAllAttributes()
Retrieves all the attributes of this classifier, including those inherited from its parents
|
MDWEList<Operation> |
getAllOperations()
Retrieves all the operations of this classifier, including those inherited from its parents
|
MDWEList<Interface> |
getAllUsedInterfaces()
Retrieves all the interfaces on which this classifier or any of its parents has a usage dependency
|
Property |
getAttribute(String name,
Type type)
Retrieves the first
Property with the specified 'Name', and 'Type' from
the 'Attribute' reference list |
Property |
getAttribute(String name,
Type type,
boolean ignoreCase,
EClass eClass)
Retrieves the first
Property with the specified 'Name', and 'Type' from
the 'Attribute' reference list |
MDWEList<Property> |
getAttributes()
Returns the value of the 'Attribute' reference list.
|
CollaborationUse |
getCollaborationUse(String name)
Retrieves the first
CollaborationUse with the specified 'Name' from the '
Collaboration Use' containment reference list |
CollaborationUse |
getCollaborationUse(String name,
boolean ignoreCase,
boolean createOnDemand)
Retrieves the first
CollaborationUse with the specified 'Name' from the '
Collaboration Use' containment reference list |
MDWEList<CollaborationUse> |
getCollaborationUses()
Returns the value of the 'Collaboration Use' containment reference list.
|
Feature |
getFeature(String name)
Retrieves the first
Feature with the specified 'Name' from the 'Feature'
reference list |
Feature |
getFeature(String name,
boolean ignoreCase,
EClass eClass)
Retrieves the first
Feature with the specified 'Name' from the 'Feature'
reference list |
MDWEList<Feature> |
getFeatures()
Returns the value of the 'Feature' reference list.
|
Classifier |
getGeneral(String name)
Retrieves the first
Classifier with the specified 'Name' from the '
General' reference list |
Classifier |
getGeneral(String name,
boolean ignoreCase,
EClass eClass)
Retrieves the first
Classifier with the specified 'Name' from the '
General' reference list |
Generalization |
getGeneralization(Classifier general)
Retrieves the first
Generalization with the specified 'General' from the '
Generalization' containment reference list |
Generalization |
getGeneralization(Classifier general,
boolean createOnDemand)
Retrieves the first
Generalization with the specified 'General' from the '
Generalization' containment reference list |
MDWEList<Generalization> |
getGeneralizations()
Returns the value of the 'Generalization' containment reference list.
|
MDWEList<Classifier> |
getGenerals()
Returns the value of the 'General' reference list.
|
NamedElement |
getInheritedMember(String name)
Retrieves the first
NamedElement with the specified 'Name' from the '
Inherited Member' reference list |
NamedElement |
getInheritedMember(String name,
boolean ignoreCase,
EClass eClass)
Retrieves the first
NamedElement with the specified 'Name' from the '
Inherited Member' reference list |
MDWEList<NamedElement> |
getInheritedMembers()
Returns the value of the 'Inherited Member' reference list.
|
Operation |
getOperation(String name,
MDWEList<String> parameterNames,
MDWEList<? extends Type> parameterTypes)
Retrieves the first operation with the specified name, parameter names, and parameter types from this classifier
|
Operation |
getOperation(String name,
MDWEList<String> parameterNames,
MDWEList<? extends Type> parameterTypes,
boolean ignoreCase)
Retrieves the first operation with the specified name, parameter names, and parameter types from this classifier, ignoring case if indicated
|
MDWEList<Operation> |
getOperations()
Retrieves the operations of this classifier
|
UseCase |
getOwnedUseCase(String name)
Retrieves the first
UseCase with the specified 'Name' from the '
Owned Use Case' containment reference list |
UseCase |
getOwnedUseCase(String name,
boolean ignoreCase,
boolean createOnDemand)
Retrieves the first
UseCase with the specified 'Name' from the '
Owned Use Case' containment reference list |
MDWEList<UseCase> |
getOwnedUseCases()
Returns the value of the 'Owned Use Case' containment reference list.
|
GeneralizationSet |
getPowertypeExtent(String name)
Retrieves the first
GeneralizationSet with the specified 'Name' from the '
Powertype Extent' reference list |
GeneralizationSet |
getPowertypeExtent(String name,
boolean ignoreCase)
Retrieves the first
GeneralizationSet with the specified 'Name' from the '
Powertype Extent' reference list |
MDWEList<GeneralizationSet> |
getPowertypeExtents()
Returns the value of the 'Powertype Extent' reference list.
|
Classifier |
getRedefinedClassifier(String name)
Retrieves the first
Classifier with the specified 'Name' from the '
Redefined Classifier' reference list |
Classifier |
getRedefinedClassifier(String name,
boolean ignoreCase,
EClass eClass)
Retrieves the first
Classifier with the specified 'Name' from the '
Redefined Classifier' reference list |
MDWEList<Classifier> |
getRedefinedClassifiers()
Returns the value of the 'Redefined Classifier' reference list.
|
CollaborationUse |
getRepresentation()
Returns the value of the 'Representation' reference
|
Substitution |
getSubstitution(String name,
Classifier contract)
Retrieves the first
Substitution with the specified 'Name', and '
Contract' from the 'Substitution' containment reference list |
Substitution |
getSubstitution(String name,
Classifier contract,
boolean ignoreCase,
boolean createOnDemand)
Retrieves the first
Substitution with the specified 'Name', and '
Contract' from the 'Substitution' containment reference list |
MDWEList<Substitution> |
getSubstitutions()
Returns the value of the 'Substitution' containment reference list.
|
UseCase |
getUseCase(String name)
Retrieves the first
UseCase with the specified 'Name' from the 'Use Case
' reference list |
UseCase |
getUseCase(String name,
boolean ignoreCase)
Retrieves the first
UseCase with the specified 'Name' from the 'Use Case
' reference list |
MDWEList<UseCase> |
getUseCases()
Returns the value of the 'Use Case' reference list.
|
MDWEList<Interface> |
getUsedInterfaces()
Retrieves the interfaces on which this classifier has a usage dependency
|
boolean |
hasVisibilityOf(NamedElement n)
The query hasVisibilityOf() determines whether a named element is visible in the classifier.
|
MDWEList<NamedElement> |
inherit(MDWEList<NamedElement> inhs)
The inherit operation is overridden to exclude redefined properties.
|
MDWEList<NamedElement> |
inheritableMembers(Classifier c)
The query inheritableMembers() gives all of the members of a classifier that may be inherited in one of its descendants, subject to whatever
visibility restrictions apply.
|
boolean |
isAbstract()
Returns the value of the 'Is Abstract' attribute.
|
boolean |
isFinalSpecialization()
Returns the 'isFinalSpecialization' value for the current Classifier.
|
boolean |
maySpecializeType(Classifier c)
The query maySpecializeType() determines whether this classifier may have a generalization relationship to classifiers of the specified type.
|
MDWEList<Classifier> |
parents()
The query parents() gives all of the immediate ancestors of a generalized Classifier.
|
void |
setIsAbstract(boolean value)
Sets the value of the '
Is Abstract ' attribute |
void |
setIsFinalSpecialization(boolean isFinalSpecialization)
Set the 'isFinalSpecialization' value for the current Classifier.
|
void |
setRepresentation(CollaborationUse value)
Sets the value of the '
Representation ' reference |
boolean |
validateGeneralizationHierarchies(DiagnosticChain diagnostics,
Map context)
Generalization hierarchies must be directed and acyclical.
|
boolean |
validateMapsToGeneralizationSet(DiagnosticChain diagnostics,
Map context)
The Classifier that maps to a GeneralizationSet may neither be a specific nor a general Classifier in any of the Generalization relationships
defined for that GeneralizationSet.
|
boolean |
validateNoCyclesInGeneralization(DiagnosticChain diagnostics,
Map context)
Generalization hierarchies must be directed and acyclical.
|
boolean |
validateSpecializeType(DiagnosticChain diagnostics,
Map context)
A classifier may only specialize classifiers of a valid type.
|
createElementImport, createElementImport, createOwnedDiagram, createOwnedRule, createOwnedRule, createPackageImport, createPackageImport, excludeCollisions, getElementImport, getElementImport, getElementImports, getImportedElements, getImportedMember, getImportedMember, getImportedMembers, getImportedPackages, getMember, getMember, getMembers, getNamesOfMember, getOwnedDiagrams, getOwnedDiagrams, getOwnedMember, getOwnedMember, getOwnedMembers, getOwnedRule, getOwnedRule, getOwnedRules, getPackageImport, getPackageImport, getPackageImports, importMembers, membersAreDistinguishable, validateMembersDistinguishable
getRedefinedElement, getRedefinedElement, getRedefinedElements, getRedefinitionContext, getRedefinitionContext, getRedefinitionContexts, isConsistentWith, isLeaf, isRedefinitionContextValid, setIsLeaf, validateRedefinitionConsistent, validateRedefinitionContextValid
conformsTo, createAssociation, getAssociations, getPackage, setPackage
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
getOwningTemplateParameter, getTemplateParameter, isCompatibleWith, isTemplateParameter, setOwningTemplateParameter, setTemplateParameter
addKeyword, allOwnedElements, applyStereotype, createEAnnotation, createOwnedComment, destroy, getApplicableStereotype, getApplicableStereotypes, getAppliedStereotype, getAppliedStereotypes, getAppliedSubstereotype, getAppliedSubstereotypes, getKeywords, getModel, getNearestPackage, getOwnedComments, getOwnedElements, getOwner, getRelationships, getRelationships, getRequiredStereotype, getRequiredStereotypes, getSourceDirectedRelationships, getSourceDirectedRelationships, getStereotypeApplication, getStereotypeApplications, getTargetDirectedRelationships, getTargetDirectedRelationships, getValue, hasKeyword, hasValue, isStereotypeApplicable, isStereotypeApplied, isStereotypeRequired, mustBeOwned, removeKeyword, setValue, unapplyStereotype, validateHasOwner, validateNotOwnSelf
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
createOwnedTemplateSignature, createOwnedTemplateSignature, createTemplateBinding, getOwnedTemplateSignature, getTemplateBinding, getTemplateBinding, getTemplateBindings, isTemplate, parameterableElements, setOwnedTemplateSignature
boolean isAbstract()
"false"
.
If true, the Classifier does not provide a complete declaration and can typically not be instantiated. An abstract classifier is intended to be
used by other classifiers e.g. as the target of general metarelationships or generalization relationships.
setIsAbstract(boolean)
,
UMLPackage.getClassifier_IsAbstract()
void setIsAbstract(boolean value)
Is Abstract
' attribute.
value
- the new value of the 'Is Abstract' attribute.isAbstract()
MDWEList<Generalization> getGeneralizations()
Generalization
.
It is bidirectional and its opposite is 'Specific
'.
Specifies the Generalization relationships for this Classifier. These Generalizations navigaten to more general classifiers in the
generalization hierarchy.
UMLPackage.getClassifier_Generalization()
,
Generalization.getSpecific()
MDWEList<GeneralizationSet> getPowertypeExtents()
GeneralizationSet
.
It is bidirectional and its opposite is 'Powertype
'.
Designates the GeneralizationSet of which the associated Classifier is a power type.
UMLPackage.getClassifier_PowertypeExtent()
,
GeneralizationSet.getPowertype()
GeneralizationSet getPowertypeExtent(String name)
GeneralizationSet
with the specified 'Name' from the '
Powertype Extent' reference list.
name
- The 'Name' of the GeneralizationSet
to retrieve, or null
.GeneralizationSet
with the specified 'Name', or null
.getPowertypeExtents()
GeneralizationSet getPowertypeExtent(String name, boolean ignoreCase)
GeneralizationSet
with the specified 'Name' from the '
Powertype Extent' reference list.
name
- The 'Name' of the GeneralizationSet
to retrieve, or null
.ignoreCase
- Whether to ignore case in String
comparisons.GeneralizationSet
with the specified 'Name', or null
.getPowertypeExtents()
MDWEList<Feature> getFeatures()
Feature
.
It is bidirectional and its opposite is 'Featuring Classifier
'.
Note that there may be members of the Classifier that are of the type Feature but are not included in this association, e.g. inherited
features.
Specifies each feature defined in the classifier.
UMLPackage.getClassifier_Feature()
,
Feature.getFeaturingClassifiers()
Feature getFeature(String name)
Feature
with the specified 'Name' from the 'Feature'
reference list.
name
- The 'Name' of the Feature
to retrieve, or null
.Feature
with the specified 'Name', or null
.getFeatures()
Feature getFeature(String name, boolean ignoreCase, EClass eClass)
Feature
with the specified 'Name' from the 'Feature'
reference list.
name
- The 'Name' of the Feature
to retrieve, or null
.ignoreCase
- Whether to ignore case in String
comparisons.eClass
- The Ecore class of the Feature
to retrieve, or null
.Feature
with the specified 'Name', or null
.getFeatures()
MDWEList<NamedElement> getInheritedMembers()
NamedElement
.
Specifies all elements inherited by this classifier from the general classifiers.
UMLPackage.getClassifier_InheritedMember()
NamedElement getInheritedMember(String name)
NamedElement
with the specified 'Name' from the '
Inherited Member' reference list.
name
- The 'Name' of the NamedElement
to retrieve, or null
.NamedElement
with the specified 'Name', or null
.getInheritedMembers()
NamedElement getInheritedMember(String name, boolean ignoreCase, EClass eClass)
NamedElement
with the specified 'Name' from the '
Inherited Member' reference list.
name
- The 'Name' of the NamedElement
to retrieve, or null
.ignoreCase
- Whether to ignore case in String
comparisons.eClass
- The Ecore class of the NamedElement
to retrieve, or null
.NamedElement
with the specified 'Name', or null
.getInheritedMembers()
MDWEList<Classifier> getRedefinedClassifiers()
Classifier
.
References the Classifiers that are redefined by this Classifier.
UMLPackage.getClassifier_RedefinedClassifier()
Classifier getRedefinedClassifier(String name)
Classifier
with the specified 'Name' from the '
Redefined Classifier' reference list.
name
- The 'Name' of the Classifier
to retrieve, or null
.Classifier
with the specified 'Name', or null
.getRedefinedClassifiers()
Classifier getRedefinedClassifier(String name, boolean ignoreCase, EClass eClass)
Classifier
with the specified 'Name' from the '
Redefined Classifier' reference list.
name
- The 'Name' of the Classifier
to retrieve, or null
.ignoreCase
- Whether to ignore case in String
comparisons.eClass
- The Ecore class of the Classifier
to retrieve, or null
.Classifier
with the specified 'Name', or null
.getRedefinedClassifiers()
MDWEList<Classifier> getGenerals()
Classifier
.
References the general classifier in the Generalization relationship.
Specifies the general Classifiers for this Classifier.
UMLPackage.getClassifier_General()
Classifier getGeneral(String name)
Classifier
with the specified 'Name' from the '
General' reference list.
name
- The 'Name' of the Classifier
to retrieve, or null
.Classifier
with the specified 'Name', or null
.getGenerals()
Classifier getGeneral(String name, boolean ignoreCase, EClass eClass)
Classifier
with the specified 'Name' from the '
General' reference list.
name
- The 'Name' of the Classifier
to retrieve, or null
.ignoreCase
- Whether to ignore case in String
comparisons.eClass
- The Ecore class of the Classifier
to retrieve, or null
.Classifier
with the specified 'Name', or null
.getGenerals()
MDWEList<UseCase> getOwnedUseCases()
UseCase
.
References the use cases owned by this classifier.
UMLPackage.getClassifier_OwnedUseCase()
UseCase createOwnedUseCase(String name)
UseCase
, with the specified 'Name', and appends it to the '
Owned Use Case' containment reference list.
name
- The 'Name' for the new UseCase
, or null
.UseCase
.getOwnedUseCases()
UseCase getOwnedUseCase(String name)
UseCase
with the specified 'Name' from the '
Owned Use Case' containment reference list.
name
- The 'Name' of the UseCase
to retrieve, or null
.UseCase
with the specified 'Name', or null
.getOwnedUseCases()
UseCase getOwnedUseCase(String name, boolean ignoreCase, boolean createOnDemand)
UseCase
with the specified 'Name' from the '
Owned Use Case' containment reference list.
name
- The 'Name' of the UseCase
to retrieve, or null
.ignoreCase
- Whether to ignore case in String
comparisons.createOnDemand
- Whether to create a UseCase
on demand if not found.UseCase
with the specified 'Name', or null
.getOwnedUseCases()
MDWEList<UseCase> getUseCases()
UseCase
.
It is bidirectional and its opposite is 'Subject
'.
The set of use cases for which this Classifier is the subject.
UMLPackage.getClassifier_UseCase()
,
UseCase.getSubjects()
UseCase getUseCase(String name)
UseCase
with the specified 'Name' from the 'Use Case
' reference list.
name
- The 'Name' of the UseCase
to retrieve, or null
.UseCase
with the specified 'Name', or null
.getUseCases()
UseCase getUseCase(String name, boolean ignoreCase)
UseCase
with the specified 'Name' from the 'Use Case
' reference list.
name
- The 'Name' of the UseCase
to retrieve, or null
.ignoreCase
- Whether to ignore case in String
comparisons.UseCase
with the specified 'Name', or null
.getUseCases()
MDWEList<Substitution> getSubstitutions()
Substitution
.
It is bidirectional and its opposite is 'Substituting Classifier
'.
References the substitutions that are owned by this Classifier.
UMLPackage.getClassifier_Substitution()
,
Substitution.getSubstitutingClassifier()
Substitution createSubstitution(String name, Classifier contract)
Substitution
, with the specified 'Name', and 'Contract',
and appends it to the 'Substitution' containment reference list.
name
- The 'Name' for the new Substitution
, or null
.contract
- The 'Contract' for the new Substitution
, or null
.Substitution
.getSubstitutions()
Substitution getSubstitution(String name, Classifier contract)
Substitution
with the specified 'Name', and '
Contract' from the 'Substitution' containment reference list.
name
- The 'Name' of the Substitution
to retrieve, or null
.contract
- The 'Contract' of the Substitution
to retrieve, or null
.Substitution
with the specified 'Name', and 'Contract
', or null
.getSubstitutions()
Substitution getSubstitution(String name, Classifier contract, boolean ignoreCase, boolean createOnDemand)
Substitution
with the specified 'Name', and '
Contract' from the 'Substitution' containment reference list.
name
- The 'Name' of the Substitution
to retrieve, or null
.contract
- The 'Contract' of the Substitution
to retrieve, or null
.ignoreCase
- Whether to ignore case in String
comparisons.createOnDemand
- Whether to create a Substitution
on demand if not found.Substitution
with the specified 'Name', and 'Contract
', or null
.getSubstitutions()
MDWEList<Property> getAttributes()
Property
.
Refers to all of the Properties that are direct (i.e. not inherited or imported) attributes of the classifier.
UMLPackage.getClassifier_Attribute()
Property getAttribute(String name, Type type)
Property
with the specified 'Name', and 'Type' from
the 'Attribute' reference list.
name
- The 'Name' of the Property
to retrieve, or null
.type
- The 'Type' of the Property
to retrieve, or null
.Property
with the specified 'Name', and 'Type', or
null
.getAttributes()
Property getAttribute(String name, Type type, boolean ignoreCase, EClass eClass)
Property
with the specified 'Name', and 'Type' from
the 'Attribute' reference list.
name
- The 'Name' of the Property
to retrieve, or null
.type
- The 'Type' of the Property
to retrieve, or null
.ignoreCase
- Whether to ignore case in String
comparisons.eClass
- The Ecore class of the Property
to retrieve, or null
.Property
with the specified 'Name', and 'Type', or
null
.getAttributes()
CollaborationUse getRepresentation()
setRepresentation(CollaborationUse)
,
UMLPackage.getClassifier_Representation()
void setRepresentation(CollaborationUse value)
Representation
' reference.
value
- the new value of the 'Representation' reference.getRepresentation()
CollaborationUse createRepresentation(String name)
CollaborationUse
,with the specified 'Name', and sets the '
Representation' reference.
name
- The 'Name' for the new CollaborationUse
, or null
.CollaborationUse
.getRepresentation()
MDWEList<CollaborationUse> getCollaborationUses()
CollaborationUse
.
References the collaboration uses owned by the classifier.
UMLPackage.getClassifier_CollaborationUse()
CollaborationUse createCollaborationUse(String name)
CollaborationUse
, with the specified 'Name', and appends it to the '
Collaboration Use' containment reference list.
name
- The 'Name' for the new CollaborationUse
, or null
.CollaborationUse
.getCollaborationUses()
CollaborationUse getCollaborationUse(String name)
CollaborationUse
with the specified 'Name' from the '
Collaboration Use' containment reference list.
name
- The 'Name' of the CollaborationUse
to retrieve, or null
.CollaborationUse
with the specified 'Name', or null
.getCollaborationUses()
CollaborationUse getCollaborationUse(String name, boolean ignoreCase, boolean createOnDemand)
CollaborationUse
with the specified 'Name' from the '
Collaboration Use' containment reference list.
name
- The 'Name' of the CollaborationUse
to retrieve, or null
.ignoreCase
- Whether to ignore case in String
comparisons.createOnDemand
- Whether to create a CollaborationUse
on demand if not found.CollaborationUse
with the specified 'Name', or null
.getCollaborationUses()
boolean validateNoCyclesInGeneralization(DiagnosticChain diagnostics, Map context)
boolean validateSpecializeType(DiagnosticChain diagnostics, Map context)
boolean validateGeneralizationHierarchies(DiagnosticChain diagnostics, Map context)
boolean validateMapsToGeneralizationSet(DiagnosticChain diagnostics, Map context)
Generalization createGeneralization(Classifier general)
Generalization
, with the specified 'General', and appends it to the '
Generalization' containment reference list.
general
- The 'General' for the new Generalization
, or null
.Generalization
.getGeneralizations()
Generalization getGeneralization(Classifier general)
Generalization
with the specified 'General' from the '
Generalization' containment reference list.
general
- The 'General' of the Generalization
to retrieve, or null
.Generalization
with the specified 'General', or null
.getGeneralizations()
Generalization getGeneralization(Classifier general, boolean createOnDemand)
Generalization
with the specified 'General' from the '
Generalization' containment reference list.
general
- The 'General' of the Generalization
to retrieve, or null
.createOnDemand
- Whether to create a Generalization
on demand if not found.Generalization
with the specified 'General', or null
.getGeneralizations()
MDWEList<Property> getAllAttributes()
MDWEList<Operation> getAllOperations()
Operation getOperation(String name, MDWEList<String> parameterNames, MDWEList<? extends Type> parameterTypes)
Operation getOperation(String name, MDWEList<String> parameterNames, MDWEList<? extends Type> parameterTypes, boolean ignoreCase)
MDWEList<Interface> getUsedInterfaces()
MDWEList<Interface> getAllUsedInterfaces()
boolean maySpecializeType(Classifier c)
MDWEList<Feature> allFeatures()
MDWEList<Classifier> parents()
MDWEList<NamedElement> inheritableMembers(Classifier c)
boolean hasVisibilityOf(NamedElement n)
boolean conformsTo(Classifier other)
MDWEList<NamedElement> inherit(MDWEList<NamedElement> inhs)
MDWEList<Classifier> allParents()
boolean isFinalSpecialization()
void setIsFinalSpecialization(boolean isFinalSpecialization)
isFinalSpecialization
- boolean value