jbotrace.drivers
Class BasicDriver

java.lang.Object
  |
  +--jbotrace.base.Driver
        |
        +--jbotrace.drivers.BasicDriver

public class BasicDriver
extends Driver

Description:


Field Summary
 
Fields inherited from class jbotrace.base.Driver
driverInformation
 
Constructor Summary
BasicDriver()
           
 
Method Summary
 DriverCommand getDriverCommand()
          Returns the commands the driver gives in the current situation.
 
Methods inherited from class jbotrace.base.Driver
getAuthor, getName, setAuthor, setDriverInformation, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BasicDriver

public BasicDriver()
Method Detail

getDriverCommand

public DriverCommand getDriverCommand()
Description copied from class: Driver
Returns the commands the driver gives in the current situation.

Specified by:
getDriverCommand in class Driver