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

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

Uses of ExecutionEvent in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return ExecutionEvent
 ExecutionEvent UMLFactory.createExecutionEvent()
          Returns a new object of class 'Execution Event'
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type ExecutionEvent
 boolean UMLValidator.validateExecutionEvent(ExecutionEvent executionEvent, DiagnosticChain diagnostics, Map context)
           
 Object UMLSwitch.caseExecutionEvent(ExecutionEvent object)
          Returns the result of interpretting the object as an instance of 'Execution Event'
 


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