Interface | Description |
---|---|
IMetamodelProvider |
Interface that should be implemented by classes that extends the extension point
com.adocus.mma.metamodel.provider
By using that extension point there will be no need for dependency relationships between a model and its metamodel. |
IReactCommand |
This interface should be implemented by user-defined model modification commands that shouldn't result in any automatic
(re)validation by MetaModelAgent.
|
Class | Description |
---|---|
ActivationUtilities |
Provides public utility methods that can be used by user-defined plugins to retrieve information about activated models.
|
BatchActivation | Deprecated |
HeadlessValidation |
Main class for headless activation of MetaModelAgent.
|
NonUiValidation |
Class with methods for silent validation of a model without affecting the UI.
|
UiActivation |
Class with static methods for activating a model programmatically.
|
This package represents MetaModelAgent´s public API.
The package provides several classes with static methods that among others, makes it possible to activate MetaModelAgent programmatically and access the validation result from your own plugin.