|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.yobotics.simulationconstructionset.YoVariable
com.yobotics.simulationconstructionset.BooleanYoVariable
com.yobotics.simulationconstructionset.util.math.filter.DelayedBooleanYoVariable
public class DelayedBooleanYoVariable
Field Summary |
---|
Fields inherited from class com.yobotics.simulationconstructionset.YoVariable |
---|
MAX_LENGTH_SHORT_NAME |
Constructor Summary | |
---|---|
DelayedBooleanYoVariable(java.lang.String name,
java.lang.String description,
BooleanYoVariable variableToDelay,
int ticksToDelay,
YoVariableRegistry registry)
|
Method Summary | |
---|---|
void |
reset()
|
void |
update()
|
Methods inherited from class com.yobotics.simulationconstructionset.BooleanYoVariable |
---|
convertDoubleToBoolean, getBooleanValue, getValueAsDouble, getValueString, getValueStringFromDouble, getYoVariableType, set, setValueFromDouble, toString, valueEquals |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DelayedBooleanYoVariable(java.lang.String name, java.lang.String description, BooleanYoVariable variableToDelay, int ticksToDelay, YoVariableRegistry registry)
Method Detail |
---|
public void update()
public void reset()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |