lutaml / lutaml-uml

UML module for LutaML
2 stars 2 forks source link

Parsing canonical XMI for UML models #62

Closed ronaldtse closed 2 years ago

ronaldtse commented 3 years ago

This issue is to parse XMI in a way similar to Expressir -- to allow LutaML to read in XMI and make the UML model tree available for navigation.

The intention is to allow people to use Enterprise Architect to create *.{eap,eapx} files, and then export to XMI 2.4.2 or 2.5.1, and then LutaML can directly parse the XMIs.

We have prepared the Metanorma Requirements Model in different formats for this task:

w00lf commented 2 years ago

This one was implemented as a new gem - lutaml/lutaml-xmi, @ronaldtse can we close this one?

ronaldtse commented 2 years ago

Agree. Thanks!