|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the enumeration type for the dimensionspublic interface ObservationBasedCalulator<T extends Enum<T> & Dimensions>
Interface for calculators, which do calculate its value from sensor observations.
Method Summary | |
---|---|
void |
addObservation(SensorObservation<T,Double> observation)
Method to add a sensor observation to this type. |
void |
addObservations(List<? extends SensorObservation<T,Double>> observations)
Method to add a sample collection to this type. |
Method Detail |
---|
void addObservation(SensorObservation<T,Double> observation)
observation
- the observation to addvoid addObservations(List<? extends SensorObservation<T,Double>> observations)
observations
- the observations to add
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |