Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » M2M (model-to-model transformation) » inject/extract ATL-0.2 file/ATL-0.2 model
inject/extract ATL-0.2 file/ATL-0.2 model [message #15617] Wed, 07 February 2007 13:59 Go to next message
Eclipse UserFriend
Originally posted by: kehrer.hdm-stuttgart.de

Hello,
I'm working on Model weaving and on traceability, and I would like to
use a HOT (Higher Order Transformation) for this.
I've seen in 2 tutorials : ATL2Tracer & ATL2WTracer, that there is a
feature in AM3 plugin that allows to inject an atl file (.atl) in an
atl model (.ecore) and vice versa.

Doing the following "roundtrip" sometimes works, sometimes results in
incorrect or empty .atl-files
[atl-model_1].atl ----------------------->
atl-model].ecore -------------------> [atl-model_2].atl
Incection to Ecore
Extraction to atl


I think [atl-model_1] and [atl-model_2] always have to be identical (Despite
on differences in format).


I'm using the eclipse-bundle available on
http://www.sciences.univ-nantes.fr/lina/atl/atldemo/adt.



Can anyone give me some hints?
Thank you for your help


Regards,
Timo Kehrer
[ATL] Re: inject/extract ATL-0.2 file/ATL-0.2 model [message #15649 is a reply to message #15617] Wed, 07 February 2007 16:07 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: marcos.didonet-del-fabro.univ-nantes.fr

Hi Timo,

Maybe you are using elements of the ATL metamodel that are not yet supported by the
injectors/extractors from the ATL bundle, just in the newer versions of ATL (e.g., ATL2006).

It is possibly the case of the entrypoint rules from the ATL2WTracer use case.


Regards,

Marcos.

Timo Kehrer wrote:
> Hello,
> I'm working on Model weaving and on traceability, and I would like to
> use a HOT (Higher Order Transformation) for this.
> I've seen in 2 tutorials : ATL2Tracer & ATL2WTracer, that there is a
> feature in AM3 plugin that allows to inject an atl file (.atl) in an
> atl model (.ecore) and vice versa.
>
> Doing the following "roundtrip" sometimes works, sometimes results in
> incorrect or empty .atl-files
> [atl-model_1].atl ----------------------->
> atl-model].ecore -------------------> [atl-model_2].atl
> Incection to Ecore
> Extraction to atl
>
>
> I think [atl-model_1] and [atl-model_2] always have to be identical (Despite
> on differences in format).
>
>
> I'm using the eclipse-bundle available on
> http://www.sciences.univ-nantes.fr/lina/atl/atldemo/adt.
>
>
>
> Can anyone give me some hints?
> Thank you for your help
>
>
> Regards,
> Timo Kehrer
>
>
Re: [ATL] Re: inject/extract ATL-0.2 file/ATL-0.2 model [message #15708 is a reply to message #15649] Thu, 08 February 2007 16:55 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: kehrer.hdm-stuttgart.de

is there any documentation about which elements are supportet by the
extractors/injectors and which are not?
Would be very helpful...

Thank you

Regards,
Timo


"Marcos Didonet Del Fabro" <marcos.didonet-del-fabro@univ-nantes.fr> schrieb
im Newsbeitrag news:45C9F929.6020603@univ-nantes.fr...
> Hi Timo,
>
> Maybe you are using elements of the ATL metamodel that are not yet
> supported by the injectors/extractors from the ATL bundle, just in the
> newer versions of ATL (e.g., ATL2006).
>
> It is possibly the case of the entrypoint rules from the ATL2WTracer use
> case.
>
>
> Regards,
>
> Marcos.
>
> Timo Kehrer wrote:
>> Hello,
>> I'm working on Model weaving and on traceability, and I would like to
>> use a HOT (Higher Order Transformation) for this.
>> I've seen in 2 tutorials : ATL2Tracer & ATL2WTracer, that there is a
>> feature in AM3 plugin that allows to inject an atl file (.atl) in an
>> atl model (.ecore) and vice versa.
>>
>> Doing the following "roundtrip" sometimes works, sometimes results in
>> incorrect or empty .atl-files
>> [atl-model_1].atl ----------------------->
>> -model].ecore -------------------> [atl-model_2].atl
>> Incection to Ecore Extraction to atl
>>
>>
>> I think [atl-model_1] and [atl-model_2] always have to be identical
>> (Despite on differences in format).
>>
>>
>> I'm using the eclipse-bundle available on
>> http://www.sciences.univ-nantes.fr/lina/atl/atldemo/adt.
>>
>>
>>
>> Can anyone give me some hints?
>> Thank you for your help
>>
>>
>> Regards,
>> Timo Kehrer
Re: [ATL] Re: inject/extract ATL-0.2 file/ATL-0.2 model [message #15729 is a reply to message #15708] Thu, 08 February 2007 20:22 Go to previous message
Eclipse UserFriend
Originally posted by: marcos.didonet-del-fabro.univ-nantes.fr

Hi Timo,

Normally, all the elements of the ATL metamodel are supported by the latest version of
ATL: ATL2006. It can be installed through the sources (the installation guide is available
at
http://dev.eclipse.org/viewcvs/indextech.cgi/~checkout~/gmt- home/subprojects/ATL/doc/ATL_Installation_Guide%5Bv0.1%5D.pd f).

Unfortunately, concerning the ATL bundle, there is not a documentation about the supported
elements. The main reason is that the plug-ins are being constantly improved, and we
intend to release a new bundle soon.

Regards,

Marcos.

Timo Kehrer wrote:
> is there any documentation about which elements are supportet by the
> extractors/injectors and which are not?
> Would be very helpful...
>
> Thank you
>
> Regards,
> Timo
>
>
> "Marcos Didonet Del Fabro" <marcos.didonet-del-fabro@univ-nantes.fr> schrieb
> im Newsbeitrag news:45C9F929.6020603@univ-nantes.fr...
>> Hi Timo,
>>
>> Maybe you are using elements of the ATL metamodel that are not yet
>> supported by the injectors/extractors from the ATL bundle, just in the
>> newer versions of ATL (e.g., ATL2006).
>>
>> It is possibly the case of the entrypoint rules from the ATL2WTracer use
>> case.
>>
>>
>> Regards,
>>
>> Marcos.
>>
>> Timo Kehrer wrote:
>>> Hello,
>>> I'm working on Model weaving and on traceability, and I would like to
>>> use a HOT (Higher Order Transformation) for this.
>>> I've seen in 2 tutorials : ATL2Tracer & ATL2WTracer, that there is a
>>> feature in AM3 plugin that allows to inject an atl file (.atl) in an
>>> atl model (.ecore) and vice versa.
>>>
>>> Doing the following "roundtrip" sometimes works, sometimes results in
>>> incorrect or empty .atl-files
>>> [atl-model_1].atl ----------------------->
>>> -model].ecore -------------------> [atl-model_2].atl
>>> Incection to Ecore Extraction to atl
>>>
>>>
>>> I think [atl-model_1] and [atl-model_2] always have to be identical
>>> (Despite on differences in format).
>>>
>>>
>>> I'm using the eclipse-bundle available on
>>> http://www.sciences.univ-nantes.fr/lina/atl/atldemo/adt.
>>>
>>>
>>>
>>> Can anyone give me some hints?
>>> Thank you for your help
>>>
>>>
>>> Regards,
>>> Timo Kehrer
>
>
Previous Topic:[ATL] ATL 2006 Inheritance Problems
Next Topic:[ATL] EBNF Injection problem in standalone Java application
Goto Forum:
  


Current Time: Fri Apr 26 12:07:01 GMT 2024

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

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

Back to the top