tfg.lejos
Class ArbitratorEx
java.lang.Object
tfg.lejos.ArbitratorEx
public class ArbitratorEx
- extends Object
Arbitrador, responsável pelo gerenciamento de qual comportamento
deve assumir o controle.
- Author:
- crawford (LeJOS Forum)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NONE
public static int NONE
currentBehaviorIndex
private int currentBehaviorIndex
behaviors
private Behavior[] behaviors
ArbitratorEx
public ArbitratorEx(Behavior[] behaviors)
getBehaviors
public Behavior[] getBehaviors()
setCurrentBehaviorIndex
public void setCurrentBehaviorIndex(int currentBehaviorIndex)
getCurrentBehaviorIndex
public int getCurrentBehaviorIndex()
start
public void start(Monitor monitor)