Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Are there any “real” example EMF models in Eclipse?

Eclipse EMF models
0
Posted

Are there any “real” example EMF models in Eclipse?

0

Well, for starters, EMF itself contains two interesting models. The Ecore model serves as the meta-model for any EMF model you create — it is the model that describes the structure of your models. The Genmodel controls generation of an EMF model. In fact, the generator UI that is used in the tutorial is the EMF.Edit editor for the Genmodel, which explains why it looks so much like the library editor in the tutorial. If you want to explore Ecore and Genmodel further, you’ll find their Rose models and Java code in the EMF source package available on our download page. Of course, the code produced by the EMF generator is meant to be a starting place, so you’ll see that much functionality has been manually added to both of these models. But, it’s quite easy to see the same sort of generated patterns that appear in the simple library example. Ecore is in the org.eclipse.emf.ecore plugin, the Genmodel is in org.eclipse.emf.codegen.ecore, and its editor UI is in org.eclipse.emf.codegen.ecore

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123