Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » M2M (model-to-model transformation) » How to extract the result of ATL into Xtext(How to extract the result of ATL into Xtext)
How to extract the result of ATL into Xtext [message #639583] Wed, 17 November 2010 02:57
No real name is currently offline No real nameFriend
Messages: 1
Registered: November 2010
Junior Member
I'm working on ATL with Xtext.
What I'm trying to do is to write the target model of ATL transformation in the form of grammar defined in Xtext.

I found the discussion on how to put the xtext model into ATL framework on the input side using EMFInjector.inject(model, resource).

However, I cannot do the same thing on the output side because I cannot find the corresponding method in EMFExtractor.
There is no method EMFExtractor.extract(model, resource)
There are the methods with the same name. However, they don't allow resource as the input parameter. I cannot associate XtextResource with the output EMFModel.

Is there good way to make this?

Thank you.

[Updated on: Wed, 17 November 2010 02:57]

Report message to a moderator

Previous Topic:generate xmi code
Next Topic:[ATL] execution of ATL transformations on XML files
Goto Forum:
  


Current Time: Thu Apr 25 13:44:01 GMT 2024

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

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

Back to the top