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

Uses of IRPSysMLPort in com.telelogic.rhapsody.core
 

Methods in com.telelogic.rhapsody.core that return IRPSysMLPort
 IRPSysMLPort IRPFlow.getEnd1SysMLPort()
          get property end1SysMLPort
 IRPSysMLPort IRPFlow.getEnd2SysMLPort()
          get property end2SysMLPort
 IRPSysMLPort IRPMessage.getFlowPort()
          get property flowPort
 IRPSysMLPort IRPLink.getFromSysMLPort()
          get property fromSysMLPort
 IRPSysMLPort IRPLink.getToSysMLPort()
          get property toSysMLPort
 

Methods in com.telelogic.rhapsody.core with parameters of type IRPSysMLPort
 IRPMessage IRPCollaboration.addDataFlow(IRPSysMLPort flowPort, java.lang.String value, IRPClassifierRole sender, IRPClassifierRole receiver)
          method addDataFlow
 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.
 void IRPFlow.setEnd1ViaSysMLPort(IRPInstance pInstance, IRPSysMLPort pSysMLPort)
          method setEnd1ViaSysMLPort
 void IRPFlow.setEnd2ViaSysMLPort(IRPInstance pInstance, IRPSysMLPort pSysMLPort)
          method setEnd2ViaSysMLPort
 void IRPMessage.setFlowPort(IRPSysMLPort flowPort)
          set property flowPort