Greetings,
working with Eclipse EMF, i am trying to convert a uml2-model (i.e. defined as xmi) with applied profiles to ecore to be able to manipulate the code generation. Anyone has an idea on how this could be done nicely?
As it is not possible out of the box I would figure that I would need to find a way to manipulate the way the xmi gets tranformed to ecore to represent the stereotypes in some 'ecore'-way, so that I can read them in my JET-Template...
Thanks a lot for pointing me in the right direction!
PS: This post is very related to what I want to achieve How to generate 'java code with annotations' from emf model