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

Packages that use AbstractActivatableComponentImpl
org.android.activityminer.logic.configuration Logic layer - Global shared preference observer and configuration validator. 
org.android.activityminer.logic.devices Logic layer - Sensor device wrapper and data caches. 
org.android.activityminer.logic.timeseries Logic layer - Components for time series segmentation. 
org.android.activityminer.model.timeseries Data model - Data types for sensor observations and time series representation. 
 

Uses of AbstractActivatableComponentImpl in org.android.activityminer.logic.configuration
 

Subclasses of AbstractActivatableComponentImpl in org.android.activityminer.logic.configuration
 class GlobalSharedPreferenceObserver
          Global singleton instance of a central shared preference observer which is notifying registered shared preference observers about changes.
 

Uses of AbstractActivatableComponentImpl in org.android.activityminer.logic.devices
 

Subclasses of AbstractActivatableComponentImpl in org.android.activityminer.logic.devices
 class AbstractAccelerometerDataSource
          Base class for the accelerometer data source.
 class AccelerometerDataCache
          The data cache to hold accelerometer samples for scanner polls.
 class LinearAccelerometerDataSource
          Own implementation of an linear accelerometer data source using biquadratic filters.
 class LinearDeviceAccelerometerDataSource
          Default implementation of the accelerometer data source.
 class LocationDataCache
          The data cache to hold location samples for scanner polls.
 class LocationDataSource
          Implementation of the location data source, using the location manager to get location information form the gps or network provider.
 

Uses of AbstractActivatableComponentImpl in org.android.activityminer.logic.timeseries
 

Subclasses of AbstractActivatableComponentImpl in org.android.activityminer.logic.timeseries
 class SensorObservationTask
          This class does implement a runnable task to be executed delayed by an OS handler.
 

Uses of AbstractActivatableComponentImpl in org.android.activityminer.model.timeseries
 

Subclasses of AbstractActivatableComponentImpl in org.android.activityminer.model.timeseries
 class SensorObservationCache<T extends Enum<T> & Dimensions,U>
          Cache for sensor observations.