Uses of Interface
com.telelogic.rhapsody.core.IRPState

Uses of IRPState in com.telelogic.rhapsody.core
 

Subinterfaces of IRPState in com.telelogic.rhapsody.core
 interface IRPAcceptEventAction
          The IRPAcceptEventAction interface represents Accept Event Action elements in a statechart or activity diagram.
 interface IRPAcceptTimeEvent
          The IRPAcceptTimeEvent interface represents Accept Time Event elements in activity diagrams and statecharts.
 interface IRPCallOperation
          The IRPCallOperation interface represents call operation elements in activity diagrams.
 interface IRPObjectNode
          The IRPObjectNode interface represents Object Node elements in activity diagrams.
 

Methods in com.telelogic.rhapsody.core that return IRPState
 IRPState IRPState.addActivityFinal()
          Adds an ActivityFinal element to an Activity.
 IRPState IRPFlowchart.addCallBehavior(IRPModelElement referenced)
          Adds a new Call Behavior element to the activity.
 IRPState IRPFlowchart.addReferenceActivity(IRPModelElement referenced)
          Adds a new Call Behavior element to the activity.
 IRPState IRPState.addState(java.lang.String name)
          Adds a new substate to this state.
 IRPState IRPState.addTerminationState()
          Adds a termination state to a statechart.
 IRPState IRPState.getInheritsFrom()
          Returns the corresponding state from the statechart of the class that this class is derived from.
 IRPState IRPTransition.getOfState()
          method getOfState
 IRPState IRPConnector.getOfState()
          For history connectors, returns the state that the history connector belongs to.
 IRPState IRPStateVertex.getParent()
          Returns the element's parent.
 IRPState IRPStatechart.getRootState()
          Returns the root state of the statechart.
 IRPState IRPState.resetEntryActionInheritance()
          Restores the inheritance relationship between this state and the corresponding state from the statechart of the class that this class is derived from, for the entry action.
 IRPState IRPState.resetExitActionInheritance()
          Restores the inheritance relationship between this state and the corresponding state from the statechart of the class that this class is derived from, for the exit action.
 

Methods in com.telelogic.rhapsody.core with parameters of type IRPState
 IRPAcceptEventAction IRPFlowchart.addAcceptEventAction(java.lang.String name, IRPState parent)
          Adds a new Accept Event Action element to the activity.
 IRPAcceptTimeEvent IRPFlowchart.addAcceptTimeEvent(java.lang.String name, IRPState parent)
          Adds a new Accept Time Event element to the activity.
 IRPCallOperation IRPFlowchart.addCallOperation(java.lang.String name, IRPState parent)
          Adds a new Call Operation element to the activity.
 IRPObjectNode IRPFlowchart.addObjectNode(java.lang.String name, IRPState parent)
          Adds a new Object Node element to the activity.
 IRPTransition IRPConnector.createDefaultTransition(IRPState from)
          Creates a default transition leading to this connector, within the state specified.
 IRPTransition IRPState.createDefaultTransition(IRPState from)
          Creates a default transition within the state.
 void IRPStatechart.deleteState(IRPState state)
          Deletes the specified state from the statechart.
 void IRPConnector.setOfState(IRPState OfState)
          For history connectors, specifies the state for which the connector should maintain historical state information.
 void IRPStateVertex.setParent(IRPState parent)
          Sets the parent state of the element.