|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GimGroupInitialiser<AgentType extends GimMilieuAgent<?>>
SesamGIM - Geographical Initialisation for Milieu Agents
Method Summary | |
---|---|
GimGroupContext<AgentType> |
getGroupContext(AgentType agent)
|
Collection<GimGroupContext<AgentType>> |
getInitialisedGroupContexts()
Returns the collection of initialised group contexts. |
int |
getNumberOfInitialisedGroupContext()
Returns the number of group contexts that have been initialised at the call of GimGroupInitialiser#initGroupContexts(GimMarketCellContext) . |
Collection<GimGroupContext<AgentType>> |
initGroupContexts(GimUpdatableContext<AgentType> mc)
Inits group context for the given GimMarketCellContext . |
Method Detail |
---|
Collection<GimGroupContext<AgentType>> initGroupContexts(GimUpdatableContext<AgentType> mc)
GimMarketCellContext
. Should be able to deal with null as market cell
context (i.e. if no market cell are used).
mc
- market cell contextGimGroupContext<AgentType> getGroupContext(AgentType agent)
agent
-
int getNumberOfInitialisedGroupContext()
GimGroupInitialiser#initGroupContexts(GimMarketCellContext)
. Return 0 if groups contexts have not been
initialised.
Collection<GimGroupContext<AgentType>> getInitialisedGroupContexts()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |