0

I have .ecore metamodel. How can I automatically generate class diagram from it?

any
  • 325
  • 5
  • 17

2 Answers2

0

EcoreTools2 is the standard diagram editor for Ecore models in Eclipse. They have a documentation article explaining how to create a diagram from an existing Ecore file.

Tanya
  • 666
  • 5
  • 11
  • Thank you. if I have multiple package or I have two .ecore file which links together, How can I have those in one diagram? – any Feb 11 '17 at 20:19
0

Create a EMF project using your .ecore, then when you open the project, there will be a .aird , click right on it , and click on initialize class diagram ..

sali333
  • 125
  • 4
  • 15