Here is what I do using eclipse :
- Create a new Papyrus project
- Create a class diagram in Papyrus
- Create a new EMF empty project
- Use the EMF Generator Model to convert my .uml file (created with Papyrus) into an .ecore file
Now i would like to do that in Java. I found a post here where someone is doing it from XSD. I would like to do the same thing but from UML. User565300 is using something called Xsd2Ecore but I couldn't find a Uml2Ecore. Do you guys know what eclipse is using to convert UML file ?