Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » M2M (model-to-model transformation) » Multiple models with a common set of references
Multiple models with a common set of references [message #107904] Mon, 06 July 2009 12:57
Tee Bee is currently offline Tee BeeFriend
Messages: 18
Registered: July 2009
Junior Member
Hi, an interesting problem has emerged. I have three input models
conforming to the following ecore metamodels, MMA, MMB and MMC: MMA
consists of two concepts: X and A where X has a containment reference to A
and an int attribute AA. MMB consists of concepts X and B where X contains
a reference to B and an int attribute BB. MMC has the concepts X and C,
where X is composed of C. In addition, X has an int attribute named CC.
The output metamodel MMO has the concepts X, A, B and C, where X is
composed of A, B and C. The question is; is it possible to transform input
models conforming to the metamodels MMA, MMB and MMC with objects (x a, aa
: 3), (x b, bb : 4) and (x c, cc : 5) in such a way that the output model
conforming to MMO yields entities x, a, b, c, where x is composed of a, b
and c and contains the attributes aa, bb and cc with values 3, 4 and 5
using ATL? You probably need to evaluate input models somehow. Anyone who
can illustrate this with some ATL rules? :)
Previous Topic:[ATL] Model with several metamodels
Next Topic:[ATL] Link transformed objects with existing objects
Goto Forum:
  


Current Time: Fri Mar 29 10:14:15 GMT 2024

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

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

Back to the top