|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRPContextSpecification
The IRPContextSpecification interface represents the exact context of an object in a hierarchy. The context consists of two collections: 1) a collection of strings representing the model elements that constitute the full path to the element 2) a collection of the relevant indices for each of the model elements in the first collection. This makes it possible to point to a specific instance of the target model element when multiplicity is greater than one. The collection must consist of integers provided as strings.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.telelogic.rhapsody.core.IRPModelElement |
---|
IRPModelElement.OSLCLink |
Method Summary | |
---|---|
IRPCollection |
getMultiplicities()
Returns the collection of the relevant indices for each of the model elements in the "value" collection. |
IRPCollection |
getValue()
Returns the collection of strings that represents the model elements that constitute the full path to the element. |
void |
setMultiplicities(IRPCollection multiplicities)
Specifies the collection of indices to use for the model elements in the "value" collection. |
void |
setValue(IRPCollection value)
Specifies the collection of strings that represents the model elements that constitute the full path to the element. |
Method Detail |
---|
IRPCollection getMultiplicities()
IRPCollection getValue()
void setMultiplicities(IRPCollection multiplicities)
multiplicities
- the collection of indices to use for the model elements in the "value" collectionvoid setValue(IRPCollection value)
value
- the collection of strings to use to represent the model elements that constitute the full path to the element
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |