Package org.android.activityminer.logic.util

Package class diagram package org.android.activityminer.logic.util
Logic layer - Utility components.

See:
          Description

Interface Summary
ActivatableComponent Interface for component which have to be activated/deactivated explicitly.
ProgressListener Interface for progress listeners.
 

Class Summary
AbstractActivatableComponentImpl Implementation of the activatable component.
AbstractLinearAccelerationUpdateThread<T extends Enum<T> & Dimensions> Base type for threads in need to update the linear acceleration data by reapplying the gravitation filter.
AppUtil Utility methods to access application information.
CSVUtils Utility class for data export in CSV format
DatabaseExportThread The database export thread.
DatabaseImportThread The database import thread.
DoubleKeyListener A double value key listener.
FeatureSetCreator Utility class for the creation of feature sets for evaluation.
FileCopyThread The file copy thread.
IntegerKeyListener An integer value key listener.
LinearAccelerationUpdateThread<T extends Enum<T> & Dimensions> The thread to update the linear acceleration values in the raw recorded data by the own linear accelerator source filter implementation.
LooperThread A looper thread with a handler and an associated message queue to post Runnables to.
ModelFileExportThread The model file export thread.
NNInterpolationUpdateThread<T extends Enum<T> & Dimensions> The thread to interpolate the gaps due to delays in the raw recorded data.
ProgressSignalingComponent Base class for progress per sample signaling components.
RawRecordingDataExportThread<T extends Enum<T> & Dimensions> The thread for raw recording data export to csv file.
SequenceTimeGapResampler<T extends Enum<T> & Dimensions> Resampler for the occasional gaps in older stored time series sequences.
TrainingDataDeletionThread A simple training data deletion thread for batch processing
 

Package org.android.activityminer.logic.util Description

Logic layer - Utility components.