Documentation for python XMIparser API not found

404 Views Asked by At

I need to convert a xmi file from a UML model createed with Papyrus into python class and objects. I found xmiparser api, but I didn´t found any documentation or tutorial to use it. Is this API deprecated?

It has some useful methods like xmiparser.getElementByTagName() but I don´t know how to use the API to import the xmi file for example.

I tried to use PyXMI but it didn´t work like I expected.

0

There are 0 best solutions below