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

Uses of IRPUnit in com.telelogic.rhapsody.core
 

Subinterfaces of IRPUnit in com.telelogic.rhapsody.core
 interface IRPActivityDiagram
          The IRPActivityDiagram interface represents activity diagrams in Rational Rhapsody models.
 interface IRPActor
          The IRPActor interface represents actors in Rhapsody models.
 interface IRPAnnotation
          The IRPAnnotation interface represents the different types of annotations you can add to your model - notes, comments, constraints, and requirements.
 interface IRPArgument
          The IRPArgument interface represents an argument of an operation or an event.
 interface IRPAssociationClass
          The IRPAssociationClass interface represents association classes in Rational Rhapsody models.
 interface IRPAttribute
          The IRPAttribute interface represents attributes of a class, and global variables.
 interface IRPClass
          The IRPClass interface represents classes in Rational Rhapsody models.
 interface IRPClassifier
          Represents the features shared by elements such as classes, actors, use cases, and types.
 interface IRPCollaborationDiagram
          The IRPCollaborationDiagram interface represents collaboration diagrams in a Rational Rhapsody model.
 interface IRPComment
          The IRPComment interface represents comments in a Rational Rhapsody model.
 interface IRPComponent
          The IRPComponent interface represents a code generation component defined in a Rhapsody model.
 interface IRPComponentDiagram
          The IRPComponentDiagram interface represents component diagrams in Rational Rhapsody models.
 interface IRPConstraint
          The IRPConstraint interface represents constraints in a Rational Rhapsody model.
 interface IRPControlledFile
          The IRPControlledFile interface represents a controlled file in a Rhapsody model.
 interface IRPDeploymentDiagram
          The IRPDeploymentDiagram interface represents deployment diagrams in Rational Rhapsody models.
 interface IRPDiagram
          The IRPDiagram interface contains the methods shared by all the interfaces that represent specific types of diagrams.
 interface IRPEvent
          The IRPEvent interface represents events in Rational Rhapsody models.
 interface IRPEventReception
           
 interface IRPFile
          The IRPFile interface represents a file or folder to be generated during code generation.
 interface IRPFlowchart
          The IRPFlowchart interface represents activities in Rational Rhapsody models.
 interface IRPFlowItem
          The IRPFlowItem interface represents item flows in Rational Rhapsody models.
 interface IRPInstance
           
 interface IRPInterfaceItem
          The IRPInterfaceItem interface represents the features shared by operations, events, and event receptions in Rational Rhapsody models.
 interface IRPLink
          The IRPLink interface represents links in Rational Rhapsody models.
 interface IRPMatrixLayout
           
 interface IRPMatrixView
          The IRPMatrixView interface represents Matrix View elements in Rhapsody models.
 interface IRPModule
           
 interface IRPNode
           
 interface IRPObjectModelDiagram
          The IRPObjectModelDiagram interface represents object model diagrams in Rational Rhapsody models.
 interface IRPOperation
          The IRPOperation interface represents operations of classes in Rational Rhapsody models.
 interface IRPPackage
          The IRPPackage interface represents packages in Rhapsody models.
 interface IRPPanelDiagram
          The IRPPanelDiagram interface represents panel diagrams in Rational Rhapsody models.
 interface IRPPort
          The IRPPort interface represents ports in Rational Rhapsody models.
 interface IRPProfile
          The IRPProfile interface represents profiles in Rational Rhapsody models.
 interface IRPProject
          The IRPProject interface represents Rational Rhapsody projects.
 interface IRPRelation
          Represents a relationship between two classes.
 interface IRPRequirement
          The IRPRequirement interface represents requirements in a Rational Rhapsody model.
 interface IRPSequenceDiagram
          The IRPSequenceDiagram interface represents sequence diagrams in a Rational Rhapsody model.
 interface IRPStatechart
          The IRPStatechart interface represents the statechart elements underlying a statechart.
 interface IRPStatechartDiagram
          The IRPStatechartDiagram interface represents statecharts in a Rational Rhapsody model.
 interface IRPStereotype
          The IRPStereotype interface represents sterotypes in Rational Rhapsody models.
 interface IRPStructureDiagram
          The IRPStructureDiagram interface represents structure diagrams in a Rational Rhapsody model.
 interface IRPSysMLPort
          The IRPSysMLPort interface represents flowport elements in Rhapsody models.
 interface IRPTableLayout
           
 interface IRPTableView
          The IRPTableView interface represents Table View elements in Rhapsody models.
 interface IRPTag
          The IRPTag interface represents tags in a Rational Rhapsody model.
 interface IRPTemplateParameter
          The IRPTemplateParameter interface represents parameters of a template in Rational Rhapsody models.
 interface IRPTimingDiagram
           
 interface IRPType
           
 interface IRPUseCase
           
 interface IRPUseCaseDiagram
          The IRPUseCaseDiagram interface represents use case diagrams in a Rational Rhapsody model.
 interface IRPVariable
          The IRPVariable interface represents the characteristics shared by model elements such as attributes, variables, and arguments.
 

Methods in com.telelogic.rhapsody.core that return IRPUnit
 IRPUnit IRPApplication.addProfileToModel(java.lang.String profileName)
          addProfileToModel
 IRPUnit IRPUnit.copyToAnotherProject(IRPModelElement parentInTarget)
          Makes an editable copy of the unit in a different project.
 IRPUnit IRPModelElement.getSaveUnit()
          Returns the unit that the model element is saved in.
 IRPUnit IRPUnit.load(int withSubs)
          Loads the unit.
 IRPUnit IRPUnit.moveToAnotherProjectLeaveAReference(IRPModelElement parentInTarget)
          Moves the unit to a different project, and adds a reference to it in the original project.
 IRPUnit IRPUnit.referenceToAnotherProject(IRPModelElement parentInTarget)
          Creates a reference to the unit in a different project.
 

Methods in com.telelogic.rhapsody.core with parameters of type IRPUnit
abstract  boolean RPRTCListener.afterUnitSave(IRPUnit pUnit)
          Called after unit is saved in Rhapsody
 void IRPApplication.dMRefreshRecursive(IRPUnit pUnit)
          dMRefreshRecursive
abstract  java.lang.String RPRTCListener.executeCommand(IRPUnit pUnit, java.lang.String command, java.lang.String parameters)
          Called on request to execute a Command
abstract  int RPRTCListener.onGetStatus(IRPUnit pUnit)
          Called on request to get unit's status
abstract  boolean RPRTCListener.onLocateInPendingChanges(IRPUnit pUnit)
          Called on request to locate unit in pending changes view
abstract  boolean RPRTCListener.onLocateInRepositoryFiles(IRPUnit pUnit)
          Called on request to locate unit in repository files' view
abstract  boolean RPRTCListener.onLock(IRPUnit pUnit)
          Called on request to lock unit
abstract  boolean RPRTCListener.onShowHistory(IRPUnit pUnit)
          Called on request to show CM revisions' history of a unit
abstract  boolean RPRTCListener.onUnlock(IRPUnit pUnit)
          Called on request to un-lock unit