| [news.eclipse.modeling.mdt] Re: UML2 to Java class without any ECore dependencies |
Joël,
Hi all,
I'm trying to generate my Java domain class from my UML2 model. For that purpose I did a class diagram using Eclipse UML2 plugin, I generated its related EMF model and then loaded it into a genmodel, as given here:
http://dev.eclipse.org/newslists/news.eclipse.modeling.mdt.uml2tools/msg00703.html
The problem is that each class are extending EObject, etc. As I understood (I'm new to EMF), EMF seems to be a "model of a model" definition.
On my side, I only want to get my UML diagram as Java class without having any EObject inheritence. Is there a way to simply achieve this ?
Thank you in advance.
Best regards,
Joël