|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides access to a metamodel and a model instance. These model information
are used to describe the type and instance level of OCL constraints.
The MOF-Bridge uses JMI interfaces to extract type information from the
metamodel as well as information about concrete instances for the framework's
context checker and the evaluator respectively.
Technically this interface abstracts the MOF-Bridge from a specific MOF
Repository which implements among other things MOF compliant metamodels
and related model instance information in terms of JMI - the Java Mapping
for MOF.
Method Summary | |
javax.jmi.model.ModelPackage |
getMetamodel()
Provides access to the metamodel. |
javax.jmi.reflect.RefPackage |
getModel()
Returns the extent of a model instance. |
Method Detail |
public javax.jmi.model.ModelPackage getMetamodel()
ModelPackage
please refer to the documentation of JMI and your MOF Repository.
public javax.jmi.reflect.RefPackage getModel()
getMetamodel()
.
Note that thus this model instance must be included in the metamodel
according to the MOF standard. For information regarding the interface
RefPackage
and model extents please refer to the
documentation of JMI, MOF and your MOF Repository.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |