Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » Producing XMI file for Enterprise Architect within Eclipse
Producing XMI file for Enterprise Architect within Eclipse [message #1668632] Thu, 12 March 2015 15:30 Go to next message
Julien Delange is currently offline Julien DelangeFriend
Messages: 82
Registered: October 2011
Member
Dear all,

I am currently trying to bridge a modeling language (AADL) from Eclipse with SysML Enterprise Architect. The objective is to generate SysML models from AADL models. The AADL models are defined in Eclipse and the modeling environment has an EMF metamodel.

Now, I would like to export the AADL model into a SysML model that can be used in EA. The goal there would be to generate an XMI that can be imported into EA. I was wondering what would be the best solution to create an XMI file in Eclipse that can be imported in EA. In particular, is there an API to do it? Also, is there an EMF metamodel of the SysML notation from EA?

Is there any tool/library/API recommended to proceed to interface eclipse and Enterprise Architect and exchange XMI in the most efficient way?
Re: Producing XMI file for Enterprise Architect within Eclipse [message #1668754 is a reply to message #1668632] Thu, 12 March 2015 16:29 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33140
Registered: July 2009
Senior Member
Julien,

You'd really need the model implementations of both AADL (so you can
load instances) and SysML (so you can save created instances); EA should
provide those. Based on those APIs you should be able to create an
SysML instance given an AADL instance and then save it. Must like we
have things like XSDEcoreBuild for mapping XML Schema instances to Ecore
instances.

On 12/03/2015 4:30 PM, Julien Mising name wrote:
> Dear all,
>
> I am currently trying to bridge a modeling language (AADL) from
> Eclipse with SysML Enterprise Architect. The objective is to generate
> SysML models from AADL models. The AADL models are defined in Eclipse
> and the modeling environment has an EMF metamodel.
>
> Now, I would like to export the AADL model into a SysML model that can
> be used in EA. The goal there would be to generate an XMI that can be
> imported into EA. I was wondering what would be the best solution to
> create an XMI file in Eclipse that can be imported in EA. In
> particular, is there an API to do it? Also, is there an EMF metamodel
> of the SysML notation from EA?
>
> Is there any tool/library/API recommended to proceed to interface
> eclipse and Enterprise Architect and exchange XMI in the most
> efficient way?


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:[EEF] How to display a View with an element editor ?
Next Topic:EObject Change Observer threw an exception
Goto Forum:
  


Current Time: Thu Apr 25 12:04:30 GMT 2024

Powered by FUDForum. Page generated in 0.03667 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top