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

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

Uses of ExecutionEnvironment in org.eclipse.uml2.uml
 

Methods in org.eclipse.uml2.uml that return ExecutionEnvironment
 ExecutionEnvironment UMLFactory.createExecutionEnvironment()
          Returns a new object of class 'Execution Environment'
 

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

Methods in org.eclipse.uml2.uml.util with parameters of type ExecutionEnvironment
 boolean UMLValidator.validateExecutionEnvironment(ExecutionEnvironment executionEnvironment, DiagnosticChain diagnostics, Map context)
           
 Object UMLSwitch.caseExecutionEnvironment(ExecutionEnvironment object)
          Returns the result of interpretting the object as an instance of 'Execution Environment'
 


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