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

Uses of IRPInstance in com.telelogic.rhapsody.core
 

Subinterfaces of IRPInstance in com.telelogic.rhapsody.core
 interface IRPModule
           
 interface IRPPort
          The IRPPort interface represents ports in Rational Rhapsody models.
 interface IRPSysMLPort
          The IRPSysMLPort interface represents flowport elements in Rhapsody models.
 

Methods in com.telelogic.rhapsody.core that return IRPInstance
 IRPInstance IRPClassifierRole.getFormalInstance()
          get property formalInstance
 IRPInstance IRPLink.getFrom()
          get property from
 IRPInstance IRPLink.getTo()
          Returns the target of a link.
 

Methods in com.telelogic.rhapsody.core with parameters of type IRPInstance
 IRPClassifierRole IRPCollaboration.addClassifierRoleForInstance(IRPInstance inst)
          method addClassifierRoleForInstance
 IRPLink IRPPackage.addLink(IRPInstance fromPart, IRPInstance toPart, IRPRelation assoc, IRPPort fromPort, IRPPort toPort)
          Creates a link between two objects in the package.
 IRPLink IRPClass.addLink(IRPInstance fromPart, IRPInstance toPart, IRPRelation assoc, IRPPort fromPort, IRPPort toPort)
          This method is used to create a link between two parts belonging to a class.
 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.
 IRPLink IRPPackage.addLinkBetweenSYSMLPorts(IRPInstance fromPart, IRPInstance toPart, IRPRelation assoc, IRPSysMLPort fromPort, IRPSysMLPort toPort)
          Creates a link between two objects.
 IRPLink IRPClass.addLinkToPartViaPort(IRPInstance toPart, IRPInstance partPort, IRPInstance classPort, IRPRelation assoc)
          This method is used to create a delegation connector between a class and one of its parts.
 void IRPFlow.setEnd1ViaPort(IRPInstance pInstance, IRPPort pPort)
          method setEnd1ViaPort
 void IRPFlow.setEnd1ViaSysMLPort(IRPInstance pInstance, IRPSysMLPort pSysMLPort)
          method setEnd1ViaSysMLPort
 void IRPFlow.setEnd2ViaPort(IRPInstance pInstance, IRPPort pPort)
          method setEnd2ViaPort
 void IRPFlow.setEnd2ViaSysMLPort(IRPInstance pInstance, IRPSysMLPort pSysMLPort)
          method setEnd2ViaSysMLPort
 void IRPClassifierRole.setFormalInstance(IRPInstance formalInstance)
          set property formalInstance
 void IRPProject.setObjectExplicit(IRPInstance pInstance)
          Changes the specified object to an explicit object.
 void IRPProject.setObjectImplicit(IRPInstance pInstance)
          Changes the specified object to an implicit object.