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

Uses of IRPConnector in com.telelogic.rhapsody.core
 

Subinterfaces of IRPConnector in com.telelogic.rhapsody.core
 interface IRPPin
          The IRPPin interface represents action pins added to actions, or activity parameters added to action blocks, in an activity diagram.
 

Methods in com.telelogic.rhapsody.core that return IRPConnector
 IRPConnector IRPState.addConnector(java.lang.String type)
          Adds a connector element of the specified type to the state.
 

Methods in com.telelogic.rhapsody.core with parameters of type IRPConnector
 void IRPState.deleteConnector(IRPConnector connector)
          Deletes the specified connector element.