AT
- is the type of the agents to schedule.@Deprecated public abstract class AbstractScheduler<AT extends Agent> extends Object implements Scheduler<AT>
This scheduler shuffles the list of agents and run them in a sequential way.
Constructor and Description |
---|
AbstractScheduler()
Deprecated.
|
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.
|
Copyright © 2003-2013 Arakhnê.org Members. All rights reserved under LGPL license terms.