Uses of Class
org.eclipse.ocl.examples.debug.evaluator.OCLVMEnvironmentFactory

Packages that use OCLVMEnvironmentFactory
org.eclipse.ocl.examples.debug.evaluator   
org.eclipse.ocl.examples.debug.launching   
 

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

Fields in org.eclipse.ocl.examples.debug.evaluator declared as OCLVMEnvironmentFactory
protected  OCLVMEnvironmentFactory OCLVMEvaluator.envFactory
           
 

Methods in org.eclipse.ocl.examples.debug.evaluator that return OCLVMEnvironmentFactory
 OCLVMEnvironmentFactory OCLVMEvaluator.getEnvironmentFactory()
           
 OCLVMEnvironmentFactory OCLVMEnvironment.getFactory()
           
 

Constructors in org.eclipse.ocl.examples.debug.evaluator with parameters of type OCLVMEnvironmentFactory
OCLVMEnvironment(OCLVMEnvironmentFactory factory, org.eclipse.emf.ecore.resource.Resource resource)
           
OCLVMEvaluator(OCLVMEnvironmentFactory envFactory, Constraint constraint, org.eclipse.emf.ecore.EObject context)
           
OCLVMEvaluator(OCLVMEnvironmentFactory envFactory, ExpressionInOCL expressionInOCL, org.eclipse.emf.ecore.EObject context)
           
OCLVMEvaluator(OCLVMEnvironmentFactory envFactory, org.eclipse.emf.common.util.URI oclURI, org.eclipse.emf.common.util.URI contextURI)
           
 

Uses of OCLVMEnvironmentFactory in org.eclipse.ocl.examples.debug.launching
 

Constructors in org.eclipse.ocl.examples.debug.launching with parameters of type OCLVMEnvironmentFactory
OCLInternalDebuggableExecutor(OCLEvaluationContext evaluationContext, OCLVMEnvironmentFactory envFactory)