Tagged Questions

1
vote
2answers
166 views

Eclipse Modelling Framework (EMF): How to get the DomainModel from a Magicdraw UML2 Export

Hi, I want to use the EMF for Code Generation, so I wrote some methods to load my UML2 File which I generated myself. This works fine with the following code: protected void regi …
1
vote
3answers
353 views

How to convert from UML 1.3 - XMI 1.1 to UML 2.1 XMI

I am trying to convert UML 1.3 - XMI 1.1 file exported from PowerDesigner to UML 2.1 XMI Interchange Model from Rational Software Architect.
1
vote
2answers
143 views

Extracting data from Enterprise Architect model

I'm trying to programmatically extract information from an Enterprise Architect model (saved in an XMI file) - I need it to generate some reports, but I don't want to go so far as …
0
votes
0answers
49 views

xmi metadata interchange/uml

One of the purposes for XMI (XML Metadata Interchange) is to allow and easy interchange of metadata between UML modeling tools and MOF- based metadata repositories in distributed h …