|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ATLCoreException in org.eclipse.m2m.atl.core |
---|
Methods in org.eclipse.m2m.atl.core that throw ATLCoreException | |
---|---|
void |
IExtractor.extract(IModel sourceModel,
java.io.OutputStream target,
java.util.Map<java.lang.String,java.lang.Object> options)
Extracts an IModel using the given options. |
void |
IExtractor.extract(IModel sourceModel,
java.lang.String target)
Extracts an IModel using default options. |
void |
IExtractor.extract(IModel sourceModel,
java.lang.String target,
java.util.Map<java.lang.String,java.lang.Object> options)
Extracts an IModel using the given options. |
abstract IReferenceModel |
ModelFactory.getBuiltInResource(java.lang.String name)
Returns the built-in resource matching the given name. |
void |
IInjector.inject(IModel targetModel,
java.io.InputStream source,
java.util.Map<java.lang.String,java.lang.Object> options)
Injects data into an IModel using the given options. |
void |
IInjector.inject(IModel targetModel,
java.lang.String source)
Injects data into an IModel using default options. |
void |
IInjector.inject(IModel targetModel,
java.lang.String source,
java.util.Map<java.lang.String,java.lang.Object> options)
Injects data into an IModel using the given options. |
abstract IModel |
ModelFactory.newModel(IReferenceModel referenceModel)
Creates a new IModel using default options and conforming to the given IReferenceModel . |
abstract IModel |
ModelFactory.newModel(IReferenceModel referenceModel,
java.util.Map<java.lang.String,java.lang.Object> options)
Creates a new IModel using specified options and conforming to the given
IReferenceModel . |
abstract IReferenceModel |
ModelFactory.newReferenceModel()
Creates a new IReferenceModel using default options. |
abstract IReferenceModel |
ModelFactory.newReferenceModel(java.util.Map<java.lang.String,java.lang.Object> options)
Creates a new IReferenceModel using specified options. |
Uses of ATLCoreException in org.eclipse.m2m.atl.core.emf |
---|
Methods in org.eclipse.m2m.atl.core.emf that throw ATLCoreException | |
---|---|
void |
EMFExtractor.extract(EMFModel sourceModel,
java.io.OutputStream target,
java.lang.String fileExtension,
java.util.Map<java.lang.String,java.lang.Object> options)
Extracts an EMFModel to an OutputStream . |
void |
EMFExtractor.extract(IModel sourceModel,
java.io.OutputStream target,
java.util.Map<java.lang.String,java.lang.Object> options)
Extracts an IModel using the given options. |
void |
EMFExtractor.extract(IModel sourceModel,
java.lang.String target)
Extracts an IModel using default options. |
void |
EMFExtractor.extract(IModel sourceModel,
java.lang.String target,
java.util.Map<java.lang.String,java.lang.Object> options)
Extracts an IModel using the given options. Below the target parameter semantic. |
IReferenceModel |
EMFModelFactory.getBuiltInResource(java.lang.String name)
Returns the built-in resource matching the given name. |
void |
EMFInjector.inject(IModel targetModel,
java.io.InputStream source,
java.util.Map<java.lang.String,java.lang.Object> options)
Injects data into an IModel using the given options. |
void |
EMFInjector.inject(IModel targetModel,
java.lang.String source)
Injects data into an IModel using default options. |
void |
EMFInjector.inject(IModel targetModel,
java.lang.String source,
java.util.Map<java.lang.String,java.lang.Object> options)
Injects data into an IModel using the given options. Below the source parameter semantic. |
protected static void |
EMFExtractor.recreateResourceIfNeeded(EMFModel model,
org.eclipse.emf.common.util.URI uri,
java.lang.String contentType,
boolean contentTypeLookup)
Recreates the resource in order to save in the correct format matching the file extension. |
Uses of ATLCoreException in org.eclipse.m2m.atl.core.service |
---|
Methods in org.eclipse.m2m.atl.core.service that throw ATLCoreException | |
---|---|
static ModelFactory |
CoreService.createModelFactory(java.lang.String name)
Deprecated. Use CoreService.getModelFactory(String) instead. |
static IExtractor |
CoreService.getExtractor(java.lang.String name)
Returns the extractors matching the given name. |
static IInjector |
CoreService.getInjector(java.lang.String name)
Returns the injector matching the given name. |
static ILauncher |
CoreService.getLauncher(java.lang.String name)
Returns the launcher matching the given name. |
static ModelFactory |
CoreService.getModelFactory(java.lang.String name)
Creates a new ModelFactory with the given name. |
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 java.lang.Object |
LauncherService.launch(java.lang.String mode,
org.eclipse.core.runtime.IProgressMonitor monitor,
ILauncher launcher,
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. |
Uses of ATLCoreException in org.eclipse.m2m.atl.core.ui.vm.asm |
---|
Methods in org.eclipse.m2m.atl.core.ui.vm.asm that throw ATLCoreException | |
---|---|
void |
ASMExtractor.extract(IModel sourceModel,
java.io.OutputStream target,
java.util.Map<java.lang.String,java.lang.Object> options)
Extracts an IModel using the given options. |
void |
ASMExtractor.extract(IModel sourceModel,
java.lang.String target)
Extracts an IModel using default options. |
void |
ASMExtractor.extract(IModel sourceModel,
java.lang.String target,
java.util.Map<java.lang.String,java.lang.Object> options)
Extracts an IModel using the given options. |
void |
ASMInjector.inject(IModel targetModel,
java.io.InputStream source,
java.util.Map<java.lang.String,java.lang.Object> options)
Injects data into an IModel using the given options. |
void |
ASMInjector.inject(IModel targetModel,
java.lang.String source)
Injects data into an IModel using default options. |
void |
ASMInjector.inject(IModel targetModel,
java.lang.String source,
java.util.Map<java.lang.String,java.lang.Object> options)
Injects data into an IModel using the given options. |
IModel |
ASMFactory.newModel(IReferenceModel referenceModel)
Creates a new IModel using default options and conforming to the given IReferenceModel . |
IReferenceModel |
ASMFactory.newReferenceModel()
Creates a new IReferenceModel using default options. |
Uses of ATLCoreException in org.eclipse.m2m.atl.engine.compiler |
---|
Methods in org.eclipse.m2m.atl.engine.compiler that throw ATLCoreException | |
---|---|
org.eclipse.emf.ecore.EObject[] |
AtlDefaultCompiler.internalCompile(IModel atlmodel,
java.lang.String outputFileName)
Compiles an ATL model. |
Uses of ATLCoreException in org.eclipse.m2m.atl.engine.parser |
---|
Methods in org.eclipse.m2m.atl.engine.parser that throw ATLCoreException | |
---|---|
void |
AtlParser.extract(IModel sourceModel,
java.io.OutputStream target,
java.util.Map options)
Extracts an IModel using the given options. |
void |
AtlParser.extract(IModel sourceModel,
java.lang.String target)
Extracts an IModel using default options. |
void |
AtlParser.extract(IModel sourceModel,
java.lang.String target,
java.util.Map options)
Extracts an IModel using the given options. |
void |
AtlParser.inject(IModel targetModel,
java.io.InputStream source,
java.util.Map options)
Injects data into an IModel using the given options. |
void |
AtlParser.inject(IModel targetModel,
java.lang.String source)
Injects data into an IModel using default options. |
void |
AtlParser.inject(IModel targetModel,
java.lang.String source,
java.util.Map options)
Injects data into an IModel using the given options. |
IModel[] |
AtlParser.inject(java.io.InputStream source,
java.util.Map options)
Create a new Model then injects data using the given options. |
org.eclipse.emf.ecore.EObject |
AtlParser.parse(java.io.InputStream in)
Parses the given input stream. |
IModel |
AtlParser.parseToModel(java.io.InputStream in)
Parses the given input stream. |
IModel[] |
AtlParser.parseToModelWithProblems(java.io.InputStream in,
boolean hideErrors)
Parses the given input stream. |
org.eclipse.emf.ecore.EObject[] |
AtlParser.parseWithProblems(java.io.InputStream in)
Returns An array of EObject, the first one being an ATL! |
|
Copyright 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV NEXT | FRAMES NO FRAMES |