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

All Superinterfaces:
EnvironmentFactory
All Known Implementing Classes:
OCLVMEnvironmentFactory

public interface IVMEnvironmentFactory
extends EnvironmentFactory


Method Summary
 void setShell(IVMDebuggerShell shell)
           
 
Methods inherited from interface org.eclipse.ocl.examples.pivot.EnvironmentFactory
createClassifierContext, createEnvironment, createEnvironment, createEvaluationEnvironment, createEvaluationEnvironment, createEvaluationVisitor, createEvaluationVisitor, createInstanceContext, createOperationContext, createPropertyContext, loadEnvironment
 

Method Detail

setShell

void setShell(@Nullable
              IVMDebuggerShell shell)