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.
|
org.andromda.core.repository |
Defines the AndroMDA repository.
|
Modifier and Type | Method and Description |
---|---|
Model[] |
Repository.getModels()
Gets the model instances belonging to this repository.
|
Modifier and Type | Method and Description |
---|---|
void |
Repository.addModel(Model model)
Adds a model that this repository will load.
|
Modifier and Type | Method and Description |
---|---|
protected List<ModelValidationMessage> |
ModelProcessor.loadModelIfNecessary(Model model)
Loads the model into the repository only when necessary (the model has a timestamp
later than the last timestamp of the loaded model).
|
Modifier and Type | Method and Description |
---|---|
boolean |
Repositories.loadModel(Model model)
Loads the model defined in the configuration model instance into the repository
to which the model belongs.
|
Copyright © 2003–2014 AndroMDA.org. All rights reserved.