Package org.android.activityminer.logic.timeseries

Package class diagram package org.android.activityminer.logic.timeseries
Logic layer - Components for time series segmentation.

See:
          Description

Interface Summary
ObservableSensorScanner<T extends Enum<T> & Dimensions,U> Interface for types which are observable for sensor data observations and do act as sensor scanner.
SensorScanner Interface for sensor scanner types to be associate with a sensor observation task, which does call the SensorScanner.doScan(Long) Method periodically.
TimerTask Interface for the timer task used by the observable sensor observation tasks.
 

Class Summary
AbstractObservableSensorScanner<T extends Enum<T> & Dimensions,U> Generic and abstract implementation of an observable sensor scanner.
GenericObservableCutoutCreator<D extends Enum<D> & Dimensions,T> The generic observable cut-out creator is a worker thread, which does asynchronously extract fixed size cut-out from cached sensor observations.
ObservableAccCutoutCreator The implementation of the generic GenericObservableCutoutCreator for the dimension type AccSensorObservationDimensions and numeric data with double precision.
ObservableAccSensorScanner Implementation of an observable sensor scanner for accelerometer sensor observations.
ObservableCutoutCreator The implementation of the generic GenericObservableCutoutCreator for the dimension type SensorObservationDimensions and numeric data with double precision.
ObservableSensorScannerImpl Implementation of an observable sensor scanner for sensor data observations from all known sensors.
SensorObservationTask This class does implement a runnable task to be executed delayed by an OS handler.
 

Package org.android.activityminer.logic.timeseries Description

Logic layer - Components for time series segmentation.