de.cesr.sesamgim.init.agent
Class GSimpleAgentInitialiser

java.lang.Object
  extended by de.cesr.sesamgim.init.agent.GSimpleAgentInitialiser

public class GSimpleAgentInitialiser
extends Object

SesamGIM - Geographical Initialisation for Milieu Agents TODO adapt The SimpleAgentInitializer creates NUM_NEIGHBOURHOODS (default: 10) neighbourhoods a SIZE_NEIGHBOURHOODS (default: 20) agents in each area (in case of 10 overall neighbourhoods, MilieuPa.AREAS_SHAPEFILE should be set to "data/singleSB/singleSB.shp". The SimpleAgentInitializer is activated by assigning a new instance to "this.agentInitializer" in ContextCreator. It initializes the same amount of agents for every milieu. The number of milieus is taken from NUM_MILIEU_GROUPS}, the order from NUM_MILIEU_GROUPS.MILIEUS}.


Constructor Summary
GSimpleAgentInitialiser(repast.simphony.context.Context mainContext)
          Assigns the main context.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GSimpleAgentInitialiser

public GSimpleAgentInitialiser(repast.simphony.context.Context mainContext)
Assigns the main context.

Parameters:
mainContext - the root context