is there a way to reuse EMF-Ecore model components in another Ecore model?
Asked
Active
Viewed 89 times
2 Answers
1
Yes, you can import one ECore model into another ECore model.
How to do this depends on the editor you use. For XCore you simply import the fully qualified name of the ECore class.

Tonny Madsen
- 12,628
- 4
- 31
- 70
0
Another way of reuse is creating virtual view models from one or many input models. Just check EMF Views project for that.

Vladimir Vaschenko
- 508
- 3
- 19