Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » M2M (model-to-model transformation) » [ATL] AtlLauncher launch method
[ATL] AtlLauncher launch method [message #86424] Fri, 11 July 2008 23:26 Go to next message
Luis Pedro is currently offline Luis PedroFriend
Messages: 29
Registered: July 2009
Junior Member
Hi there,
The signature of the AtlLauncher launch method is
launch(ASM asm, java.util.Map libraries, java.util.Map models,
java.util.Map asmParams, java.util.List superimpose, java.util.Map
options, Debugger debugger)

Does any one knows were can I find the information regarding what can I
add to the asmParams Map? All the examples I saw used
Map asmParams = Collections.EMPTY_MAP;

But I was wondering what is it possible to specify using this attribute.

Thanks in advance for your time.

Luis Pedro
Re: [ATL] AtlLauncher launch method [message #89335 is a reply to message #86424] Fri, 29 August 2008 08:48 Go to previous message
Dennis Wagelaar is currently offline Dennis WagelaarFriend
Messages: 147
Registered: July 2009
Senior Member
Luis Pedro wrote:
> Hi there,
> The signature of the AtlLauncher launch method is
> launch(ASM asm, java.util.Map libraries, java.util.Map models,
> java.util.Map asmParams, java.util.List superimpose, java.util.Map
> options, Debugger debugger)
>
> Does any one knows were can I find the information regarding what
> can I add to the asmParams Map? All the examples I saw used
> Map asmParams = Collections.EMPTY_MAP;
>
> But I was wondering what is it possible to specify using this
> attribute.
>
> Thanks in advance for your time.
>
> Luis Pedro

There's *nothing* useful that you can pass in there for executing normal
ATL modules. ATL modules cannot pick up the information you would pass
in there. It is meant for very specific ASM bytecode and passes
parameters to the "main" operation. As for the types, this is what they
would be for Java 1.5:

Map<String, URL> *or* Map<String, ASM> for libraries
Map<String, ASMModel> for models
Map<String, String> for asmParams
List<URL> for superimpose
Map<String, String> for options

Regards,
--
Dennis
Previous Topic:[ATL] transformation efficiency?
Next Topic:[ATL] Problems to migrate to Ganymede
Goto Forum:
  


Current Time: Thu Apr 25 19:20:42 GMT 2024

Powered by FUDForum. Page generated in 0.02854 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top