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

Uses of IRPPackage in com.telelogic.rhapsody.core
 

Subinterfaces of IRPPackage in com.telelogic.rhapsody.core
 interface IRPProfile
          The IRPProfile interface represents profiles in Rational Rhapsody models.
 interface IRPProject
          The IRPProject interface represents Rational Rhapsody projects.
 

Methods in com.telelogic.rhapsody.core that return IRPPackage
 IRPPackage IRPPackage.addNestedPackage(java.lang.String name)
          Adds a nested package to the package.
 IRPPackage IRPProject.addPackage(java.lang.String name)
          Adds a new package to the project.
 IRPPackage IRPProject.getCgSimplifiedModelPackage()
          Returns the package that contains the simplified model.
 

Methods in com.telelogic.rhapsody.core with parameters of type IRPPackage
 void IRPProject.addCustomViewOnBrowser(IRPPackage customView)
          Applies the specified custom view to the model browser.
 void IRPProject.addCustomViewOnDiagram(IRPDiagram diagram, IRPPackage customView)
          Applies the specified custom view to the specified diagram.
 IRPLink IRPSysMLPort.addLink(IRPInstance fromPart, IRPInstance toPart, IRPRelation assoc, IRPSysMLPort toPort, IRPPackage newOwner)
          This method is used to create a link between flowports on two parts.
 void IRPConfiguration.addPackageToInstrumentationScope(IRPPackage pVal)
          method addPackageToInstrumentationScope
 void IRPFile.addPackageToScope(IRPPackage p)
          method addPackageToScope
 IRPSequenceDiagram IRPCollaboration.generateSequence(java.lang.String newVal, IRPPackage owner)
          Generates a sequence diagram from the content of the IRPCollaboration object.
 IRPFile IRPComponent.getPackageFile(IRPPackage c, int spec)
          method getPackageFile
 void IRPProject.removeCustomViewOnBrowser(IRPPackage customView)
          Removes the specified custom view from the model browser.
 void IRPProject.removeCustomViewOnDiagram(IRPDiagram diagram, IRPPackage customView)
          Removes the specified custom view from the specified diagram.
 void IRPConfiguration.removePackageFromInstrumentationScope(IRPPackage pVal)
          method removePackageFromInstrumentationScope
 IRPTableLayout IRPSearchQuery.saveAsQuery(IRPPackage queryOwner)
          Saves the search query object that you defined as a query in your model.