|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--MACS.AbstractPlanner | +--MACS.RandomPlanner
The RandomPlanner class defines the random choice of planning steps.
Field Summary | |
---|---|
protected int |
nbPlanningSteps
|
protected MACS.MACSActionSelector |
selector
|
Constructor Summary | |
---|---|
RandomPlanner(MACS.MACSActionSelector s,
int nb)
|
Method Summary | |
---|---|
void |
updatePolicy(MACS.Anticipator anticipator)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected int nbPlanningSteps
protected MACS.MACSActionSelector selector
Constructor Detail |
public RandomPlanner(MACS.MACSActionSelector s, int nb)
Method Detail |
public final void updatePolicy(MACS.Anticipator anticipator)
updatePolicy
in class AbstractPlanner
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |