Ueli Brawand - 2011-04-13

Hi David
The basic architecture of the exporter consists of an easier to use interface for model elements of EA (ea_com_interface). Based on this interface you can write your own export utility.

If I understand correctly, you like to have an extension mechanism for replacing current export implementation of an element with a specific one. Let's say: for each class with stereotype <<MyStereo>> I want to create a special element in UML or in Ecore.
Or
The current export functionality has to be extended with extra code by injecting additional exportation code after the element is transformed.

Both are possible. Make a prototype of it and send it to me for discussion.

Regards,
Ueli