Community
Participate
Working Groups
The UUIDs of model elements are stored with the resources in EMF. However, Edapt preserves the UUIDs during migration as part of the model elements. It needs to be ensured that the UUIDs have to be read from the correct resources of the model elements before migration and written to the correct ones after migration. Especially, this has to work in case of cross resource containment.
Now, EObject.eResource is used to get and set the UUID to ensure that the UUIDs are stored in the correct resource.