Tagged Questions

0
votes
1answer
32 views

What Query/Path-Language is used for References in Ecore-derived XMI-Instances?

Assume that I have an Ecore-model containing a package and some classes that make reference to each other. If i create a "Dynamic Instance", Eclipse produces an XMI-file and I can …
0
votes
1answer
65 views

EMF ecore and xsd out of sync, how to resolve ?

Hi there, My application is using a model base on an xsd that have been converted to an ecore before generation of the java classes. One of my team member modified the .ecore meta …
0
votes
2answers
201 views

How to create Genmodel and model code from ecore programmatically using EMF API?

Hello, are there any tutorials available for doing so?
0
votes
1answer
41 views

How to generate only one editor for more models in EMF ?

I have more EMF genmodels. It is pretty lame to create new editor for each model. After generation (right click - generateAll) old editor is always overridden.
1
vote
2answers
508 views

How to convert xsd to ecore (EMF)

What is the best way to convert .xsd-files into .ecore-files? Is there an eclipse plugin for that?