Uses of Interface
org.eclipse.uml2.ExecutionOccurrence

Packages that use ExecutionOccurrence
org.eclipse.uml2   
org.eclipse.uml2.util   
 

Uses of ExecutionOccurrence in org.eclipse.uml2
 

Methods in org.eclipse.uml2 that return ExecutionOccurrence
 ExecutionOccurrence UML2Factory.createExecutionOccurrence()
          Returns a new object of class 'Execution Occurrence'
 ExecutionOccurrence EventOccurrence.getStartExec(String unqualifiedName)
          Retrieves the ExecutionOccurrence with the specified name from the 'Start Exec' reference list
 ExecutionOccurrence EventOccurrence.getFinishExec(String unqualifiedName)
          Retrieves the ExecutionOccurrence with the specified name from the 'Finish Exec' reference list
 

Uses of ExecutionOccurrence in org.eclipse.uml2.util
 

Methods in org.eclipse.uml2.util with parameters of type ExecutionOccurrence
 boolean UML2Validator.validateExecutionOccurrence(ExecutionOccurrence executionOccurrence, DiagnosticChain diagnostics, Map context)
           
 Object UML2Switch.caseExecutionOccurrence(ExecutionOccurrence object)
          Returns the result of interpretting the object as an instance of 'Execution Occurrence'
 


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