fr.lifl.jedi.controllersCore
Interface AgentOrderingPolicy
- All Known Implementing Classes:
- RandomAgentOrderingPolicy
public interface AgentOrderingPolicy
The interface is the parent interface for all policies
used to order an agent set.
Such policies are used by the simulation core in order
to sort the list of agents at the beginning of
every time step.
- Version:
JEDI V 2.2 |
Created the 10th nov. 2008 |
Modified the 5th may 2009 |
- Author:
Method Summary |
void |
reorder(java.util.List<Agent> list)
Reorders the list of agents according to the policy. |
reorder
void reorder(java.util.List<Agent> list)
- Reorders the list of agents according to the policy.
- Parameters:
list
- the list of agents to reorder.