|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRPStateVertex
The IRPStateVertex interface represents the characteristics that are shared by various statechart elements such as states, join/fork connectors, and condition connectors.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.telelogic.rhapsody.core.IRPModelElement |
---|
IRPModelElement.OSLCLink |
Method Summary | |
---|---|
IRPTransition |
addFlow(java.lang.String type,
IRPStateVertex to)
Adds a control flow or object flow from this element to the specified element. |
IRPTransition |
addTransition(IRPStateVertex to)
Adds a transition from this element to the specified element. |
void |
deleteTransition(IRPTransition transition)
Deletes the specified transition. |
IRPCollection |
getInTransitions()
Returns all of the transitions that enter the element. |
IRPCollection |
getOutTransitions()
Returns all of the transitions that exit the element. |
IRPState |
getParent()
Returns the element's parent. |
void |
setParent(IRPState parent)
Sets the parent state of the element. |
Method Detail |
---|
IRPTransition addFlow(java.lang.String type, IRPStateVertex to)
type
- the type of flow to create - the valid strings that can be used are ControlFlow and ObjectFlowto
- the target element for the new flow
IRPTransition addTransition(IRPStateVertex to)
to
- the target element for the new transition
void deleteTransition(IRPTransition transition)
transition
- the transition to deleteIRPCollection getInTransitions()
IRPCollection getOutTransitions()
IRPState getParent()
void setParent(IRPState parent)
parent
- the state that should serve as the parent of the element
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |