Uses of Interface
org.eclipse.uml2.uml.MessageEvent

Packages that use MessageEvent
org.eclipse.uml2.uml   
org.eclipse.uml2.uml.util   
 

Uses of MessageEvent in org.eclipse.uml2.uml
 

Subinterfaces of MessageEvent in org.eclipse.uml2.uml
 interface AnyReceiveEvent
          A representation of the model object 'Any Receive Event'
 interface CallEvent
          A representation of the model object 'Call Event'
 interface ReceiveOperationEvent
          A representation of the model object 'Receive Operation Event'
 interface ReceiveSignalEvent
          A representation of the model object 'Receive Signal Event'
 interface SendOperationEvent
          A representation of the model object 'Send Operation Event'
 interface SendSignalEvent
          A representation of the model object 'Send Signal Event'
 interface SignalEvent
          A representation of the model object 'Signal Event'
 

Uses of MessageEvent in org.eclipse.uml2.uml.util
 

Methods in org.eclipse.uml2.uml.util with parameters of type MessageEvent
 T UMLSwitch.caseMessageEvent(MessageEvent object)
          Returns the result of interpreting the object as an instance of 'Message Event'
 boolean UMLValidator.validateMessageEvent(MessageEvent messageEvent, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


Copyright 2003, 2007 IBM Corporation and others.
All Rights Reserved.