|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrcx.josx.robotics.Arbitrator
public class Arbitrator
Arbitrator controls which behavior should currently be active in a behavior control system. Make sure to call start() after the Arbitrator is instantiated.
Behavior
Constructor Summary | |
---|---|
Arbitrator(Behavior[] behaviors)
Allocates an Arbitrator object and initializes it with an array of Behavior objects. |
Method Summary | |
---|---|
void |
start()
This method starts the arbitration of Behaviors. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Arbitrator(Behavior[] behaviors)
behavior
- An array of Behavior objects.Method Detail |
---|
public void start()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |