public class ScalibilityTest.MyAgent extends Agent<ScalibilityTest.MyAMAS,ScalibilityTest.MyEnvironment>
Agent.Phase
amas, criticalities, currentPhase, neighborhood, params
Constructor and Description |
---|
MyAgent(ScalibilityTest.MyAMAS amas,
java.lang.Object... params) |
Modifier and Type | Method and Description |
---|---|
protected void |
onAct()
This method corresponds to the action phase of the agents and must be
overridden
|
_computeExecutionOrder, _onBeforeReady, addNeighbor, computeCriticality, computeExecutionOrderLayer, destroy, getAmas, getCurrentPhase, getEnvironment, getExecutionOrder, getId, getMostCriticalNeighbor, isSynchronous, onAgentCycleBegin, onAgentCycleEnd, onDecide, onDecideAndAct, onDraw, onePhaseCycle, onExpose, onInitialization, onInitialize, onPerceive, onReady, onRenderingInitialization, onSystemCycleBegin, onSystemCycleEnd, onUpdateRender, phase1, phase2, run, setAsynchronous, toString
public MyAgent(ScalibilityTest.MyAMAS amas, java.lang.Object... params)
protected void onAct()
Agent
onAct
in class Agent<ScalibilityTest.MyAMAS,ScalibilityTest.MyEnvironment>