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

Uses of IRPRelation in com.telelogic.rhapsody.core
 

Subinterfaces of IRPRelation in com.telelogic.rhapsody.core
 interface IRPInstance
           
 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 IRPRelation
 IRPRelation IRPPackage.addGlobalObject(java.lang.String name, java.lang.String otherClassName, java.lang.String otherClassPackageName)
          Adds an Object to the package.
 IRPRelation IRPPackage.addImplicitObject(java.lang.String name)
          Adds an implicit object to the package.
 IRPRelation IRPClassifier.addRelation(java.lang.String otherClassName, java.lang.String otherClassPackageName, java.lang.String roleName1, java.lang.String linkType1, java.lang.String multiplicity1, java.lang.String roleName2, java.lang.String linkType2, java.lang.String multiplicity2, java.lang.String linkName)
          Adds a new association to the classifier.
 IRPRelation IRPClassifier.addRelationTo(IRPClassifier otherClassifier, java.lang.String roleName1, java.lang.String linkType1, java.lang.String multiplicity1, java.lang.String roleName2, java.lang.String linkType2, java.lang.String multiplicity2, java.lang.String linkName)
          Adds a new association to the classifier.
 IRPRelation IRPInstance.addRelationToTheWhole(java.lang.String relName)
          method addRelationToTheWhole
 IRPRelation IRPClassifier.addUnidirectionalRelation(java.lang.String otherClassName, java.lang.String otherClassPackageName, java.lang.String roleName, java.lang.String linkType, java.lang.String multiplicity, java.lang.String linkName)
          Adds a new directed association to the classifier.
 IRPRelation IRPClassifier.addUnidirectionalRelationTo(IRPClassifier otherClassifier, java.lang.String roleName, java.lang.String linkType, java.lang.String multiplicity, java.lang.String linkName)
          Adds a new directed association to the classifier.
 IRPRelation IRPPackage.findGlobalObject(java.lang.String name)
          Returns the Object with the specified name.
 IRPRelation IRPClassifier.findRelation(java.lang.String newVal)
          Returns the association whose name was specified as a parameter.
 IRPRelation IRPAssociationClass.getEnd1()
          Gets the relation represented by the first end of the association class.
 IRPRelation IRPAssociationClass.getEnd2()
          Gets the relation represented by the second end of the association class.
 IRPRelation IRPLink.getInstantiates()
          get property instantiates
 IRPRelation IRPRelation.getInverse()
          get property inverse
 IRPRelation IRPCallOperation.getTarget()
          Returns the target specified for this call operation element.
 

Methods in com.telelogic.rhapsody.core with parameters of type IRPRelation
 IRPAssociationClass IRPModelElement.addAssociation(IRPRelation end1, IRPRelation end2, java.lang.String name)
          Creates an association class using the specified IRPRelation elements.
 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 IRPModelElement.addLinkToElement(IRPModelElement toElement, IRPRelation assoc, IRPModelElement fromPort, IRPModelElement toPort)
          Creates a link between this model element and the model element specified as an argument.
 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 IRPPackage.deleteGlobalObject(IRPRelation relation)
          Deletes the specified object.
 void IRPClassifier.deleteRelation(IRPRelation relation)
          Deletes the specified relation.
 void IRPLink.setInstantiates(IRPRelation pVal)
          method setInstantiates
 void IRPCallOperation.setTarget(IRPRelation target)
          Specifies the target to use for this call operation element.