A C D F G L M N O R S T X Z

D

displaySensors(TreeSet<FinchSensor>) - Static method in class sensorDriver
Display the sequence of sensor samples in the given array Algorithm:
- Loop over each sensor in the TreeSet and display it
displayStats(TreeSet<FinchSensor>, SensorComparator) - Static method in class sensorDriver
For the given sensor channel (as indicated by comp), display: The mean value of this sensor channel the entire sensor sample for the minimum, median and maximum channel values Algorithm:
1.
doubleValue(FinchSensor) - Method in class LightComparator
 
doubleValue(FinchSensor) - Method in class SensorComparator
Return the value of obj that is specified by the instantiation of the child class.
doubleValue(FinchSensor) - Method in class TemperatureComparator
 
doubleValue(FinchSensor) - Method in class XaccelComparator
 
doubleValue(FinchSensor) - Method in class ZaccelComparator
 

A C D F G L M N O R S T X Z