Book a Demo

Author Topic: export to EMF ecore and openarchitectureware  (Read 13017 times)

paphko

  • EA Novice
  • *
  • Posts: 15
  • Karma: +0/-0
    • View Profile
Re: export to EMF ecore and openarchitectureware
« Reply #15 on: June 18, 2007, 03:02:00 am »
At the moment, I am writing an adapter to access an EA-model with EMF. It does not support all elements (e.g. diagrams are not included yet), but it works fine with Packages, Elements, Attributes, Methods, Parameter, TaggedValues and Connectors.
Both directions (read and write) are possible.

It is not yet possible to save the model as an XMI-file in EMF but all changes are directly applied to the EA model.

I use the Java API shipped with EA v6.5.

If someone is interested in this adapter and if I find some time, I can create some kind of release for it...
« Last Edit: June 18, 2007, 05:00:32 am by paphko »

gwieser

  • EA User
  • **
  • Posts: 22
  • Karma: +0/-0
    • View Profile
Re: export to EMF ecore and openarchitectureware
« Reply #16 on: June 19, 2007, 11:06:17 pm »
just to mention: we use a tool called EA exporter (http://uml2ea.blogspot.com/) that exports EA packages into UML2. we find it very useful, as it supports some more complex features like stereotypes etc.