|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.lifl.jedi.controllersCore.orderingPolicies.RandomAgentOrderingPolicy
public class RandomAgentOrderingPolicy
Agent ordering policy that orders agents at random.
This class is a singleton.
JEDI V 2.0 |
Created the 10th nov. 2008 |
Modified the 5th may 2009 |
Yoann Kubera |
SMAC Team (Systèmes Multi-Agents et Comportement) |
LIFL (Laboratoire d'Informatique Fondamentale de Lille) |
University of Lille, France |
Field Summary | |
---|---|
static RandomAgentOrderingPolicy |
INSTANCE
Instance of this singleton class. |
Method Summary | |
---|---|
void |
reorder(java.util.List<Agent> list)
Reorders the list of agents according to the policy. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final RandomAgentOrderingPolicy INSTANCE
Method Detail |
---|
public void reorder(java.util.List<Agent> list)
AgentOrderingPolicy
reorder
in interface AgentOrderingPolicy
list
- the list of agents to reorder.AgentOrderingPolicy.reorder(List)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |