public class ScalibilityTest.MyAMAS extends Amas<ScalibilityTest.MyEnvironment>
Amas.ExecutionPolicy
agents, cycle, environment, params
DEFAULT_SLEEP
Constructor and Description |
---|
MyAMAS(ScalibilityTest.MyEnvironment environment,
Scheduling scheduling,
java.lang.Object... params) |
Modifier and Type | Method and Description |
---|---|
protected void |
onInitialAgentsCreation()
This method should be overridden, the agents should be created in this method
|
boolean |
stopCondition()
This method allows the system to stop the scheduler on certain conditions
|
_addAgent, _removeAgent, cycle, getAgents, getCycle, getDecisionAndActionPhasesSemaphore, getEnvironment, getExecutionPolicy, getPerceptionPhaseSemaphore, getScheduler, informThatAgentDecisionAndActionAreFinished, informThatAgentPerceptionIsFinished, onInitialConfiguration, onReady, onRenderingInitialization, onSchedulingStarts, onSchedulingStops, onSystemCycleBegin, onSystemCycleEnd, onUpdateRender, start
public MyAMAS(ScalibilityTest.MyEnvironment environment, Scheduling scheduling, java.lang.Object... params)
protected void onInitialAgentsCreation()
Amas
onInitialAgentsCreation
in class Amas<ScalibilityTest.MyEnvironment>
public boolean stopCondition()
Amas
stopCondition
in interface Schedulable
stopCondition
in class Amas<ScalibilityTest.MyEnvironment>