|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GimModelInitialiser<AgentT extends GimMilieuAgent<AgentT>>
SesamGIM - Geographical Initialisation for Milieu Agents TODO check event based approach
Method Summary | |
---|---|
ArrayList<GimGroupContext<AgentT>> |
getGroupContexts()
Provides a list of all group contexts) |
Collection<AgentT> |
initAgents()
Inits agents and also groups context whose number depends on the number of agents. |
void |
initAll()
Initialises the entire simulation model (entire context hierarchy and agents). |
void |
initAreas()
Initialises area contexts. |
void |
initMarketCells()
Init market cell contexts. |
void |
setGroupContexts(ArrayList<GimGroupContext<AgentT>> gcontexts)
Sets a list of all group contexts) |
Method Detail |
---|
void initAll()
void initAreas()
void initMarketCells()
Collection<AgentT> initAgents()
void setGroupContexts(ArrayList<GimGroupContext<AgentT>> gcontexts)
ArrayList<GimGroupContext<AgentT>> getGroupContexts()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |