Class and Description |
---|
fr.irit.smac.amak.ui.DrawableUI |
Method and Description |
---|
fr.irit.smac.amak.Agent.onDraw()
Must be replaced by
Agent.onUpdateRender() |
fr.irit.smac.amak.Agent.onInitialize()
Must be replaced by
Agent.onInitialization() |
fr.irit.smac.amak.Agent.onSystemCycleBegin()
This method is useless because the state of the agent is not
supposed to evolve before or after its cycle. Use
OnAgentCycleBegin/End instead.
This method is final because it must not be implemented.
Implement it will have no effect.
|
fr.irit.smac.amak.Agent.onSystemCycleEnd()
This method is useless because the state of the agent is not
supposed to evolve before or after its cycle. Use
OnAgentCycleBegin/End instead.
This method is final because it must not be implemented.
Implement it will have no effect.
|
Constructor and Description |
---|
fr.irit.smac.amak.ui.DrawableUI(Scheduling, T, Object...)
Should be replaced by VUI
|