Uses of Class
org.eclipse.m2m.atl.engine.emfvm.ASM

Packages that use ASM
org.eclipse.m2m.atl.engine.emfvm   
org.eclipse.m2m.atl.engine.emfvm.launch   
 

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

Methods in org.eclipse.m2m.atl.engine.emfvm that return ASM
 ASM ASMOperation.getASM()
           
 ASM ASMXMLReader.read(java.io.InputStream in)
          Reads an ASM.
 

Method parameters in org.eclipse.m2m.atl.engine.emfvm with type arguments of type ASM
 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.
 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.
 

Constructors in org.eclipse.m2m.atl.engine.emfvm with parameters of type ASM
ASMOperation(ASM asm, java.lang.String name)
          ASMOperation constructor.
AtlSuperimposeModule(ExecEnv env, ASM asm)
          Creates a new AtlSuperimposeModule object.
 

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

Fields in org.eclipse.m2m.atl.engine.emfvm.launch with type parameters of type ASM
protected  java.util.Map<java.lang.String,ASM> EMFVMLauncher.libraries
           
 

Methods in org.eclipse.m2m.atl.engine.emfvm.launch that return ASM
protected  ASM EMFVMLauncher.getASMFromObject(java.lang.Object module)
          Load a module if necessary.
 


Copyright 2007 IBM Corporation and others.
All Rights Reserved.