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

Packages that use Model
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. 
 

Uses of Model in org.andromda.core.configuration
 

Methods in org.andromda.core.configuration that return Model
 Model[] Repository.getModels()
          Gets the model instances belonging to this repository.
 

Methods in org.andromda.core.configuration with parameters of type Model
 void Repository.addModel(Model model)
          Adds a model that this repository will load.
 

Uses of Model in org.andromda.core.engine
 

Methods in org.andromda.core.engine with parameters of type Model
protected  java.util.List 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).
 

Uses of Model in org.andromda.core.repository
 

Methods in org.andromda.core.repository with parameters of type Model
 boolean Repositories.loadModel(Model model)
          Loads the model defined in the configuration model instance into the repository to which the model belongs.
 



Copyright © 2003-2008 AndroMDA.org. All Rights Reserved.