Uses of Interface
org.eclipse.ocl.examples.debug.vm.utils.ExecutionDiagnostic

Packages that use ExecutionDiagnostic
org.eclipse.ocl.examples.debug.vm.launching   
org.eclipse.ocl.examples.debug.vm.utils   
 

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

Methods in org.eclipse.ocl.examples.debug.vm.launching that return ExecutionDiagnostic
 ExecutionDiagnostic InternalDebuggableExecutor.execute(VMStartRequest startRequest, EvaluationContext evaluationContext)
          Executes the transformation referred by this executor using the given model parameters and execution context.
 

Methods in org.eclipse.ocl.examples.debug.vm.launching with parameters of type ExecutionDiagnostic
protected  void DebuggableRunner.handleExecution(ExecutionDiagnostic execDiagnostic)
           
 

Uses of ExecutionDiagnostic in org.eclipse.ocl.examples.debug.vm.utils
 

Classes in org.eclipse.ocl.examples.debug.vm.utils that implement ExecutionDiagnostic
 class ExecutionDiagnosticImpl
           
 

Fields in org.eclipse.ocl.examples.debug.vm.utils declared as ExecutionDiagnostic
static ExecutionDiagnostic ExecutionDiagnostic.OK_INSTANCE