[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.mdt.uml2] Preserving uuid to xmi:id mapping converting uml2 to eCore

Hi,

I'm building an EMF based Eclipse application and I am currently using the existing UML to EMF converter from the ide.

How can I preserve the uuids in the original uml file forcing them to be the xmi:id of the generated EClasses, and EStructuralFeatures?

My UML tool assures to preserve the same uuid for the same element (even if it is, let's say, moved to another package) across different exports, so using uuids it is possible to perform more accurated comparisons of generated eCore models that, i.e., do not exange a moving operation for two unrelated operations (delete of the existing element and creation of a new one).

Thank for any help