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

Uses of IRPClass in com.telelogic.rhapsody.core
 

Subinterfaces of IRPClass in com.telelogic.rhapsody.core
 interface IRPAssociationClass
          The IRPAssociationClass interface represents association classes in Rational Rhapsody models.
 interface IRPFlowchart
          The IRPFlowchart interface represents activities in Rational Rhapsody models.
 interface IRPStatechart
          The IRPStatechart interface represents the statechart elements underlying a statechart.
 

Methods in com.telelogic.rhapsody.core that return IRPClass
 IRPClass IRPPackage.addClass(java.lang.String name)
          Adds a new class to the package.
 IRPClass IRPClass.addClass(java.lang.String name)
          Adds a class to the current class.
 IRPClass IRPPackage.findClass(java.lang.String name)
          Returns the class with the specified name.
 IRPClass IRPPort.getContract()
          get property contract
 IRPClass IRPRelation.getObjectAsObjectType()
          get property ObjectAsObjectType
 

Methods in com.telelogic.rhapsody.core with parameters of type IRPClass
 void IRPPort.addProvidedInterface(IRPClass newVal)
          method addRProvidedInterface
 void IRPPort.addRequiredInterface(IRPClass newVal)
          method addRequiredInterface
 void IRPClass.addSuperclass(IRPClass superClass)
          Specifies a base class that the current class should inherit from.
 void IRPPackage.deleteClass(IRPClass theClass)
          Deletes the specified class.
 void IRPClass.deleteSuperclass(IRPClass superClass)
          Removes the inheritance relationship with the specified base class.
 void IRPPort.removeProvidedInterface(IRPClass newVal)
          method removeProvidedInterface
 void IRPPort.removeRequiredInterface(IRPClass newVal)
          method removeRequiredInterface
 void IRPPort.setContract(IRPClass contract)
          set property contract