Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » M2M (model-to-model transformation) » [ATL] using weaving models with ATL 3.1.0
[ATL] using weaving models with ATL 3.1.0 [message #546127] Sun, 11 July 2010 13:01 Go to next message
Eclipse UserFriend
Originally posted by: ivanomalavolta.gmail.com

Hi all,
I am developing an Eclipse-based framework based on
ATL, AMW, AM3 (for megamodelling) and UML and I would like to use
all the latest versions of the above mentioned plugins.

I managed to have all the plugins working together by using the AML
bundle and updating it with the UML and AM3 plugins, the only
issue is that I cannot use the AMW model handler with ATL 3.1.0

Do you know if someone refactored the AMW model handler in order to let
it work with the 3.1.0 version of ATL?
Or else, do you know if ATL 3.1.0 provides some new functionality
(e.g., accessing the xmiIDs of models in write mode, getting the path of
a model, someting equivalent to the getReferredElement() method, and so
on) that allows me to do not use the AMW model handler at all?

Thanks and best regards,
Ivano
Re: [ATL] using weaving models with ATL 3.1.0 [message #546211 is a reply to message #546127] Mon, 12 July 2010 07:57 Go to previous message
Sylvain EVEILLARD is currently offline Sylvain EVEILLARDFriend
Messages: 556
Registered: July 2009
Senior Member
For the path, in EMF-VM, you can use .eResource().toString() on any element and then split the string to get the uri of the model.

You can also code the AMW handler operations as ATL helpers.
Previous Topic:[ATL] Some general questions
Next Topic:[ATL] check attributes from other classes
Goto Forum:
  


Current Time: Fri Apr 26 05:09:00 GMT 2024

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

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

Back to the top