Uses of Class
org.eclipse.ocl.AbstractEvaluationEnvironment

Packages that use AbstractEvaluationEnvironment
org.eclipse.ocl.ecore Implementation of an OCL binding for the Ecore metamodel. 
org.eclipse.ocl.examples.impactanalyzer.deltaPropagation   
org.eclipse.ocl.examples.impactanalyzer.util   
org.eclipse.ocl.uml Implementation of an OCL binding for the UML metamodel. 
 

Uses of AbstractEvaluationEnvironment in org.eclipse.ocl.ecore
 

Subclasses of AbstractEvaluationEnvironment in org.eclipse.ocl.ecore
 class EcoreEvaluationEnvironment
          Implementation of the EvaluationEnvironment for evaluation of OCL expressions on instances of Ecore models (i.e., on M0 models).
 

Uses of AbstractEvaluationEnvironment in org.eclipse.ocl.examples.impactanalyzer.deltaPropagation
 

Subclasses of AbstractEvaluationEnvironment in org.eclipse.ocl.examples.impactanalyzer.deltaPropagation
 class PartialEcoreEvaluationEnvironment
           
 

Uses of AbstractEvaluationEnvironment in org.eclipse.ocl.examples.impactanalyzer.util
 

Subclasses of AbstractEvaluationEnvironment in org.eclipse.ocl.examples.impactanalyzer.util
 class EcoreEvaluationEnvironmentWithScopedExtentMap
           
 

Uses of AbstractEvaluationEnvironment in org.eclipse.ocl.uml
 

Subclasses of AbstractEvaluationEnvironment in org.eclipse.ocl.uml
 class UMLEvaluationEnvironment
          Implementation of the EvaluationEnvironment for evaluation of OCL expressions on instances of UML models (i.e., on M0 models).