de.cesr.sesamgim.init.mc
Class GDefaultMarketCellInitialiseService<AgentType extends GimMilieuAgent<AgentType>>
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GDefaultMarketCellInitialiseService
public GDefaultMarketCellInitialiseService()
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)