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

Uses of IRPUseCase in com.telelogic.rhapsody.core
 

Methods in com.telelogic.rhapsody.core that return IRPUseCase
 IRPUseCase IRPPackage.addUseCase(java.lang.String name)
          Adds a new use case to the package.
 IRPUseCase IRPPackage.findUseCase(java.lang.String name)
          Returns the use case with the specified name.
 

Methods in com.telelogic.rhapsody.core with parameters of type IRPUseCase
 void IRPPackage.deleteUseCase(IRPUseCase useCase)
          Deletes the specified use case.