public class MyAMAS extends Amas<TableEnvironment>
agents, cycle, environment, params
defaultSleep
Constructor and Description |
---|
MyAMAS(TableEnvironment env) |
Modifier and Type | Method and Description |
---|---|
protected void |
onInitialAgentsCreation()
This method should be overridden, the agents should be created in this
method
|
protected void |
onInitialConfiguration()
This method is called at the very beginning of the amas creation.
|
protected void |
onSystemCycleBegin()
This method is called before all agents have executed a cycle
|
_addAgent, _removeAgent, cycle, getAgents, getCycle, getEnvironment, getScheduler, onReady, onSystemCycleEnd, start, stopCondition
public MyAMAS(TableEnvironment env)
protected void onInitialConfiguration()
Amas
onInitialConfiguration
in class Amas<TableEnvironment>
protected void onInitialAgentsCreation()
Amas
onInitialAgentsCreation
in class Amas<TableEnvironment>
protected void onSystemCycleBegin()
Amas
onSystemCycleBegin
in class Amas<TableEnvironment>