public interface Generalization extends Relationship
The following features are supported:
CapellacorePackage.getGeneralization()| Modifier and Type | Method and Description |
|---|---|
GeneralizableElement |
getSub()
Returns the value of the 'Sub' reference.
|
GeneralizableElement |
getSuper()
Returns the value of the 'Super' reference.
|
void |
setSub(GeneralizableElement value)
Sets the value of the '
Sub' reference. |
void |
setSuper(GeneralizableElement value)
Sets the value of the '
Super' reference. |
getRealizedFlow, setRealizedFlowgetAppliedPropertyValueGroups, 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, setSidgetOwnedExtensionsGeneralizableElement getSuper()
If the meaning of the 'Super' reference isn't clear, there really should be more of a description here...
setSuper(GeneralizableElement),
CapellacorePackage.getGeneralization_Super()void setSuper(GeneralizableElement value)
Super' reference.
value - the new value of the 'Super' reference.getSuper()GeneralizableElement getSub()
If the meaning of the 'Sub' reference isn't clear, there really should be more of a description here...
setSub(GeneralizableElement),
CapellacorePackage.getGeneralization_Sub()void setSub(GeneralizableElement value)
Sub' reference.
value - the new value of the 'Sub' reference.getSub()