Is there an API that can give us the possibility to generate graphical representations from a given XMI file (which is an instantiation of an Ecore file (meta-model))?

link|improve this question

12% accept rate
feedback

1 Answer

If you're using Eclipse, you can right-click, Open With->Sample Reflective Ecore Model Editor. If it's an instance model of an ecore, it should work.

link|improve this answer
Thanks for answerin , its actualy working fine for me with this way but i was asking how to do the same action but programmatically !. – Bouanani Meher Nov 2 '11 at 14:56
For that you would need to have a graphical editor for the particular metamodel. Take a look at GMF – plagal Nov 12 '11 at 6:59
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.