Uses of Interface
lejos.robotics.subsumption.Behavior

Packages that use Behavior
lejos.robotics.subsumption Support for subsumption architecture. 
 

Uses of Behavior in lejos.robotics.subsumption
 

Constructors in lejos.robotics.subsumption with parameters of type Behavior
Arbitrator(Behavior[] behaviorList)
          Same as Arbitrator(behaviorList, false) Arbitrator start() never exits
Arbitrator(Behavior[] behaviorList, boolean returnWhenInactive)
          Allocates an Arbitrator object and initializes it with an array of Behavior objects.