Uses of Interface
org.eclipse.m2m.atl.engine.emfvm.launch.ITool

Packages that use ITool
org.eclipse.m2m.atl.engine.emfvm   
org.eclipse.m2m.atl.engine.emfvm.launch   
org.eclipse.m2m.atl.engine.emfvm.launch.debug   
org.eclipse.m2m.atl.engine.emfvm.lib This package contains the emfvm library. 
org.eclipse.m2m.atl.profiler.emfvm   
 

Uses of ITool in org.eclipse.m2m.atl.engine.emfvm
 

Methods in org.eclipse.m2m.atl.engine.emfvm with parameters of type ITool
 java.lang.Object ASM.run(ITool[] tools, java.util.Map<java.lang.String,IModel> models, java.util.Map<java.lang.String,ASM> libraries, java.util.List<ASM> superimpose, java.util.Map<java.lang.String,java.lang.Object> options, org.eclipse.core.runtime.IProgressMonitor monitor, IModelAdapter modelAdapter)
          Launches the ASM.
 

Uses of ITool in org.eclipse.m2m.atl.engine.emfvm.launch
 

Methods in org.eclipse.m2m.atl.engine.emfvm.launch with parameters of type ITool
protected  java.lang.Object EMFVMLauncher.internalLaunch(ITool[] tools, org.eclipse.core.runtime.IProgressMonitor monitor, java.util.Map<java.lang.String,java.lang.Object> options, java.lang.Object... modules)
          Launches the transformation with preloaded modules.
 

Uses of ITool in org.eclipse.m2m.atl.engine.emfvm.launch.debug
 

Classes in org.eclipse.m2m.atl.engine.emfvm.launch.debug that implement ITool
 class NetworkDebugger
          The main ATL debugger.
 

Uses of ITool in org.eclipse.m2m.atl.engine.emfvm.lib
 

Constructors in org.eclipse.m2m.atl.engine.emfvm.lib with parameters of type ITool
ExecEnv(java.util.Map<java.lang.String,IModel> models, ITool[] tools)
          Creates a new execenv parametrized by models.
 

Uses of ITool in org.eclipse.m2m.atl.profiler.emfvm
 

Classes in org.eclipse.m2m.atl.profiler.emfvm that implement ITool
 class ProfilingTool
          Class used by the ATL Virtual Machine.
 


Copyright 2007 IBM Corporation and others.
All Rights Reserved.