public class Repository extends Object implements Serializable
Constructor and Description |
---|
Repository() |
Modifier and Type | Method and Description |
---|---|
void |
addModel(Model model)
Adds a model that this repository will load.
|
Model[] |
getModels()
Gets the model instances belonging to this repository.
|
String |
getName()
Gets the unique name of this repository.
|
void |
setName(String name)
Sets the unique (among other repositories)
name.
|
public Repository()
public void setName(String name)
name
- the unique name of this repository.public String getName()
public void addModel(Model model)
model
- the model to load.Copyright © 2003–2014 AndroMDA.org. All rights reserved.