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

java.lang.Object
  extended by giotto.functionality.code.BaseCondition
      extended by at.ac.sbg.cosy.soccerbot.controller.AlwaysTrue_Condition
All Implemented Interfaces:
giotto.functionality.interfaces.ConditionInterface, java.io.Serializable

public class AlwaysTrue_Condition
extends giotto.functionality.code.BaseCondition
implements giotto.functionality.interfaces.ConditionInterface, java.io.Serializable

Required for drivers within giotto (See the SoccerBot.giotto driver specifications)

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

Constructor Summary
AlwaysTrue_Condition()
           
 
Method Summary
 boolean run(giotto.functionality.table.Parameter parameter)
           
 
Methods inherited from class giotto.functionality.code.BaseCondition
overRun
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlwaysTrue_Condition

public AlwaysTrue_Condition()
Method Detail

run

public boolean run(giotto.functionality.table.Parameter parameter)
Specified by:
run in interface giotto.functionality.interfaces.ConditionInterface
Overrides:
run in class giotto.functionality.code.BaseCondition
See Also:
ConditionInterface.run(Parameter)