public interface Dependency extends ModelElement
The following features are supported:
RhapsodyPackage.getDependency()
Modifier and Type | Method and Description |
---|---|
ModelElement |
getDependent()
Returns the value of the 'Dependent' reference.
|
ModelElement |
getDependsOn()
Returns the value of the 'Depends On' reference.
|
void |
setDependent(ModelElement value)
Sets the value of the '
Dependent ' reference. |
void |
setDependsOn(ModelElement value)
Sets the value of the '
Depends On ' reference. |
getAllTags, getAnnotations, getConstraints, getConstraintsByHim, getControlledFiles, getDependencies, getDescription, getDescriptionHTML, getDescriptionRTF, getDisplayName, getFullPathName, getGUID, getHyperLinks, getInterfaceName, getLocalTags, getMainDiagram, getMetaClass, getName, getOfTemplate, getOwnedDependencies, getOwner, getProject, getProperties, getProperty, getReferences, getStereotype, getStereotypes, getTemplateParameters, getTi, getUserDefinedMetaClass, isATemplate, isExternal, isRequirementTraceabilityHandle, isShowDisplayName, isUnresolved, setDescription, setDescriptionHTML, setDescriptionRTF, setDisplayName, setFullPathName, setGUID, setInterfaceName, setIsATemplate, setIsExternal, setIsShowDisplayName, setIsUnresolved, setMainDiagram, setMetaClass, setName, setOfTemplate, setOwner, setProject, setRequirementTraceabilityHandle, setStereotype, setTi, setUserDefinedMetaClass
ModelElement getDependsOn()
setDependsOn(ModelElement)
,
RhapsodyPackage.getDependency_DependsOn()
void setDependsOn(ModelElement value)
Depends On
' reference.
value
- the new value of the 'Depends On' reference.getDependsOn()
ModelElement getDependent()
Dependencies
'.
setDependent(ModelElement)
,
RhapsodyPackage.getDependency_Dependent()
,
ModelElement.getDependencies()
void setDependent(ModelElement value)
Dependent
' reference.
value
- the new value of the 'Dependent' reference.getDependent()