I was looking into OMG's Business Process Definition MetaModel (BPDM) and found the meta-model definition as XMI/CMOF(Complete MOF) file (download here).

Now I was looking for any tools that support reading, editing and displaying the MOF file, but I could not find any. I only found out the Eclipse's ECore is somewhat based on Essential MOF (EMOF), but I could not exploit this relationship.

Do you know any tools, libraries, scripts with MOF support that could handle the mentioned file?

link|improve this question

25% accept rate
feedback

2 Answers

At least by using google I find several tools for accessing MOF based files:
Programmer friendly:
http://www2.informatik.hu-berlin.de/sam/meta-tools/aMOF2.0forJava/tool.html
Modeling friendly:
http://www.magicdraw.com/newandnoteworthy/magicdraw/16.0#import_export

link|improve this answer
feedback

Marius already provided a good solution. However, just in case you find it useful, there is a tool by EmPowerTech that can serve the purpose of exploring the UML metamodel. http://www.empowertec.de/products/uml-metamodel-viewer

link|improve this answer
Unfortunately they embedded the UML metamodel into a DLL. So it is not possible to load a different metamodel. – f3lix Jul 27 '11 at 11:33
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.