com.yobotics.simulationconstructionset.util.math.filter
Class DelayedDoubleYoVariable

java.lang.Object
  extended by com.yobotics.simulationconstructionset.YoVariable
      extended by com.yobotics.simulationconstructionset.DoubleYoVariable
          extended by com.yobotics.simulationconstructionset.util.math.filter.DelayedDoubleYoVariable
All Implemented Interfaces:
java.io.Serializable

public class DelayedDoubleYoVariable
extends DoubleYoVariable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.yobotics.simulationconstructionset.YoVariable
MAX_LENGTH_SHORT_NAME
 
Constructor Summary
DelayedDoubleYoVariable(java.lang.String name, java.lang.String description, DoubleYoVariable variableToDelay, int ticksToDelay, YoVariableRegistry registry)
           
 
Method Summary
 void reset()
           
 void update()
           
 
Methods inherited from class com.yobotics.simulationconstructionset.DoubleYoVariable
add, add, getDoubleValue, getValueAsDouble, getValueString, getValueStringFromDouble, getYoVariableType, isNaN, mul, mul, set, setValueFromDouble, sub, sub, toString, valueEquals
 
Methods inherited from class com.yobotics.simulationconstructionset.YoVariable
addVariableChangedListener, fullNameEndsWithCaseInsensitive, getDescription, getFullNameWithNameSpace, getManualScalingMax, getManualScalingMin, getName, getName, getNameAndValueString, getNameAndValueStringFromDouble, getNameSpace, getNumericValueAsAString, getShortName, getVariableChangedListeners, getYoVariableRegistry, hasSameFullName, notifyVariableChangedListeners, removeAllVariableChangedListeners, removeVariableChangedListener, setManualScalingMinMax
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DelayedDoubleYoVariable

public DelayedDoubleYoVariable(java.lang.String name,
                               java.lang.String description,
                               DoubleYoVariable variableToDelay,
                               int ticksToDelay,
                               YoVariableRegistry registry)
Method Detail

update

public void update()

reset

public void reset()