@Deprecated public class ConstantStepTimeManager extends AbstractTimeManager
Constructor and Description |
---|
ConstantStepTimeManager(long time_step,
TimeUnit time_unit)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
postAgentScheduling(long kernel_time,
long last_kernel_step_duration)
Deprecated.
Called by the environment before the scheduling of the agents.
|
protected void |
preAgentScheduling(long kernel_time,
long last_kernel_step_duration)
Deprecated.
Called by the environment before the scheduling of the agents.
|
getSimulationStepDuration, getSimulationTime, setSimulationStepDuration, setSimulationTime
afterAgentScheduling, beforeAgentScheduling, getSimulationStepDuration, getSimulationTime
public ConstantStepTimeManager(long time_step, TimeUnit time_unit)
time_step
- is the constant time step used by this manager.time_unit
- is the unit to express the constant time step.protected void preAgentScheduling(long kernel_time, long last_kernel_step_duration)
preAgentScheduling
in class TimeManager
kernel_time
- is the current kernel date.last_kernel_step_duration
- is the duration of the last
kernel step in milliseconds.protected void postAgentScheduling(long kernel_time, long last_kernel_step_duration)
postAgentScheduling
in class TimeManager
kernel_time
- is the current kernel date.last_kernel_step_duration
- is the duration of the last
kernel step in milliseconds.Copyright © 2003-2013 Arakhnê.org Members. All rights reserved under LGPL license terms.