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

Uses of IRPEvent in com.telelogic.rhapsody.core
 

Methods in com.telelogic.rhapsody.core that return IRPEvent
 IRPEvent IRPPackage.addEvent(java.lang.String name)
          Adds a new event to the package.
 IRPEvent IRPPackage.findEvent(java.lang.String name)
          Returns the event with the specified name.
 IRPEvent IRPEvent.getBaseEvent()
          get property baseEvent
 IRPEvent IRPEventReception.getEvent()
          method getEvent
 IRPEvent IRPSendAction.getEvent()
          Gets the event sent by the Send Action element.
 IRPEvent IRPAcceptEventAction.getEvent()
          Returns the event that the action waits for.
 IRPEvent IRPEvent.getSuperEvent()
          get property baseEvent
 

Methods in com.telelogic.rhapsody.core with parameters of type IRPEvent
 void IRPPackage.deleteEvent(IRPEvent event)
          Deletes the specified event.
 void IRPEvent.setBaseEvent(IRPEvent baseEvent)
          set property baseEvent
 void IRPEventReception.setEvent(IRPEvent pVal)
          method setEvent
 void IRPSendAction.setEvent(IRPEvent event)
          Specifies the event sent by the Send Action element.
 void IRPAcceptEventAction.setEvent(IRPEvent event)
          Specifies the event that the action should wait for.
 void IRPEvent.setSuperEvent(IRPEvent superEvent)
          set property baseEvent