Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » ATL » Merging multiple Instance Models(How do you specify multiple instance models as input in ATL)
Merging multiple Instance Models [message #875215] Tue, 22 May 2012 10:35 Go to next message
Joel Joel is currently offline Joel JoelFriend
Messages: 2
Registered: May 2012
Junior Member
I have multiple instance models (XMI files) I want to merge them under one metamodel. (Source and target metamodel is the same). Is there a way I could specify multiple instance models as input in ATL?
Re: Merging multiple Instance Models [message #1835333 is a reply to message #875215] Mon, 30 November 2020 21:21 Go to previous messageGo to next message
Burak Karaduman is currently offline Burak KaradumanFriend
Messages: 84
Registered: July 2018
Member
any results?
Re: Merging multiple Instance Models [message #1835342 is a reply to message #1835333] Tue, 01 December 2020 08:19 Go to previous messageGo to next message
Dennis Wagelaar is currently offline Dennis WagelaarFriend
Messages: 589
Registered: September 2012
Location: Belgium
Senior Member

You can do any of the following:
create OUT1 : MM1 from IN1 : MM1, IN2 : MM2;

create OUT1 : MM1, OUT2 : MM2 from IN1 : MM1;

create OUT1 : MM1, OUT2 : MM2, OUT3 : MM3, OUT4 : MM4 from IN5 : MM5, IN6 : MM6, IN7 : MM1, IN893 : MM3;

create OUT1 : MM1, OUT2 : MM2 refining IN1 : MM1;

create OUT1 : MM1, OUT2 : MM2, OUT3 : MM3 refining IN1 : MM1, IN2 : MM2, IN893 : MM893;


Cheers,
Dennis
Re: Merging multiple Instance Models [message #1835514 is a reply to message #1835342] Sat, 05 December 2020 12:11 Go to previous message
Burak Karaduman is currently offline Burak KaradumanFriend
Messages: 84
Registered: July 2018
Member
Thank you so much!
Previous Topic:Multiple Metamodel ATL transformation to Single File
Next Topic:Using paths in a "uses" statement
Goto Forum:
  


Current Time: Fri Apr 26 18:34:57 GMT 2024

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

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

Back to the top