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

Uses of IRPStateVertex in com.telelogic.rhapsody.core
 

Subinterfaces of IRPStateVertex 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 IRPConnector
          The IRPConnector interface represents the characteristics shared by the various types of "connector" elements that can be included in a statechart, such as condition connectors, history connectors, join sync bar connectors, and fork sync bar connectors.
 interface IRPObjectNode
          The IRPObjectNode interface represents Object Node elements in activity diagrams.
 interface IRPPin
          The IRPPin interface represents action pins added to actions, or activity parameters added to action blocks, in an activity diagram.
 interface IRPState
          The IRPState interface represents states in a statechart.
 

Methods in com.telelogic.rhapsody.core that return IRPStateVertex
 IRPStateVertex IRPTransition.getItsSource()
          get property itsSource
 IRPStateVertex IRPTransition.getItsTarget()
          get property itsTarget
 

Methods in com.telelogic.rhapsody.core with parameters of type IRPStateVertex
 IRPTransition IRPStateVertex.addFlow(java.lang.String type, IRPStateVertex to)
          Adds a control flow or object flow from this element to the specified element.
 IRPTransition IRPStateVertex.addTransition(IRPStateVertex to)
          Adds a transition from this element to the specified element.
 void IRPTransition.setItsSource(IRPStateVertex itsSource)
          set property itsSource
 void IRPTransition.setItsTarget(IRPStateVertex itsTarget)
          set property itsTarget