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

Uses of IRPComponent in com.telelogic.rhapsody.core
 

Methods in com.telelogic.rhapsody.core that return IRPComponent
 IRPComponent IRPProject.addComponent(java.lang.String name)
          Adds a new Component to the project.
 IRPComponent IRPComponent.addNestedComponent(java.lang.String name)
          Adds a new nested component to the component.
 IRPComponent IRPProject.findComponent(java.lang.String name)
          Returns the Component with the specified name.
 IRPComponent IRPProject.getActiveComponent()
          Returns the active component.
 IRPComponent IRPComponentInstance.getComponentType()
          get property componentType
 IRPComponent IRPConfiguration.getItsComponent()
          method getItsComponent
 

Methods in com.telelogic.rhapsody.core with parameters of type IRPComponent
 void IRPProject.deleteComponent(IRPComponent component)
          Deletes the specified Component.
 void IRPProject.setActiveComponent(IRPComponent activeComponent)
          Sets the specified component as the active component for the project.
 void IRPComponentInstance.setComponentType(IRPComponent componentType)
          set property componentType
 void IRPConfiguration.setItsComponent(IRPComponent newVal)
          method setItsComponent