public class AntHill extends Amas<World>
agents, cycle, environment, params
defaultSleep
Modifier and Type | Method and Description |
---|---|
protected void |
onInitialAgentsCreation()
This method should be overridden, the agents should be created in this
method
|
protected void |
onSystemCycleEnd()
This method is called when all agents have executed a cycle
|
_addAgent, _removeAgent, cycle, getAgents, getCycle, getEnvironment, getScheduler, onInitialConfiguration, onReady, onSystemCycleBegin, start, stopCondition
public AntHill(World env)
protected void onInitialAgentsCreation()
Amas
onInitialAgentsCreation
in class Amas<World>
protected void onSystemCycleEnd()
Amas
onSystemCycleEnd
in class Amas<World>