|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.andromda.core.configuration.Repository
public class Repository
Stores the repository information for each model that AndroMDA will process.
| Constructor Summary | |
|---|---|
Repository()
|
|
| Method Summary | |
|---|---|
void |
addModel(Model model)
Adds a model that this repository will load. |
Model[] |
getModels()
Gets the model instances belonging to this repository. |
java.lang.String |
getName()
Gets the unique name of this repository. |
void |
setName(java.lang.String name)
Sets the unique (among other repositories) name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Repository()
| Method Detail |
|---|
public void setName(java.lang.String name)
name - the unique name of this repository.public java.lang.String getName()
public void addModel(Model model)
model - the model to load.public Model[] getModels()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||