XMI generator

As it is signified by its name, the XMI generator generates the definition of the project using XMI. To be compatible with existing tools, the used format is xml 1.0, xmi 1.2 for UML 1.4.

This plug-out must applied on the project itself, it ask you to specify where the xmi file must be generated and if you want to produce the UML, C++ or Java definitions :

Currently only the UML definition of the packages, views (generated as package or not generated depending on the toggle above), classes, attributes, relations, operations, use cases, components (without UML2.0 features) and nodes are saved in the produced file. Classes defined under a use case or a use case view are generated as actor, their operations, attributes and relations are not generated except dependencies and generalizations.

Previous : State machine generator

Next : Html documentation generator