Uses of Class
org.andromda.core.configuration.Location

Packages that use Location
org.andromda.core.configuration Contains the classes and other resources that provide the configuration of AndroMDA. 
 

Uses of Location in org.andromda.core.configuration
 

Methods in org.andromda.core.configuration that return Location
 Location[] Configuration.getMappingsSearchLocations()
          Gets the mappings search locations for this configuration instance.
 Location[] Model.getModuleSearchLocations()
          Gets the module searach locations for this model instance.
 

Methods in org.andromda.core.configuration with parameters of type Location
 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-2008 AndroMDA.org. All Rights Reserved.