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
 T UMLSwitch.caseExecutionEvent(ExecutionEvent object)
          Returns the result of interpreting the object as an instance of 'Execution Event'
 boolean UMLValidator.validateExecutionEvent(ExecutionEvent executionEvent, 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.