Package | Description |
---|---|
org.andromda.core.configuration |
Contains the classes and other resources that provide the configuration
of AndroMDA.
|
org.andromda.core.engine |
Contains the classes that tie the components together and
provide the engine of the framework.
|
Modifier and Type | Method and Description |
---|---|
Repository[] |
Configuration.getRepositories()
Gets the repository instances belonging to this configuration.
|
Repository |
Model.getRepository()
Gets the repository to which this model belongs.
|
Modifier and Type | Method and Description |
---|---|
void |
Configuration.addRepository(Repository repository)
Adds the repository to this configuration.
|
(package private) void |
Model.setRepository(Repository repository)
Sets the repository to which this model belongs.
|
Modifier and Type | Method and Description |
---|---|
(package private) List<ModelValidationMessage> |
ModelProcessor.loadIfNecessary(Repository[] repositories)
Checks to see if any of the repositories contain models
that need to be reloaded, and if so, re-loads them.
|
Copyright © 2003–2014 AndroMDA.org. All rights reserved.