Uses of Class
org.android.activityminer.logic.util.AbstractLinearAccelerationUpdateThread

Packages that use AbstractLinearAccelerationUpdateThread
org.android.activityminer.logic.util Logic layer - Utility components. 
 

Uses of AbstractLinearAccelerationUpdateThread in org.android.activityminer.logic.util
 

Subclasses of AbstractLinearAccelerationUpdateThread in org.android.activityminer.logic.util
 class 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.
 class RawRecordingDataExportThread<T extends Enum<T> & Dimensions>
          The thread for raw recording data export to csv file.