jbotrace.drivers
Class FantasticDriver

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

public class FantasticDriver
extends Driver

Description:


Field Summary
 
Fields inherited from class jbotrace.base.Driver
driverInformation
 
Constructor Summary
FantasticDriver()
           
 
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

FantasticDriver

public FantasticDriver()
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