Skip to content

The XMI Handler provides a set of APIs to read from and write into XMI files. The XMI Handler parses a given XMI file and represent the model in Java objects. The APIs work with both ArgoUML and Enterprise Architect created XMI models.

License

IAAA-Lab/xmihandler

 
 

Repository files navigation

Welcome to the XMI Handler Project!

The XMI Handler provides a set of API to read from and write into XMI files. XML Metadata Interchange (XMI) is an interchange format for UML models. The XMI Handler parses a given XMI file and represent the model in Java objects. The APIs work with both ArgoUML and Enterprise Architect created XMI models.

A UML Class Diagram is the only kind of UML model that the XMI Handler currently supports. It supports class diagrams representing the static items that exist in a system, their structure, their operations, thier tag values and their relationships. Class diagrams are usually used to depict the logical (e.g. logical model) and physical (e.g. data model) design of the system.

The XMI Handler is a open source project and is written in Java.

The XMI Handler is distributed under the BSD 3-Clause License. Please see the NOTICE and LICENSE files for details.

You will find more details about XMI Handler in the following links:

Please join us in further developing and improving XMI Handler.

About

The XMI Handler provides a set of APIs to read from and write into XMI files. The XMI Handler parses a given XMI file and represent the model in Java objects. The APIs work with both ArgoUML and Enterprise Architect created XMI models.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%