Uses of Interface
org.eclipse.ocl.examples.debug.vm.evaluator.IVMEvaluator

Packages that use IVMEvaluator
org.eclipse.ocl.examples.debug.evaluator   
org.eclipse.ocl.examples.debug.vm.launching   
 

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

Classes in org.eclipse.ocl.examples.debug.evaluator that implement IVMEvaluator
 class OCLVMEvaluator
          A OCLVMEvaluator supports loading a transformation as source then loading models, performing a transformation and then saving the models.
 

Uses of IVMEvaluator in org.eclipse.ocl.examples.debug.vm.launching
 

Methods in org.eclipse.ocl.examples.debug.vm.launching that return IVMEvaluator
protected abstract  IVMEvaluator InternalDebuggableExecutor.createEvaluator()
           
 IVMEvaluator InternalDebuggableExecutor.getEvaluator()