Reputation: 107
I have the Enterprise architect tool.Using that tool i can export the class diagram as ecore file and use in my eclipse work-space.But if i try to import the same ecore in Enterprise architect tool it supports importing of only xml and xmi files. So is there any plugins in eclipse to support for converting the ecore model to xmi or xml which is valid for the Enterprise architect tool or is there any way to import the ecore file to Enterprise architect tool.
Thanks in advance
Upvotes: 0
Views: 676
Reputation: 10514
EA can't read Ecore, but it can read .emx / .uml2. So if you can export your model in .uml2 format from Eclipse, EA can read that.
Upvotes: 1