public interface GeneralizationSet extends PackageableElement
A GeneralizationSet is a PackageableElement whose instances represent sets of Generalization relationships.
The following features are supported:
UMLPackage.getGeneralizationSet()
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Generalization> |
getGeneralization()
Returns the value of the 'Generalization' reference list.
|
Classifier |
getPowertype()
Returns the value of the 'Powertype' reference.
|
boolean |
hasGeneralization() |
boolean |
isCovering()
Returns the value of the 'Covering' attribute.
|
boolean |
isDisjoint()
Returns the value of the 'Disjoint' attribute.
|
void |
setCovering(boolean value)
Sets the value of the '
Covering ' attribute. |
void |
setDisjoint(boolean value)
Sets the value of the '
Disjoint ' attribute. |
void |
setPowertype(Classifier value)
Sets the value of the '
Powertype ' reference. |
get_componentOfPackagedElement, get_elementImportOfImportedElement, get_manifestationOfUtilizedElement, getOwningPackage, getVisibility, has_elementImportOfImportedElement, has_manifestationOfUtilizedElement, set_componentOfPackagedElement, setOwningPackage, setVisibility
get_considerIgnoreFragmentOfMessage, get_durationObservationOfEvent, get_informationFlowOfInformationSource, get_informationFlowOfInformationTarget, get_messageOfSignature, get_namespaceOfMember, get_timeObservationOfEvent, getClientDependency, getName, getNameExpression, getNamespace, getQualifiedName, getSupplierDependency, has_considerIgnoreFragmentOfMessage, has_durationObservationOfEvent, has_informationFlowOfInformationSource, has_informationFlowOfInformationTarget, has_messageOfSignature, has_namespaceOfMember, has_timeObservationOfEvent, hasClientDependency, hasSupplierDependency, setName, setNameExpression, setNamespace
get_templateParameterOfDefault, get_templateParameterOfOwnedDefault, get_templateParameterSubstitutionOfActual, get_templateParameterSubstitutionOfOwnedActual, getOwningTemplateParameter, getTemplateParameter, has_templateParameterOfDefault, has_templateParameterSubstitutionOfActual, set_templateParameterOfOwnedDefault, set_templateParameterSubstitutionOfOwnedActual, setOwningTemplateParameter, setTemplateParameter
get_activityPartitionOfRepresents, get_commentOfAnnotatedElement, get_constraintOfConstrainedElement, get_diagramOfContext, get_directedRelationshipOfSource, get_directedRelationshipOfTarget, get_elementOfSyncElement, get_elementValueOfElement, get_relationshipOfRelatedElement, getAppliedStereotypeInstance, getOwnedComment, getOwnedElement, getOwner, getSyncElement, has_activityPartitionOfRepresents, has_commentOfAnnotatedElement, has_constraintOfConstrainedElement, has_diagramOfContext, has_directedRelationshipOfSource, has_directedRelationshipOfTarget, has_elementOfSyncElement, has_elementValueOfElement, has_relationshipOfRelatedElement, hasOwnedComment, hasOwnedElement, setAppliedStereotypeInstance, setOwner, setSyncElement
get_representationText, getLocalID, isInvalid, set_representationText, setLocalID, sGetLocalID
getID, getMDExtension, getMdExtensions, setID
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
accept, addPropertyChangeListener, canAdd, canAdd, canAddChild, canBeDeleted, firePropertyChange, getClassType, getHumanName, getHumanType, getObjectParent, isEditable, removePropertyChangeListener, sGetID
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
boolean isCovering()
"false"
.
Indicates (via the associated Generalizations) whether or not the set of specific Classifiers are covering for a particular general classifier. When isCovering
is true, every instance of a particular general Classifier is also an instance of at least one of its specific Classifiers for the GeneralizationSet. When
isCovering is false, there are one or more instances of the particular general Classifier that are not instances of at least one of its specific Classifiers
defined for the GeneralizationSet.
setCovering(boolean)
,
UMLPackage.getGeneralizationSet_Covering()
void setCovering(boolean value)
Covering
' attribute.
value
- the new value of the 'Covering' attribute.isCovering()
boolean isDisjoint()
"false"
.
Indicates whether or not the set of specific Classifiers in a Generalization relationship have instance in common. If isDisjoint is true, the specific
Classifiers for a particular GeneralizationSet have no members in common; that is, their intersection is empty. If isDisjoint is false, the specific Classifiers
in a particular GeneralizationSet have one or more members in common; that is, their intersection is not empty.
setDisjoint(boolean)
,
UMLPackage.getGeneralizationSet_Disjoint()
void setDisjoint(boolean value)
Disjoint
' attribute.
value
- the new value of the 'Disjoint' attribute.isDisjoint()
@CheckForNull Classifier getPowertype()
Powertype Extent
'.
Designates the Classifier that is defined as the power type for the associated GeneralizationSet, if there is one.
setPowertype(Classifier)
,
UMLPackage.getGeneralizationSet_Powertype()
,
Classifier.getPowertypeExtent()
void setPowertype(@CheckForNull Classifier value)
Powertype
' reference.
value
- the new value of the 'Powertype' reference.getPowertype()
java.util.Collection<Generalization> getGeneralization()
Generalization
.
It is bidirectional and its opposite is 'Generalization Set
'.
Designates the instances of Generalization that are members of this GeneralizationSet.
UMLPackage.getGeneralizationSet_Generalization()
,
Generalization.getGeneralizationSet()
boolean hasGeneralization() throws javax.jmi.reflect.JmiException
javax.jmi.reflect.JmiException