Uses of Interface
org.eclipse.m2m.qvt.oml.ExecutionContext

Packages that use ExecutionContext
org.eclipse.m2m.qvt.oml   
org.eclipse.m2m.qvt.oml.debug.core.app   
 

Uses of ExecutionContext in org.eclipse.m2m.qvt.oml
 

Classes in org.eclipse.m2m.qvt.oml that implement ExecutionContext
 class ExecutionContextImpl
          Execution context implementation.
 

Methods in org.eclipse.m2m.qvt.oml with parameters of type ExecutionContext
 ExecutionDiagnostic TransformationExecutor.execute(ExecutionContext executionContext, ModelExtent... modelParameters)
          Executes the transformation referred by this executor using the given model parameters and execution context.
 

Uses of ExecutionContext in org.eclipse.m2m.qvt.oml.debug.core.app
 

Methods in org.eclipse.m2m.qvt.oml.debug.core.app that return ExecutionContext
protected  ExecutionContext QVTOApplication.createExecutionContext()
           
protected  ExecutionContext QVTOApplication.getExecutionContext()
           
 

Methods in org.eclipse.m2m.qvt.oml.debug.core.app with parameters of type ExecutionContext
 DebuggableExecutorAdapter DebugTransformationRunner.createDebugableAdapter(ExecutionContext context)
           
 


Copyright 2008 Borland Software Corporation and others.
All Rights Reserved.