Having 2 models based on the same metamodel. I could use EMF Compare to receive a Diff Model. In my case, one model is the old version of the new one.
a) How do I receive a change model, describing the changes from the old to the new one?
b) If this isn't an instance of the default EMF Change Model, is it possible to create a Command executing these changes on the the old model?
I don't want to replace the EObject elements for various reasons. Using EMF Compare is not mandatory.