jAER project on SourceForge

Uses of Class
ch.unizh.ini.jaer.projects.tobi.goalie.Goalie.State

Packages that use Goalie.State
ch.unizh.ini.jaer.projects.tobi.goalie The robotic goalie that uses a dynamic vision sensor and a servo controller to block balls shot at a goal. 
 

Uses of Goalie.State in ch.unizh.ini.jaer.projects.tobi.goalie
 

Methods in ch.unizh.ini.jaer.projects.tobi.goalie that return Goalie.State
static Goalie.State Goalie.State.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Goalie.State[] Goalie.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in ch.unizh.ini.jaer.projects.tobi.goalie with parameters of type Goalie.State
 void Goalie.setState(Goalie.State newState)
          Sets the state.
 


jAER project on SourceForge