Hi Sergey,
sorry, my fault. My program does not create the effect I wanted.
Still I have strange effects. I try to copy a UML model by creating
the result objects, and then updating them with the help of resolve.
It turns out that the order in which the elements are updated seems
to be important: If I update all UML::Class objects before I update
the UML::Properties, the properties are no longer contained in the
Class objects, but appear on the toplevel as siblings of UML::Model.
If I do it the other way round they are contained in the Class (I
view the result with the EML model editor).
But probably it's a bug in my copy transformation ...
Thanks for your help,
Kurt