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

Uses of IRPTransition in com.telelogic.rhapsody.core
 

Methods in com.telelogic.rhapsody.core that return IRPTransition
 IRPTransition IRPStateVertex.addFlow(java.lang.String type, IRPStateVertex to)
          Adds a control flow or object flow from this element to the specified element.
 IRPTransition IRPState.addInternalTransition(IRPInterfaceItem trigger)
          method addInternalTransition
 IRPTransition IRPState.addStaticReaction(IRPInterfaceItem trigger)
          Adds an internal transition to the state.
 IRPTransition IRPStateVertex.addTransition(IRPStateVertex to)
          Adds a transition from this element to the specified element.
 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.
 IRPTransition IRPState.getDefaultTransition()
          Returns the default transition within the state.
 IRPTransition IRPConnector.getDerivedOutEdge()
          Returns the transition exiting the connector.
 IRPTransition IRPTransition.getInheritsFrom()
          method getInheritsFrom
 IRPTransition IRPTransition.resetLabelInheritance()
          method resetLabelInheritance
 

Methods in com.telelogic.rhapsody.core with parameters of type IRPTransition
 void IRPState.deleteInternalTransition(IRPTransition pVal)
          method deleteInternalTransition
 void IRPState.deleteStaticReaction(IRPTransition pVal)
          Deletes the specified internal transition.
 void IRPStateVertex.deleteTransition(IRPTransition transition)
          Deletes the specified transition.