|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRPObjectNode
The IRPObjectNode interface represents Object Node elements in activity diagrams.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.telelogic.rhapsody.core.IRPModelElement |
---|
IRPModelElement.OSLCLink |
Method Summary | |
---|---|
void |
addInState(IRPModelElement val)
Adds the specified state to the list of "In State" states for the object node. |
java.lang.String |
getInState()
Deprecated. Use getInStateList() instead. |
IRPCollection |
getInStateList()
Returns a collection of the "In State" states for the object node. |
IRPModelElement |
getRepresents()
Returns the class/type that this object node represents. |
void |
removeInState(IRPModelElement val)
Removes the specified state from the list of "In State" states for the object node. |
void |
setInState(java.lang.String inState)
Deprecated. Use addInState instead. |
void |
setRepresents(IRPModelElement represents)
Specifies the class/type that this object node should represent. |
Methods inherited from interface com.telelogic.rhapsody.core.IRPStateVertex |
---|
addFlow, addTransition, deleteTransition, getInTransitions, getOutTransitions, getParent, setParent |
Method Detail |
---|
void addInState(IRPModelElement val)
val
- the state to add to the list of "In State" states.java.lang.String getInState()
IRPCollection getInStateList()
IRPModelElement getRepresents()
void removeInState(IRPModelElement val)
val
- the state to remove from the listvoid setInState(java.lang.String inState)
void setRepresents(IRPModelElement represents)
represents
- the class/type that this object node should represent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |