Book a Demo

Author Topic: generate EMF compliant XMI?  (Read 2883 times)

SML1

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
generate EMF compliant XMI?
« on: November 16, 2011, 07:47:31 am »
Is it possible to generate EMF compliant XMI from EA? If so, in which version of EA? How?

stao

  • EA User
  • **
  • Posts: 137
  • Karma: +0/-0
    • View Profile
Re: generate EMF compliant XMI?
« Reply #1 on: November 16, 2011, 12:42:41 pm »
if youre interested:

http://community.sparxsystems.com/tutorials/software-development/introduction-metamodelling-and-graph-transformations-emoflon

or

http://www.moflon.org/emoflon/
eMoflon:
we developed an EA Addin which supports Ecore Metamodeling.
A very interesting part is the optional use of the modeling language "SDM" (Story Driven Modeling) which is used to model the behaviour of methods inside of EA. The ecore model and the SDMs are exported (custom addin export) to an EMF conform .ecore file. The SDMs are added to methods as EAnnotations.
The other part of eMoflon is an Eclipse Plugin which genereates Code out of the ecore file.
I highly recommend to work through our Tutorial. It seems fairly big but you will (hopefully) notify that its really worth the time.