SesamGIM - Geographical Initialisation for Milieu Agents
Takes a shape file, initialises GAreaContext objects from the objects in
the shape file using the GimAreaInitialiseService and assigns agents
to these contexts utilising their position in the geography.
Considered parameters:
public static <AgentT> void assignAgentsToAreaContexts(Collection<AgentT> agents)
Agents are added to area contexts based on their position in the
root geography.
NOTE: In case there are group or milieu contexts the agents are organised in
the agents need to be added to these sub-contexts. Thus, this method is not
required in this case.