Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » M2M (model-to-model transformation) » What can ATL?
What can ATL? [message #26035] Tue, 27 March 2007 14:09 Go to next message
Irina is currently offline IrinaFriend
Messages: 27
Registered: July 2009
Junior Member
Hi all,
i have a task my grafik as text to represent. I have a grafical Editor with
GMF (gef, emf) implemented. Can I do this with ATL?

Thanks in advance.
PS: Sorry for my english.
[ATL] Re: What can ATL? [message #26282 is a reply to message #26035] Thu, 29 March 2007 17:59 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: freddy.allilaire.univ-nantes.fr

Dear Irina,

Do you want to give a textual representation to your model created with
a GMF Editor?

In this case, you may be interested in TCS:
http://wiki.eclipse.org/index.php/TCS

Otherwise, I advised you to take a look to the ATL use cases section:
http://www.eclipse.org/m2m/atl/usecases/
These use cases are concrete examples of how model to model
transformation can be applied in various domains of application.

Regards,
Freddy.

Irina a écrit :
> Hi all,
> i have a task my grafik as text to represent. I have a grafical Editor with
> GMF (gef, emf) implemented. Can I do this with ATL?
>
> Thanks in advance.
> PS: Sorry for my english.
>
>

--
Freddy Allilaire - ATLAS Group (INRIA & LINA)
http://www.sciences.univ-nantes.fr/lina/atl/contrib/allilair e
[ATL] Re: What can ATL? [message #26433 is a reply to message #26035] Thu, 29 March 2007 22:17 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: milanmilanovich.yahooo.com

Hi Irina,

as I know when you draw some diagram in GMF-based editor, a Ecore
file should be exported (saved) which containts a model that conforms
to your domain metamodel. This metamodel you used to create your
application.
If this Ecore model is not what you want, then you may transforms that
code in the EBNF technical space by using TCS or by defining ATL
transformation with query expression.

-- Best regards, Milan Milanovic

Irina wrote:

> Hi all,
> i have a task my grafik as text to represent. I have a grafical Editor with
> GMF (gef, emf) implemented. Can I do this with ATL?

> Thanks in advance.
> PS: Sorry for my english.
Re: [ATL] Re: What can ATL? [message #27224 is a reply to message #26433] Mon, 02 April 2007 12:56 Go to previous messageGo to next message
Irina is currently offline IrinaFriend
Messages: 27
Registered: July 2009
Junior Member
Hi Milan,

can me please explain, where can i find TCS?
Thanks !
Irina
"Milan Milanovic" <milanmilanovich@yahooo.com> ???????/???????? ? ????????
?????????: news:a84a098d78b531875358f4ec208ddabd$1@www.eclipse.org...
> Hi Irina,
>
> as I know when you draw some diagram in GMF-based editor, a Ecore
> file should be exported (saved) which containts a model that conforms
> to your domain metamodel. This metamodel you used to create your
> application.
> If this Ecore model is not what you want, then you may transforms that
> code in the EBNF technical space by using TCS or by defining ATL
> transformation with query expression.
>
> -- Best regards, Milan Milanovic
>
> Irina wrote:
>
>> Hi all,
>> i have a task my grafik as text to represent. I have a grafical Editor
>> with GMF (gef, emf) implemented. Can I do this with ATL?
>
>> Thanks in advance.
>> PS: Sorry for my english.
>
>
Re: [ATL] Re: What can ATL? [message #27261 is a reply to message #27224] Mon, 02 April 2007 13:09 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: freddy.allilaire.univ-nantes.fr

Hi Irina,

The following page will give you more details about TCS:
http://wiki.eclipse.org/index.php/TCS

Regards,
Freddy.


Irina a écrit :
> Hi Milan,
>
> can me please explain, where can i find TCS?
> Thanks !
> Irina
> "Milan Milanovic" <milanmilanovich@yahooo.com> ???????/???????? ? ????????
> ?????????: news:a84a098d78b531875358f4ec208ddabd$1@www.eclipse.org...
>> Hi Irina,
>>
>> as I know when you draw some diagram in GMF-based editor, a Ecore
>> file should be exported (saved) which containts a model that conforms
>> to your domain metamodel. This metamodel you used to create your
>> application.
>> If this Ecore model is not what you want, then you may transforms that
>> code in the EBNF technical space by using TCS or by defining ATL
>> transformation with query expression.
>>
>> -- Best regards, Milan Milanovic
>>
>> Irina wrote:
>>
>>> Hi all,
>>> i have a task my grafik as text to represent. I have a grafical Editor
>>> with GMF (gef, emf) implemented. Can I do this with ATL?
>>> Thanks in advance.
>>> PS: Sorry for my english.
>>
>
>


--
Freddy Allilaire - ATLAS Group (INRIA & LINA)
http://www.sciences.univ-nantes.fr/lina/atl/contrib/allilair e
Re: [ATL] Re: What can ATL? [message #28931 is a reply to message #27261] Wed, 04 April 2007 07:23 Go to previous messageGo to next message
Irina is currently offline IrinaFriend
Messages: 27
Registered: July 2009
Junior Member
Hi Freddy,
thanks for your help. I have one more question.
I cann't understand, how can I use TCS. I have doawload TCSSample.zip and
TCSInjector.zip
I know, that SampleDSL is an example and what should i do with TCSToolkit?
Must i import TCSToolkit in my project or extract into....???

Please help me!!!!!
Irina

"Freddy Allilaire" <freddy.allilaire@univ-nantes.fr> ???????/???????? ?
???????? ?????????: news:euqvb3$6uh$1@build.eclipse.org...
> Hi Irina,
>
> The following page will give you more details about TCS:
> http://wiki.eclipse.org/index.php/TCS
>
> Regards,
> Freddy.
>
>
> Irina a
Re: [ATL] Re: What can ATL? [message #30564 is a reply to message #28931] Tue, 10 April 2007 13:24 Go to previous message
Eclipse UserFriend
Originally posted by: freddy.allilaire.univ-nantes.fr

Hi Irina,

You should create your metamodel with KM3 notation and create the
textual concrete syntax for your model with TCS notation.

Then, you should adapt the generic scripts contained in the 'TCSSample'
project with you DSL (more details here:
http://wiki.eclipse.org/index.php/TCS/TCS_Toolkit_Tutorial).

Regards,
Freddy.

Irina a écrit :
> Hi Freddy,
> thanks for your help. I have one more question.
> I cann't understand, how can I use TCS. I have doawload TCSSample.zip and
> TCSInjector.zip
> I know, that SampleDSL is an example and what should i do with TCSToolkit?
> Must i import TCSToolkit in my project or extract into....???
>
> Please help me!!!!!
> Irina
>
> "Freddy Allilaire" <freddy.allilaire@univ-nantes.fr> ???????/???????? ?
> ???????? ?????????: news:euqvb3$6uh$1@build.eclipse.org...
>> Hi Irina,
>>
>> The following page will give you more details about TCS:
>> http://wiki.eclipse.org/index.php/TCS
>>
>> Regards,
>> Freddy.
>>
>>
>> Irina a écrit :
>>> Hi Milan,
>>>
>>> can me please explain, where can i find TCS?
>>> Thanks !
>>> Irina
>>> "Milan Milanovic" <milanmilanovich@yahooo.com> ???????/???????? ?
>>> ???????? ?????????:
>>> news:a84a098d78b531875358f4ec208ddabd$1@www.eclipse.org...
>>>> Hi Irina,
>>>>
>>>> as I know when you draw some diagram in GMF-based editor, a Ecore
>>>> file should be exported (saved) which containts a model that conforms
>>>> to your domain metamodel. This metamodel you used to create your
>>>> application.
>>>> If this Ecore model is not what you want, then you may transforms that
>>>> code in the EBNF technical space by using TCS or by defining ATL
>>>> transformation with query expression.
>>>>
>>>> -- Best regards, Milan Milanovic
>>>>
>>>> Irina wrote:
>>>>
>>>>> Hi all,
>>>>> i have a task my grafik as text to represent. I have a grafical Editor
>>>>> with GMF (gef, emf) implemented. Can I do this with ATL?
>>>>> Thanks in advance.
>>>>> PS: Sorry for my english.
>>>
>>
>> --
>> Freddy Allilaire - ATLAS Group (INRIA & LINA)
>> http://www.sciences.univ-nantes.fr/lina/atl/contrib/allilair e
>
>


--
Freddy Allilaire - ATLAS Group (INRIA & LINA)
http://www.sciences.univ-nantes.fr/lina/atl/contrib/allilair e
Previous Topic:[ATL]Package with uri 'BPMN' not found....
Next Topic:Cannot access uml2 stereotype values in ATL
Goto Forum:
  


Current Time: Thu Sep 19 07:41:26 GMT 2024

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

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

Back to the top