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

Uses of IRPPort in com.telelogic.rhapsody.core
 

Methods in com.telelogic.rhapsody.core that return IRPPort
 IRPPort IRPFlow.getEnd1Port()
          get property end1Port
 IRPPort IRPFlow.getEnd2Port()
          get property end2Port
 IRPPort IRPLink.getFromPort()
          get property fromPort
 IRPPort IRPMessage.getPort()
          get property Port
 IRPPort IRPLink.getToPort()
          Returns the port through which a link reaches a target object.
 

Methods in com.telelogic.rhapsody.core with parameters of type IRPPort
 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.
 void IRPFlow.setEnd1ViaPort(IRPInstance pInstance, IRPPort pPort)
          method setEnd1ViaPort
 void IRPFlow.setEnd2ViaPort(IRPInstance pInstance, IRPPort pPort)
          method setEnd2ViaPort
 void IRPMessage.setPort(IRPPort port)
          set property Port