de.cesr.sesamgim.init.mc
Class GDefaultMarketCellInitialiseService<AgentType extends GimMilieuAgent<AgentType>>

java.lang.Object
  extended by de.cesr.sesamgim.init.mc.GDefaultMarketCellInitialiseService<AgentType>
All Implemented Interfaces:
GimMcInitialiseService<AgentType>

public class GDefaultMarketCellInitialiseService<AgentType extends GimMilieuAgent<AgentType>>
extends Object
implements GimMcInitialiseService<AgentType>

SesamGIM - Geographical Initialisation for Milieu Agents


Constructor Summary
GDefaultMarketCellInitialiseService()
           
 
Method Summary
 Class<? extends GimMarketCellContext> getMarketCellContextClass(repast.simphony.context.Context<Object> superContext)
           
 GimMarketCellContext<AgentType> getNewMcContext(GimAreaContext<? super AgentType> area, String identifier)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GDefaultMarketCellInitialiseService

public GDefaultMarketCellInitialiseService()
Method Detail

getNewMcContext

public GimMarketCellContext<AgentType> getNewMcContext(GimAreaContext<? super AgentType> area,
                                                       String identifier)
Specified by:
getNewMcContext in interface GimMcInitialiseService<AgentType extends GimMilieuAgent<AgentType>>
See Also:
GimMcInitialiseService.getNewMcContext(de.cesr.sesamgim.context.GimAreaContext, java.lang.String)

getMarketCellContextClass

public Class<? extends GimMarketCellContext> getMarketCellContextClass(repast.simphony.context.Context<Object> superContext)
Specified by:
getMarketCellContextClass in interface GimMcInitialiseService<AgentType extends GimMilieuAgent<AgentType>>
See Also:
GimMcInitialiseService.getMarketCellContextClass(repast.simphony.context.Context)