com.yobotics.simulationconstructionset.util.math.filter
Class GlitchFilteredBooleanYoVariable
java.lang.Object
com.yobotics.simulationconstructionset.YoVariable
com.yobotics.simulationconstructionset.BooleanYoVariable
com.yobotics.simulationconstructionset.util.math.filter.GlitchFilteredBooleanYoVariable
- All Implemented Interfaces:
- java.io.Serializable
public class GlitchFilteredBooleanYoVariable
- extends BooleanYoVariable
Title:
Description:
Copyright: Copyright (c) 2008
Company:
- Version:
- 1.0
- Author:
- not attributable
- See Also:
- Serialized Form
Method Summary |
static void |
main(java.lang.String[] args)
|
void |
set(boolean value)
Sets the boolean value of this YoVariable. |
void |
update()
|
void |
update(boolean value)
|
Methods inherited from class com.yobotics.simulationconstructionset.YoVariable |
addVariableChangedListener, fullNameEndsWith, getDescription, getFullNameWithNameSpace, getManualScalingMax, getManualScalingMin, getName, getName, getNameAndValue, 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 |
GlitchFilteredBooleanYoVariable
public GlitchFilteredBooleanYoVariable(java.lang.String name,
int windowSize)
GlitchFilteredBooleanYoVariable
public GlitchFilteredBooleanYoVariable(java.lang.String name,
YoVariableRegistry registry,
int windowSize)
GlitchFilteredBooleanYoVariable
public GlitchFilteredBooleanYoVariable(java.lang.String name,
BooleanYoVariable yoVariableToFilter,
int windowSize)
GlitchFilteredBooleanYoVariable
public GlitchFilteredBooleanYoVariable(java.lang.String name,
YoVariableRegistry registry,
BooleanYoVariable yoVariableToFilter,
int windowSize)
set
public void set(boolean value)
- Description copied from class:
BooleanYoVariable
- Sets the boolean value of this YoVariable. If not of boolean type a warning will be printed.
- Overrides:
set
in class BooleanYoVariable
- Parameters:
value
- boolean
update
public void update(boolean value)
update
public void update()
main
public static void main(java.lang.String[] args)