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

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

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

Classes in org.eclipse.ocl.examples.debug.evaluator that implement IVMEnvironmentFactory
 class OCLVMEnvironmentFactory
           
 

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

Fields in org.eclipse.ocl.examples.debug.vm.launching declared as IVMEnvironmentFactory
protected  IVMEnvironmentFactory InternalDebuggableExecutor.envFactory
           
 

Methods in org.eclipse.ocl.examples.debug.vm.launching that return IVMEnvironmentFactory
protected  IVMEnvironmentFactory DebuggableRunner.getEnvFactory()
           
 IVMEnvironmentFactory InternalDebuggableExecutor.getEnvFactory()
           
 

Constructors in org.eclipse.ocl.examples.debug.vm.launching with parameters of type IVMEnvironmentFactory
InternalDebuggableExecutor(IVMEnvironmentFactory envFactory, org.eclipse.emf.common.util.URI debuggableURI)
          Constructs the executor for the given transformation URI.