|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IRPDependency in com.telelogic.rhapsody.core |
---|
Subinterfaces of IRPDependency in com.telelogic.rhapsody.core | |
---|---|
interface |
IRPHyperLink
The IRPHyperLink interface represents hyperlinks in Rational Rhapsody models. |
Methods in com.telelogic.rhapsody.core that return IRPDependency | |
---|---|
IRPDependency |
IRPModelElement.addDependency(java.lang.String dependsOnName,
java.lang.String dependsOnType)
Adds a dependency from the model element to the model element specified by the parameters. |
IRPDependency |
IRPModelElement.addDependencyBetween(IRPModelElement dependent,
IRPModelElement dependsOn)
Creates a dependency between the two specified elements. |
IRPDependency |
IRPModelElement.addDependencyTo(IRPModelElement element)
Adds a dependency upon another model element. |
IRPDependency |
IRPModelElement.addRemoteDependencyTo(IRPModelElement element,
java.lang.String linkType)
For Design Manager projects, used to create a dependency from a model element to a remote element. |
Methods in com.telelogic.rhapsody.core with parameters of type IRPDependency | |
---|---|
void |
IRPModelElement.deleteDependency(IRPDependency dependency)
Deletes the specified dependency from the model. |
IRPConfiguration |
IRPComponent.getConfigByDependency(IRPDependency o)
method getConfigByDependency |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |