MOF2 / EXPRESS Integration and Coexistence (MEXICO)
MEXICO is a project of an ad hoc group of individuals involved with the
OMG's Manufacturing Technology & Industrial Systems Task Force
(ManTIS)
and ISO/STEP EXPRESS. The MEXICO project's goal is to define methods and
standards for the harmonization of the EXPRESS and OMG UML modeling languages.
This site provides the EXPRESS Injector,
a tool that maps
EXPRESS schemas (ISO 10303 Part 11 form) to the EXPRESS meta-model,
producing XMI.
References
- Version 060321 of the EXPRESS meta-model (the version implement by the EXPRESS Injector)
can be found here.
- Class diagrams (.ppt) for the earlier 060301 model are
here.
Injector Changelog
- 2007-10-01: Fixed parsing problem where attributes were sometime not found in subtypes.
- 2006-10-27: New pretty printing of XMI output
- 2006-07-17: Algorithm.formal-parameters is now a Parameter, not a Parameter.Id
- 2006-07-11: Output is closer to XMI 1.2 compliance
- 2006-07-07: Upgraded to Metamodel dated 2006-06-15
- 2006-05-05: Use 'xmi:' not 'xmi.' for namespace prefix of id and idref attributes
- 2006-05-05: Don't pretty print (indent) XMI if input EXPRESS file > 100KB
- 2006-05-05: Code improvements to reduce execution time by a factor of 3