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

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

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

Additional Class needed for the Boolean_port: copies the boolean from one port variable to the other

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

Constructor Summary
copy_Boolean_port()
           
 
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

copy_Boolean_port

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