mdr |
Initializes the MetaData Repository to work in. |
mdr.build.api |
Creates the JMI API packages for a metamodel, creates corresponding JARs, generates JAVADOC and zips it.
Use it to establish new metamodels like UML 1.3, UML 1.4, CWM,... |
mdr.delete |
Destroy the named extent |
mdr.instantiate |
Creates a new MOF extent in the MetaData Repository or instantiates a metamodel package, this way creating
a repository for models that are instances of its. When the extent and package names are empty, a MOF extent
will be created, otherwise both must be not empty in order to create a model repository. |
mdr.map.java |
Creates metamodel API (JMI mapping) as of source files. |
mdr.print.extent.names |
Simply prints the names of all extents in the repository |
mdr.read.xmi |
Reads a metamodel in into a MOF extent or reads a model into a model repository.
Both metamodel and model should be in XMI format. |
mdr.write.xmi |
Exports the contents of an extent as a metamodel or exports the contents of a model repository as a model.
Both exports are in XMI 1.2 format. |