aphex
aphex

Reputation: 3412

How to export Xcore to Ecore?

Defining metamodels with Xcore is a lot easier than with EMF and Ecore. The problem is that I need the metamodels as Ecore files. Is it possible to export Xcore model to Ecore model? I don't see any export options in Eclipse.

Upvotes: 4

Views: 1418

Answers (1)

Max Hohenegger
Max Hohenegger

Reputation: 1639

The official Wiki describes how to export an Xcore model to a GenModel. It looks like the same can be done with the Ecore Model. Especially because the author mentions:

[...] Xcore resource does physically contain a GenModel and an Ecore model [...]

Upvotes: 5

Related Questions