AT
- is the type of the agents to schedule.@Deprecated public interface Scheduler<AT extends Agent>
A scheduler must make the agents alive.
Modifier and Type | Method and Description |
---|---|
void |
schedule(Kernel<AT,?,?,?> runningKernel,
Environment<AT> environment,
List<AT> agents)
Deprecated.
Run the elements of the simulation: environment and agents.
|
void |
schedule(List<AT> agents)
Deprecated.
Make the specified agents alive.
|
void schedule(Kernel<AT,?,?,?> runningKernel, Environment<AT> environment, List<AT> agents)
Invoked when the agents AND the environment must be scheduled.
runningKernel
- is the kernel that has invoked this function.environment
- is the environment object associated to this executionagents
- is the list of agents to schedule.Copyright © 2003-2013 Arakhnê.org Members. All rights reserved under LGPL license terms.