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

Uses of IRPDiagram in com.telelogic.rhapsody.core
 

Subinterfaces of IRPDiagram in com.telelogic.rhapsody.core
 interface IRPActivityDiagram
          The IRPActivityDiagram interface represents activity diagrams in Rational Rhapsody models.
 interface IRPCollaborationDiagram
          The IRPCollaborationDiagram interface represents collaboration diagrams in a Rational Rhapsody model.
 interface IRPComponentDiagram
          The IRPComponentDiagram interface represents component diagrams in Rational Rhapsody models.
 interface IRPDeploymentDiagram
          The IRPDeploymentDiagram interface represents deployment diagrams in Rational Rhapsody models.
 interface IRPObjectModelDiagram
          The IRPObjectModelDiagram interface represents object model diagrams in Rational Rhapsody models.
 interface IRPPanelDiagram
          The IRPPanelDiagram interface represents panel diagrams in Rational Rhapsody models.
 interface IRPSequenceDiagram
          The IRPSequenceDiagram interface represents sequence diagrams in a Rational Rhapsody model.
 interface IRPStatechartDiagram
          The IRPStatechartDiagram interface represents statecharts in a Rational Rhapsody model.
 interface IRPStructureDiagram
          The IRPStructureDiagram interface represents structure diagrams in a Rational Rhapsody model.
 interface IRPTimingDiagram
           
 interface IRPUseCaseDiagram
          The IRPUseCaseDiagram interface represents use case diagrams in a Rational Rhapsody model.
 

Methods in com.telelogic.rhapsody.core that return IRPDiagram
 IRPDiagram IRPUseCase.getDescribingDiagram(java.lang.String name)
          method getDescribingDiagram
 IRPDiagram IRPGraphElement.getDiagram()
          method getDiagram
 IRPDiagram IRPApplication.getDiagramOfSelectedElement()
          get diagram of selected element
 IRPDiagram IRPModelElement.getMainDiagram()
          Returns the "main" diagram for the element.
 

Methods in com.telelogic.rhapsody.core with parameters of type IRPDiagram
 void IRPProject.addCustomViewOnDiagram(IRPDiagram diagram, IRPPackage customView)
          Applies the specified custom view to the specified diagram.
 void IRPUseCase.addDescribingDiagram(IRPDiagram diagram)
          method addDescribingDiagram
 int IRPSearchQuery.addDiagramToViewsList(IRPDiagram view)
          Adds the specified diagram to the list of views to be searched for the search text.
abstract  void RPExternalIDEManager.closeDiagram(IRPDiagram diagram)
          Closes diagram if opened
 void IRPUseCase.deleteDescribingDiagram(IRPDiagram diagram)
          method deleteDescribingDiagram
 IRPCollection IRPProject.getActiveCustomViewsOnDiagram(IRPDiagram diagram)
          Returns a collection of the custom views currently applied to the specified diagram.
abstract  boolean RPApplicationListener.onDiagramOpen(IRPDiagram pDiagram)
          Called when diagram is opened
abstract  void RPExternalIDEManager.openDiagram(IRPDiagram diagram)
          method OpenDiagram
 IRPAXViewCtrl IRPApplication.openDiagramView(IRPDiagram diagram)
          method OpenDiagramView
 void IRPProject.removeCustomViewOnDiagram(IRPDiagram diagram, IRPPackage customView)
          Removes the specified custom view from the specified diagram.
 void IRPModelElement.setMainDiagram(IRPDiagram mainDiagram)
          Specifies the "main" diagram for the element.