Uses of Interface
net.jinx.action.input.Behavior

Packages that use Behavior
net.jinx.action.input   
net.jinx.action.input.robot   
 

Uses of Behavior in net.jinx.action.input
 

Classes in net.jinx.action.input that implement Behavior
 class ActionMap
          Behavior implementation that maps input from an array of InputDevice objects to Action objects, which are then processed by the encapsulating Participant.
 

Methods in net.jinx.action.input that return Behavior
 Behavior Participant.getBehavior()
          Provides the current Behavior for this Participant.
 

Methods in net.jinx.action.input with parameters of type Behavior
 void Participant.setBehavior(Behavior b)
          Sets the Behavior for this Participant.
 

Constructors in net.jinx.action.input with parameters of type Behavior
Participant(java.lang.String name, Behavior b)
          Utility constructor that allows setting the Behavior.
 

Uses of Behavior in net.jinx.action.input.robot
 

Constructors in net.jinx.action.input.robot with parameters of type Behavior
Robot(java.lang.String name, RobotSystem[] systems, Behavior b)