net.sourceforge.jabm.init
Interface AgentInitialiser

All Known Implementing Classes:
BasicAgentInitialiser, CombiAgentInitialiser, GardenOfEdenAgentInitialiser, ProportionalCombiAgentInitialiser, StrategyInitialiser

public interface AgentInitialiser

Classes implementing this interface define agent initialisation policies.

 

Method Summary
 void initialise(Population population)
          Initialise a population of agents.
 

Method Detail

initialise

void initialise(Population population)
Initialise a population of agents. The initial state of any given agent may depend on the current state of other agents in the collection.