at.ac.sbg.cosy.soccerbot.controller
Class Empty_Driver

java.lang.Object
  extended by at.ac.sbg.cosy.soccerbot.controller.Empty_Driver
All Implemented Interfaces:
giotto.functionality.interfaces.DriverInterface, java.io.Serializable

public class Empty_Driver
extends java.lang.Object
implements giotto.functionality.interfaces.DriverInterface, java.io.Serializable

Driver that does nothing

Author:
Peter Wild, Krystian Szczurek, Georg Klima
See Also:
Serialized Form

Constructor Summary
Empty_Driver()
           
 
Method Summary
 void run(giotto.functionality.table.Parameter p)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Empty_Driver

public Empty_Driver()
Method Detail

run

public void run(giotto.functionality.table.Parameter p)
Specified by:
run in interface giotto.functionality.interfaces.DriverInterface
See Also:
DriverInterface.run(Parameter)