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

Uses of IRPInterfaceItem in com.telelogic.rhapsody.core
 

Subinterfaces of IRPInterfaceItem in com.telelogic.rhapsody.core
 interface IRPEvent
          The IRPEvent interface represents events in Rational Rhapsody models.
 interface IRPEventReception
           
 interface IRPOperation
          The IRPOperation interface represents operations of classes in Rational Rhapsody models.
 

Methods in com.telelogic.rhapsody.core that return IRPInterfaceItem
 IRPInterfaceItem IRPClassifier.findInterfaceItem(java.lang.String signature)
          Gets the operation or event reception that matches the signature provided.
 IRPInterfaceItem IRPClassifier.findTrigger(java.lang.String name)
          Returns the trigger with the specified name in the classifier's statechart.
 IRPInterfaceItem IRPMessage.getFormalInterfaceItem()
          get property formalInterfaceItem
 IRPInterfaceItem IRPSendAction.getInvokedOperation()
          Returns the IRPInterfaceItem element that is invoked by the Send Action element.
 IRPInterfaceItem IRPTrigger.getItsOperation()
          method getItsOperation
 IRPInterfaceItem IRPCallOperation.getOperation()
          Returns the operation specified for this call operation element.
 

Methods in com.telelogic.rhapsody.core with parameters of type IRPInterfaceItem
 IRPMessage IRPCollaboration.addCtor(IRPInterfaceItem interItem, java.lang.String actualParamList, IRPClassifierRole sender, IRPClassifierRole receiver)
          Adds a Create Arrow to a sequence diagram.
 IRPMessage IRPCollaboration.addDtor(IRPInterfaceItem interItem, java.lang.String actualParamList, IRPClassifierRole sender, IRPClassifierRole receiver)
          Adds a Destroy Arrow to a sequence diagram.
 IRPTransition IRPState.addInternalTransition(IRPInterfaceItem trigger)
          method addInternalTransition
 IRPMessage IRPCollaboration.addMessage(IRPInterfaceItem interItem, java.lang.String actualParamList, IRPClassifierRole sender, IRPClassifierRole receiver)
          Adds a message to a sequence diagram.
 IRPMessage IRPCollaboration.addReplyMessage(IRPInterfaceItem interItem, java.lang.String actualParamList, IRPClassifierRole sender, IRPClassifierRole receiver)
          method addReplyMessage
 IRPTransition IRPState.addStaticReaction(IRPInterfaceItem trigger)
          Adds an internal transition to the state.
 IRPMessage IRPCollaboration.addTimeout(IRPInterfaceItem interItem, java.lang.String actualParamList, IRPClassifierRole sender, IRPClassifierRole receiver)
          Adds a timeout to a sequence diagram.
 int IRPStatechart.findTrigger(IRPInterfaceItem Item)
          Checks whether the specified IRPInterfaceItem element serves as the trigger of a transition in the statechart.
 int IRPInterfaceItem.matchOnSignature(IRPInterfaceItem Item)
          Compares the signature of the operation with the signature of the operation that was provided as an argument.
 void IRPMessage.setFormalInterfaceItem(IRPInterfaceItem newVal)
          Sets the realization of a message.
 void IRPSendAction.setInvokedOperation(IRPInterfaceItem invokedOperation)
          set property invokedOperation
 void IRPCallOperation.setOperation(IRPInterfaceItem operation)
          Specifies the operation to use for this call operation element.