All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JavaSoccer.teams.Kechze

java.lang.Object
   |
   +----EDU.gatech.cc.is.abstractrobot.ControlSystemS
           |
           +----EDU.gatech.cc.is.abstractrobot.ControlSystemSS
                   |
                   +----JavaSoccer.teams.Kechze

public class Kechze
extends ControlSystemSS

Constructor Index

 o Kechze()

Method Index

 o Configure()
DEPRECATED, Use configure() instead.
 o TakeStep()
Called every timestep to allow the control system to run.

Constructors

 o Kechze
 public Kechze()

Methods

 o Configure
 public void Configure()
DEPRECATED, Use configure() instead.

Overrides:
Configure in class ControlSystemS
 o TakeStep
 public int TakeStep()
Called every timestep to allow the control system to run.

Overrides:
TakeStep in class ControlSystemS

All Packages  Class Hierarchy  This Package  Previous  Next  Index