|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRPDependency
The IRPDependency interface represents dependencies in a Rational Rhapsody model.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.telelogic.rhapsody.core.IRPModelElement |
---|
IRPModelElement.OSLCLink |
Method Summary | |
---|---|
IRPModelElement |
getDependent()
Returns the source element in the dependency relation, meaning the element that depends on the other element. |
IRPModelElement |
getDependsOn()
Returns the target element in the dependency relation, meaning the element on which the first element depends. |
void |
setDependent(IRPModelElement dependent)
Sets the source element in the dependency relation, meaning the element that depends on the other element. |
void |
setDependsOn(IRPModelElement dependsOn)
Sets the target element in the dependency relation, meaning the element on which the first element depends |
void |
setOwnerWithoutChangingDependent(IRPModelElement newOwner)
Specifies a new owner for the dependency, without changing the dependent model element. |
Method Detail |
---|
IRPModelElement getDependent()
IRPModelElement getDependsOn()
void setDependent(IRPModelElement dependent)
dependent
- the model element that should be used as the source element in the dependency relationvoid setDependsOn(IRPModelElement dependsOn)
dependsOn
- the model element that should be used as the target element in the dependency relationvoid setOwnerWithoutChangingDependent(IRPModelElement newOwner)
newOwner
- the model element that should be the owner of the dependency
RhapsodyRuntimeException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |