Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » ATL » Similarity Flooding ATL(Using the similarity flooding on atl)
icon5.gif  Similarity Flooding ATL [message #1103612] Sat, 07 September 2013 02:35 Go to next message
Gabriel P is currently offline Gabriel PFriend
Messages: 3
Registered: September 2013
Junior Member
Hi Fellows,

I am trying execute the SF on ATL but it doesn´t work because I can´t set up the ATL´s "run configuration". I would like help, please.

I set up the run configurations of the ATL in this way:

AMW: mmw_core_match.ecore

MOF: Book.ecore // what I link here?

IN: propagation_out.ecore

LEFT: publication.xmi

RIGHT: Book.xmi

OUT: sf_out.xmi

and show this error message, on run:
Error loading platform:/publication.xmi: org.eclipse.emf.ecore.xmi.PackageNotFoundException: Package with uri 'publication' not found. (platform:/publication.xmi, 6, 43)


Where am I making mistakes? What I link in "MOF"? How I set up the "Run Configuration" on ATL?



Thank you very much,

Gabriel
Re: Similarity Flooding ATL [message #1106073 is a reply to message #1103612] Tue, 10 September 2013 16:52 Go to previous message
Kelly  arcés is currently offline Kelly arcésFriend
Messages: 22
Registered: July 2009
Junior Member
Gabriel,

According with the header below

create OUT : AMW from IN: AMW, left : MOF, right : MOF;

The Similarity Flooding transformation[1] needs the following inputs/outputs:

IN : an empty AMW model
left : a metamodel such as Book.ecore
right : another metamodel, for example, BookV2.ecore
OUT : an AMW model

Book and BookV2 conform to MOF, i.e., they are metamodels but not models.

[1] http://www.eclipse.org/gmt/amw/examples/

Regards.
Previous Topic:Slightly offtopic: graphical representation of XMI model
Next Topic:how to use primitiveTypes, OclAny, OclVoid
Goto Forum:
  


Current Time: Tue Apr 16 20:17:58 GMT 2024

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

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

Back to the top