Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » M2M (model-to-model transformation) » New to this field, how to start(how to start using this plug-in )
New to this field, how to start [message #665676] Fri, 15 April 2011 13:00 Go to next message
Salman  is currently offline Salman Friend
Messages: 6
Registered: September 2010
Junior Member
Hi guys
I want to write a transformation tool to transform an emf model to an emof model, can any one guide me how to write the required codes? I keep getting these error messages.
thanks
Re: New to this field, how to start [message #665732 is a reply to message #665676] Fri, 15 April 2011 16:06 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33137
Registered: July 2009
Senior Member
Salman,

What does EMF -> EMOF mean? What you tried?


Salman wrote:
> Hi guys
> I want to write a transformation tool to transform an emf model to an
> emof model, can any one guide me how to write the required codes? I
> keep getting these error messages.
> thanks


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: New to this field, how to start [message #665746 is a reply to message #665676] Fri, 15 April 2011 16:40 Go to previous messageGo to next message
Ed Willink is currently offline Ed WillinkFriend
Messages: 7655
Registered: July 2009
Senior Member
Hi Salman

EMF already provides EMOF support..

Interactively, in the Sample Ecore Editor do SaveAs... something.emof.

Programmatically, load your Ecore Resource, then set its URI to
something.emof and save; remembering to register the EMOFResourceFactory
for the *.emof extension in the ResourceSet package registry.

If you really want to write a transformation you need to choose a
language: Java, ATL, Epsilon, QVTo, Viatra, Xtend are all possible.

Regards

Ed Willink




On 15/04/2011 14:00, Salman wrote:
> Hi guys
> I want to write a transformation tool to transform an emf model to an
> emof model, can any one guide me how to write the required codes? I
> keep getting these error messages.
> thanks
Re: New to this field, how to start [message #665778 is a reply to message #665746] Fri, 15 April 2011 20:58 Go to previous messageGo to next message
Salman  is currently offline Salman Friend
Messages: 6
Registered: September 2010
Junior Member
Thanks Edward
actually I want to write a new transformation using QVTo, but I dont know how to use it, I mean Even at the beginning when I want to declare the meta-models I keep getting errors do you know any tutorial or help document for a beginner like me Wink
thanks
Re: New to this field, how to start [message #665785 is a reply to message #665778] Fri, 15 April 2011 21:40 Go to previous message
Ed Willink is currently offline Ed WillinkFriend
Messages: 7655
Registered: July 2009
Senior Member
Hi

New->Example will give you a working UML to RDBMS that demonstrates a
variety of concepts. I'm not sure that there is anything else.

Regards

Ed Willink


On 15/04/2011 21:58, Salman wrote:
> Thanks Edward
> actually I want to write a new transformation using QVTo, but I dont
> know how to use it, I mean Even at the beginning when I want to
> declare the meta-models I keep getting errors do you know any tutorial
> or help document for a beginner like me ;) thanks
Previous Topic:[ATL] Passing parameters from XML in Query
Next Topic:OclType and oclAsType issues
Goto Forum:
  


Current Time: Fri Apr 19 10:51:27 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