New to this field, how to start [message #665676] |
Fri, 15 April 2011 09:00  |
Eclipse User |
|
|
|
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 #665746 is a reply to message #665676] |
Fri, 15 April 2011 12:40   |
Eclipse User |
|
|
|
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 #665785 is a reply to message #665778] |
Fri, 15 April 2011 17:40  |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.20760 seconds