|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRPInteractionOperand
The IRPInteractionOperand interface represents interaction operands in Rational Rhapsody models.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.telelogic.rhapsody.core.IRPModelElement |
---|
IRPModelElement.OSLCLink |
Method Summary | |
---|---|
IRPCollection |
getContainedMessages()
Returns a collection of all the messages contained in the interaction operand. |
java.lang.String |
getInteractionConstraint()
Returns the constraint (guard condition) that was defined for the interaction operand. |
void |
setInteractionConstraint(java.lang.String interactionConstraint)
Sets the constraint (guard condition) for the interaction operand. |
Method Detail |
---|
IRPCollection getContainedMessages()
java.lang.String getInteractionConstraint()
void setInteractionConstraint(java.lang.String interactionConstraint)
interactionConstraint
- the constraint (guard condition) to use for the interaction operand, for example, "x = 5"
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |