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
 boolean UMLValidator.validateMessageEvent(MessageEvent messageEvent, DiagnosticChain diagnostics, Map context)
           
 Object UMLSwitch.caseMessageEvent(MessageEvent object)
          Returns the result of interpretting the object as an instance of 'Message Event'
 


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