- getAllActivations() - Static method in class com.adocus.mma.api.ActivationUtilities
-
Retrieves a set of all items that are root items of all current activations.
- getAllMetaModels() - Method in interface com.adocus.mma.api.IMetamodelProvider
-
This method should provides references to all metamodels managed by this class
- getMetaModel(EModelElement) - Method in interface com.adocus.mma.api.IMetamodelProvider
-
This method should return a reference to the metamodel that should be associated with the provided model element
if the metamodel is stored in the workspace, the reference should be on the format platform:/resource/<eclipse project>/<path within project>/<model file name>
if the metamodel is stored in a plugin, the reference should be the name under which the metamodel is registered
- getNoOfErrors(EModelElement) - Static method in class com.adocus.mma.api.ActivationUtilities
-
Retrieves the number of errors that have been identified for the provided item.
- getNoOfWarnings(EModelElement) - Static method in class com.adocus.mma.api.ActivationUtilities
-
Retrieves the number of warnings that have been identified for the provided item.
- getUmlMetaClass(EModelElement) - Static method in class com.adocus.mma.api.ActivationUtilities
-
Retrieves the UML Class that represents the current metaclass for the provided item .
- getUmlMetaModel(EModelElement) - Static method in class com.adocus.mma.api.ActivationUtilities
-
Retrieves the metamodel for which this item is currently activated.