Uses of Interface
com.ibm.xtools.uml.rt.core.RTInheritableEvent

Packages that use RTInheritableEvent
com.ibm.xtools.uml.rt.core   
 

Uses of RTInheritableEvent in com.ibm.xtools.uml.rt.core
 

Methods in com.ibm.xtools.uml.rt.core that return types with arguments of type RTInheritableEvent
 java.util.Collection<RTInheritableEvent> RTProtocol.getAllInEvents()
          Returns a list of all local+inherited in events for the protocol (includes excluded events).
 java.util.Collection<RTInheritableEvent> RTProtocol.getAllOutEvents()
          Returns a list of all local+inherited out events for the protocol (includes excluded events).
 java.util.Collection<RTInheritableEvent> RTProtocol.getOwnedEvents()
          Returns all events (in and out) owned by this protocol.
 java.util.Collection<RTInheritableEvent> RTProtocol.getOwnedInEvents()
          Returns a list of all the in events owned by the protocol's, container (i.e., local only).
 java.util.Collection<RTInheritableEvent> RTProtocol.getOwnedOutEvents()
          Returns a list of all the out events owned by the protocol's, container.