Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » M2M (model-to-model transformation) » [ATL] model numbers
[ATL] model numbers [message #28177] Tue, 03 April 2007 12:48 Go to next message
Eclipse UserFriend
Originally posted by: not.provided.info

ATL can work with many-to-many models, can't it? or only many-to-one?
Re: [ATL] model numbers [message #28215 is a reply to message #28177] Tue, 03 April 2007 15:23 Go to previous messageGo to next message
Frédéric Jouault is currently offline Frédéric JouaultFriend
Messages: 572
Registered: July 2009
Senior Member
Hello,

> ATL can work with many-to-many models, can't it? or only many-to-one?

ATL does support many-to-many models.

However, if you have several target models conforming to the same
metamodel, you have to give different names to each usage of this
metamodel. This is because ATL uses target metamodel names to know in
which model to create elements.

For instance:

create OUT1 : MMb1, OUT2 : MMb2 from IN : MMa;

with MMb1 and MMb2 bound to the same metamodel (e.g., MMb.ecore) in the
launch config.


Best regards,

Frédéric Jouault
Re: [ATL] model numbers [message #28405 is a reply to message #28215] Tue, 03 April 2007 17:10 Go to previous message
Eclipse UserFriend
Originally posted by: not.provided.info

thanks, Frederic ;)
Previous Topic:[ATL] TCS Injection problem in standalone Java application
Next Topic:[ATL] UML and attributes
Goto Forum:
  


Current Time: Tue Mar 19 02:38:36 GMT 2024

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

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

Back to the top