public interface GeneralizableElement extends Type
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Generalization> |
getOwnedGeneralizations()
Returns the value of the 'Owned Generalizations' containment reference list.
|
org.eclipse.emf.common.util.EList<GeneralizableElement> |
getSub()
Returns the value of the 'Sub' reference list.
|
org.eclipse.emf.common.util.EList<Generalization> |
getSubGeneralizations()
Returns the value of the 'Sub Generalizations' reference list.
|
org.eclipse.emf.common.util.EList<GeneralizableElement> |
getSuper()
Returns the value of the 'Super' reference list.
|
org.eclipse.emf.common.util.EList<Generalization> |
getSuperGeneralizations()
Returns the value of the 'Super Generalizations' reference list.
|
boolean |
isAbstract()
Returns the value of the 'Abstract' attribute.
|
void |
setAbstract(boolean value)
Sets the value of the '
Abstract' attribute. |
getTypedElementsgetAbstractTypedElementsgetContainedGenericTraces, getContainedRequirementsTraces, getNamingRules, getOwnedTracesgetName, setNamegetAppliedPropertyValueGroups, getAppliedPropertyValues, getAppliedRequirements, getDescription, getFeatures, getOwnedEnumerationPropertyTypes, getOwnedPropertyValueGroups, getOwnedPropertyValues, getReview, getStatus, getSummary, setDescription, setReview, setStatus, setSummarygetIncomingTraces, getOutgoingTracesisVisibleInDoc, isVisibleInLM, setVisibleInDoc, setVisibleInLMdestroy, getConstraints, getFullLabel, getId, getLabel, getOwnedConstraints, getSid, hasUnnamedLabel, setId, setSidgetOwnedExtensionsboolean isAbstract()
If the meaning of the 'Abstract' attribute isn't clear, there really should be more of a description here...
setAbstract(boolean),
CapellacorePackage.getGeneralizableElement_Abstract()void setAbstract(boolean value)
Abstract' attribute.
value - the new value of the 'Abstract' attribute.isAbstract()org.eclipse.emf.common.util.EList<Generalization> getOwnedGeneralizations()
Generalization.
If the meaning of the 'Owned Generalizations' containment reference list isn't clear, there really should be more of a description here...
CapellacorePackage.getGeneralizableElement_OwnedGeneralizations()org.eclipse.emf.common.util.EList<Generalization> getSuperGeneralizations()
Generalization.
If the meaning of the 'Super Generalizations' reference list isn't clear, there really should be more of a description here...
CapellacorePackage.getGeneralizableElement_SuperGeneralizations()org.eclipse.emf.common.util.EList<Generalization> getSubGeneralizations()
Generalization.
If the meaning of the 'Sub Generalizations' reference list isn't clear, there really should be more of a description here...
CapellacorePackage.getGeneralizableElement_SubGeneralizations()org.eclipse.emf.common.util.EList<GeneralizableElement> getSuper()
GeneralizableElement.
It is bidirectional and its opposite is 'Sub'.
If the meaning of the 'Super' reference list isn't clear, there really should be more of a description here...
CapellacorePackage.getGeneralizableElement_Super(),
getSub()org.eclipse.emf.common.util.EList<GeneralizableElement> getSub()
GeneralizableElement.
It is bidirectional and its opposite is 'Super'.
If the meaning of the 'Sub' reference list isn't clear, there really should be more of a description here...
CapellacorePackage.getGeneralizableElement_Sub(),
getSuper()