|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ModelValidationMessage | |
|---|---|
| org.andromda.core | The entry point to the framework, this package contains the generic ModelProcessor and its supporting classes which provide the ability to generate source code, and other artifacts, from MOF object models. |
| org.andromda.core.engine | Contains the classes that tie the components together and provide the engine of the framework. |
| Uses of ModelValidationMessage in org.andromda.core |
|---|
| Methods in org.andromda.core that return ModelValidationMessage | |
|---|---|
ModelValidationMessage[] |
AndroMDA.run(Configuration configuration)
Runs AndroMDA with the given configuration. |
| Uses of ModelValidationMessage in org.andromda.core.engine |
|---|
| Methods in org.andromda.core.engine that return ModelValidationMessage | |
|---|---|
ModelValidationMessage[] |
Engine.loadModelsIfNecessary(Configuration configuration)
Checks to see if any of the models in the given configuration should be loaded (based on whether or not they've been modified), and if so, performs the load. |
ModelValidationMessage[] |
ModelProcessor.process(Configuration configuration)
Re-configures this model processor from the given configuration
instance (if different from that of the one passed in during the call to
ModelProcessor.initialize(Configuration)), and runs the model processor. |
ModelValidationMessage[] |
Engine.run(Configuration configuration)
Runs Engine with the given configuration. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||