Uses of Interface
org.eclipse.ocl.examples.pivot.Customizable

Packages that use Customizable
org.eclipse.ocl.examples.debug.evaluator   
org.eclipse.ocl.examples.debug.vm.evaluator   
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.evaluation   
org.eclipse.ocl.examples.pivot.utilities   
 

Uses of Customizable in org.eclipse.ocl.examples.debug.evaluator
 

Subinterfaces of Customizable in org.eclipse.ocl.examples.debug.evaluator
 interface IOCLVMEvaluationEnvironment
           
 

Classes in org.eclipse.ocl.examples.debug.evaluator that implement Customizable
 class OCLVMEnvironment
           
 class OCLVMNestedEvaluationEnvironment
           
 class OCLVMRootEvaluationEnvironment
           
 

Uses of Customizable in org.eclipse.ocl.examples.debug.vm.evaluator
 

Subinterfaces of Customizable in org.eclipse.ocl.examples.debug.vm.evaluator
 interface IVMEvaluationEnvironment<T extends NamedElement>
           
 interface IVMRootEvaluationEnvironment<T extends NamedElement>
           
 

Classes in org.eclipse.ocl.examples.debug.vm.evaluator that implement Customizable
 class VMEvaluationEnvironment<T extends NamedElement>
           
 class VMNestedEvaluationEnvironment<T extends NamedElement>
           
 class VMRootEvaluationEnvironment<T extends NamedElement>
           
 

Uses of Customizable in org.eclipse.ocl.examples.pivot
 

Subinterfaces of Customizable in org.eclipse.ocl.examples.pivot
 interface BasicEnvironment
          A BasicEnvironment provides shared analysis and ebvaluation cuistomization support.
 interface Environment
          An Environment stores the variables created while evaluating an OCL expression, including self.
 

Classes in org.eclipse.ocl.examples.pivot that implement Customizable
 class AbstractBasicEnvironment<P extends BasicEnvironment>
          Partial implementation of the BasicEnvironment interface, providing default behaviours for most features.
 class AbstractEnvironment
          A partial implementation of the Environment interface providing some useful common behavior for providers of metamodel bindings.
 

Uses of Customizable in org.eclipse.ocl.examples.pivot.evaluation
 

Subinterfaces of Customizable in org.eclipse.ocl.examples.pivot.evaluation
 interface EvaluationEnvironment
          The evaluation environment keeps track of the current values of variables in the evaluation of an OCL expression.
 

Classes in org.eclipse.ocl.examples.pivot.evaluation that implement Customizable
 class AbstractEvaluationEnvironment
          A partial implementation of the EvaluationEnvironment interface, providing some useful common behaviors.
 class PivotEvaluationEnvironment
          Implementation of the EvaluationEnvironment for evaluation of OCL expressions on instances of Ecore models (i.e., on M0 models).
 

Uses of Customizable in org.eclipse.ocl.examples.pivot.utilities
 

Classes in org.eclipse.ocl.examples.pivot.utilities that implement Customizable
 class PivotEnvironment
          Implementation of the Environment for parsing OCL expressions on Ecore models.