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

Uses of IRPMessage in com.telelogic.rhapsody.core
 

Subinterfaces of IRPMessage in com.telelogic.rhapsody.core
 interface IRPActionBlock
          The IRPActionBlock interface represents action blocks in sequence diagrams.
 interface IRPConditionMark
          The IRPConditionMark interface represents condition marks in sequence diagrams.
 interface IRPDestructionEvent
          The IRPDestructionEvent interface represents destruction events in sequence diagrams.
 

Methods in com.telelogic.rhapsody.core that return IRPMessage
 IRPMessage IRPCollaboration.addCancelledTimeout(IRPClassifierRole receiver)
          Adds a cancelled timeout to the specified instance line.
 IRPMessage IRPCollaboration.addConditionMark(IRPClassifierRole classifier)
          Adds a condition mark to the specified instance line.
 IRPMessage IRPCollaboration.addCtor(IRPInterfaceItem interItem, java.lang.String actualParamList, IRPClassifierRole sender, IRPClassifierRole receiver)
          Adds a Create Arrow to a sequence diagram.
 IRPMessage IRPCollaboration.addDataFlow(IRPSysMLPort flowPort, java.lang.String value, IRPClassifierRole sender, IRPClassifierRole receiver)
          method addDataFlow
 IRPMessage IRPCollaboration.addDestructionEvent(IRPClassifierRole classifier)
          Adds a destruction event to the specified lifeline.
 IRPMessage IRPCollaboration.addDtor(IRPInterfaceItem interItem, java.lang.String actualParamList, IRPClassifierRole sender, IRPClassifierRole receiver)
          Adds a Destroy Arrow to a sequence diagram.
 IRPMessage IRPCollaboration.addDurationConstraint(java.lang.String durationConstraint, IRPMessage startState, IRPMessage endState)
          Adds a Duration Constraint to the specified state invariants.
 IRPMessage IRPCollaboration.addDurationObservation(java.lang.String durationObservation, IRPMessage startState, IRPMessage endState)
          Adds a Duration Observation to the specified states invariants.
 IRPMessage IRPCollaboration.addFoundMessage(IRPClassifierRole receiver)
          Adds a Found Message to the specified lifeline.
 IRPMessage IRPCollaboration.addLostMessage(IRPClassifierRole sender)
          Adds a Lost Message to the specified lifeline.
 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
 IRPMessage IRPCollaboration.addStateInvariant(java.lang.String invariant, IRPClassifierRole classifier)
          Adds a State Invariant to the specified lifeline.
 IRPMessage IRPCollaboration.addTimeConstraint(java.lang.String timeConstraint, IRPMessage state)
          Adds a Time Constraint to the specified state invariant.
 IRPMessage IRPCollaboration.addTimeInterval(IRPClassifierRole receiver)
          Adds a Time Interval to the specified lifeline.
 IRPMessage IRPCollaboration.addTimeObservation(java.lang.String timeObservation, IRPMessage state)
          Adds a Time Observation to the specified state invariant.
 IRPMessage IRPCollaboration.addTimeout(IRPInterfaceItem interItem, java.lang.String actualParamList, IRPClassifierRole sender, IRPClassifierRole receiver)
          Adds a timeout to a sequence diagram.
 IRPMessage IRPCollaboration.getActivator(IRPMessage msg)
          method getActivator
 IRPMessage IRPExecutionOccurrence.getMessage()
          get property message
 IRPMessage IRPMessagePoint.getMessage()
          get property message
 IRPMessage IRPCollaboration.getPredecessor(IRPMessage msg)
          Returns the message that precedes the specified message.
 IRPMessage IRPCollaboration.getSuccessor(IRPMessage msg)
          Returns the message that follows the specified message.
 

Methods in com.telelogic.rhapsody.core with parameters of type IRPMessage
 IRPMessage IRPCollaboration.addDurationConstraint(java.lang.String durationConstraint, IRPMessage startState, IRPMessage endState)
          Adds a Duration Constraint to the specified state invariants.
 IRPMessage IRPCollaboration.addDurationObservation(java.lang.String durationObservation, IRPMessage startState, IRPMessage endState)
          Adds a Duration Observation to the specified states invariants.
 IRPMessage IRPCollaboration.addTimeConstraint(java.lang.String timeConstraint, IRPMessage state)
          Adds a Time Constraint to the specified state invariant.
 IRPMessage IRPCollaboration.addTimeObservation(java.lang.String timeObservation, IRPMessage state)
          Adds a Time Observation to the specified state invariant.
 IRPMessage IRPCollaboration.getActivator(IRPMessage msg)
          method getActivator
 IRPCollection IRPCollaboration.getConcurrentGroup(IRPMessage msg)
          method getConcurrentGroup
 IRPMessage IRPCollaboration.getPredecessor(IRPMessage msg)
          Returns the message that precedes the specified message.
 IRPMessage IRPCollaboration.getSuccessor(IRPMessage msg)
          Returns the message that follows the specified message.