public interface AbstractCapabilityExtend extends Relationship
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
AbstractCapability |
getExtended()
Returns the value of the 'Extended' reference.
|
AbstractCapability |
getExtension()
Returns the value of the 'Extension' reference.
|
AbstractCapabilityExtensionPoint |
getExtensionLocation()
Returns the value of the 'Extension Location' reference.
|
void |
setExtended(AbstractCapability value)
Sets the value of the '
Extended' reference. |
void |
setExtensionLocation(AbstractCapabilityExtensionPoint value)
Sets the value of the '
Extension Location' 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, setSidgetOwnedExtensionsAbstractCapability getExtended()
If the meaning of the 'Extended' reference isn't clear, there really should be more of a description here...
setExtended(AbstractCapability),
InteractionPackage.getAbstractCapabilityExtend_Extended()void setExtended(AbstractCapability value)
Extended' reference.
value - the new value of the 'Extended' reference.getExtended()AbstractCapability getExtension()
If the meaning of the 'Extension' container reference isn't clear, there really should be more of a description here...
InteractionPackage.getAbstractCapabilityExtend_Extension()AbstractCapabilityExtensionPoint getExtensionLocation()
Extend Links'.
If the meaning of the 'Extension Location' reference isn't clear, there really should be more of a description here...
setExtensionLocation(AbstractCapabilityExtensionPoint),
InteractionPackage.getAbstractCapabilityExtend_ExtensionLocation(),
AbstractCapabilityExtensionPoint.getExtendLinks()void setExtensionLocation(AbstractCapabilityExtensionPoint value)
Extension Location' reference.
value - the new value of the 'Extension Location' reference.getExtensionLocation()