public class CommandLineOnlyResolution.MyAMAS extends Amas<CommandLineOnlyResolution.MyEnv>
Amas.ExecutionPolicy
agents, cycle, environment, params
DEFAULT_SLEEP
Constructor and Description |
---|
MyAMAS() |
Modifier and Type | Method and Description |
---|---|
protected void |
onSystemCycleEnd()
This method is called when all agents have executed a cycle
|
protected void |
onUpdateRender()
The method in which you can update the rendering.
|
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, onInitialAgentsCreation, onInitialConfiguration, onReady, onRenderingInitialization, onSchedulingStarts, onSchedulingStops, onSystemCycleBegin, start
public boolean stopCondition()
Amas
stopCondition
in interface Schedulable
stopCondition
in class Amas<CommandLineOnlyResolution.MyEnv>
protected void onSystemCycleEnd()
Amas
onSystemCycleEnd
in class Amas<CommandLineOnlyResolution.MyEnv>
protected void onUpdateRender()
Amas
Amas.onRenderingInitialization()
onUpdateRender
in class Amas<CommandLineOnlyResolution.MyEnv>