|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Model | |
---|---|
clubs | |
display | |
economics | |
units |
Uses of Model in clubs |
---|
Fields in clubs declared as Model | |
---|---|
private Model |
SavingsClub.model
|
Constructors in clubs with parameters of type Model | |
---|---|
SavingsClub(Agent _moderator,
java.util.ArrayList<Agent> _members,
Model _model)
Creates a stokvel (savings club) with a moderator |
Uses of Model in display |
---|
Fields in display declared as Model | |
---|---|
private Model |
ModelGUI.model
|
Constructors in display with parameters of type Model | |
---|---|
ModelGUI(Model _model)
Constructor |
Uses of Model in economics |
---|
Fields in economics declared as Model | |
---|---|
private Model |
FinanceAgency.model
|
Constructors in economics with parameters of type Model | |
---|---|
FinanceAgency(Model _model)
|
Uses of Model in units |
---|
Fields in units declared as Model | |
---|---|
private Model |
Agent.model
|
private Model |
Household.model
|
Constructors in units with parameters of type Model | |
---|---|
Agent(int _id,
Household _household,
Model _model)
for Empirical Households |
|
Agent(int _id,
int _gender,
int _healthStatus,
Household _household,
Model _model)
This is for child who's born during simulation |
|
Agent(int _id,
int _gender,
int _ageGroup,
int _healthStatus,
Household _household,
Model _model)
Used for creating coarse-grained household composition |
|
Agent(int _id,
Model _model)
For outsider agents |
|
Household(int _id,
Model _model)
Create household in simulation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |