Uses of Interface
org.eclipse.m2m.atl.core.IExtractor

Packages that use IExtractor
org.eclipse.m2m.atl.core.emf   
org.eclipse.m2m.atl.core.service   
org.eclipse.m2m.atl.core.ui.vm.asm   
org.eclipse.m2m.atl.engine.parser   
 

Uses of IExtractor in org.eclipse.m2m.atl.core.emf
 

Classes in org.eclipse.m2m.atl.core.emf that implement IExtractor
 class EMFExtractor
          The EMF implementation of the IExtractor interface.
 

Uses of IExtractor in org.eclipse.m2m.atl.core.service
 

Methods in org.eclipse.m2m.atl.core.service that return IExtractor
static IExtractor CoreService.getExtractor(java.lang.String name)
          Returns the extractors matching the given name.
 

Methods in org.eclipse.m2m.atl.core.service with parameters of type IExtractor
static void CoreService.registerExtractor(java.lang.String name, IExtractor extractor)
          Deprecated. Use CoreService.registerExtractor(String, Class) instead.
 

Method parameters in org.eclipse.m2m.atl.core.service with type arguments of type IExtractor
static java.lang.Object LauncherService.launch(java.lang.String mode, org.eclipse.core.runtime.IProgressMonitor monitor, ILauncher launcher, java.util.Map<java.lang.String,ModelFactory> modelFactories, java.util.Map<java.lang.String,IExtractor> extractors, java.util.Map<java.lang.String,IInjector> injectors, java.util.Map<java.lang.String,java.lang.String> inModels, java.util.Map<java.lang.String,java.lang.String> inoutModels, java.util.Map<java.lang.String,java.lang.String> outModels, java.util.Map<java.lang.String,java.lang.String> paths, java.util.Map<java.lang.String,java.lang.Object> options, java.util.Map<java.lang.String,java.io.InputStream> libraries, java.io.InputStream... modules)
          Launches a transformation using the given parameters.
static void CoreService.registerExtractor(java.lang.String extractorName, java.lang.Class<? extends IExtractor> extractorClass)
          Registers an extractor in the extractorRegistry.
 

Uses of IExtractor in org.eclipse.m2m.atl.core.ui.vm.asm
 

Classes in org.eclipse.m2m.atl.core.ui.vm.asm that implement IExtractor
 class ASMExtractor
          The RegularVM adaptation of the IExtractor.
 

Uses of IExtractor in org.eclipse.m2m.atl.engine.parser
 

Classes in org.eclipse.m2m.atl.engine.parser that implement IExtractor
 class AtlParser
          TCS utilities Wrapper.
 


Copyright 2007 IBM Corporation and others.
All Rights Reserved.