|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Metamodel | |
|---|---|
| com.sodius.mdw.core.eval.project | Provides a description of the contents of a project : templates, rules and scripts. |
| com.sodius.mdw.core.model | Contains the model framework to manage model, metamodel and related model elements. |
| com.sodius.mdw.core.model.emf | Contains interfaces that act as a bridge between MDWorkbench model framework and EMF. |
| com.sodius.mdw.core.model.io | Contains the model i/o framework, which enables to load and save models. |
| Uses of Metamodel in com.sodius.mdw.core.eval.project |
|---|
| Methods in com.sodius.mdw.core.eval.project that return Metamodel | |
|---|---|
Metamodel |
Type.getMetamodel()
The metamodel from which this type originates. |
Metamodel |
ModelParameter.getMetamodel()
Returns the related metamodel. |
| Uses of Metamodel in com.sodius.mdw.core.model |
|---|
| Methods in com.sodius.mdw.core.model that return Metamodel | |
|---|---|
Metamodel |
MDWObject.eMetamodel()
Returns the metamodel to which this object is related. |
Metamodel |
MetamodelExtension.getBaseMetamodel()
Returns the metamodel extended by this extension. |
Metamodel |
Model.getMetamodel()
Returns the metamodel this model is based on. |
Metamodel |
ExtendedClass.getMetamodel()
Returns the metamodel this type is defined in. |
Metamodel |
MetamodelManager.getMetamodel(String uniqueID)
Returns the metamodel which matches the specified ID. |
| Methods in com.sodius.mdw.core.model that return types with arguments of type Metamodel | |
|---|---|
Collection<Metamodel> |
MetamodelManager.getMetamodels()
Returns the metamodels available in the environment. |
| Methods in com.sodius.mdw.core.model with parameters of type Metamodel | |
|---|---|
boolean |
Metamodel.isAssignableFrom(Metamodel metamodel)
Determines if the metamodel represented by this Metamodel object
is the same as the specified Metamodel parameter,
and if the applied metamodel extensions are the same or a subset of the ones applied on the Metamodel parameter. |
| Uses of Metamodel in com.sodius.mdw.core.model.emf |
|---|
| Subinterfaces of Metamodel in com.sodius.mdw.core.model.emf | |
|---|---|
interface |
EMFMetamodel
EMF based metamodel. |
| Uses of Metamodel in com.sodius.mdw.core.model.io |
|---|
| Methods in com.sodius.mdw.core.model.io that return Metamodel | |
|---|---|
Metamodel |
ConnectorDescriptor.getMetamodel()
Returns the metamodel to which this connector is registered. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||