Package | Description |
---|---|
org.andromda.core.configuration |
Contains the classes and other resources that provide the configuration
of AndroMDA.
|
Modifier and Type | Method and Description |
---|---|
Location[] |
Configuration.getMappingsSearchLocations()
Gets the mappings search locations for this configuration instance.
|
Location[] |
Model.getModuleSearchLocations()
Gets the module search locations for this model instance.
|
Modifier and Type | Method and Description |
---|---|
void |
Configuration.addMappingsSearchLocation(Location location)
Adds a mappings search location (these are the locations
in which a search for mappings is performed).
|
void |
Model.addModuleSearchLocation(Location location)
Adds a module search location (these are the locations
in which a search for module is performed).
|
Copyright © 2003–2014 AndroMDA.org. All rights reserved.