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

Uses of IRPActor in com.telelogic.rhapsody.core
 

Methods in com.telelogic.rhapsody.core that return IRPActor
 IRPActor IRPPackage.addActor(java.lang.String name)
          Adds a new actor to the package.
 IRPActor IRPPackage.findActor(java.lang.String name)
          Returns the actor with the specified name.
 

Methods in com.telelogic.rhapsody.core with parameters of type IRPActor
 void IRPPackage.deleteActor(IRPActor actor)
          Deletes the specified actor.