Package org.android.activityminer.persistence

Package class diagram package org.android.activityminer.persistence
The application persistence layer.

See:
          Description

Class Summary
DBAdapter The database adapter class does wrap the direct Android database access.
DBAdapter.DatabaseHelper The internal SQLite helper class.
DBFeatureVector The database representation for a feature vector extracted from a sub-cutOut of an existing recording.
DBManager The database manager implemented as global singleton.
DBRecording The database representation for sensor data recordings.
DBRecordingStatistic The recording statistic from database.
DBRecordingStatisticEntry The recording statistic entries does represents an database recording entry.
DBRecordingStatisticSequenceEntry The recording sequence statistic entries does represents a sequence of continuous taken recordings.
DBRecordingStatisticSequenceEntry.Comparator  
DBSampleStatistic The database representation for for sample statistics (feature vector statistics).
DBStatistic Container class for database statistic information
 

Enum Summary
DBAdapter.RecordingStates Types for possible recording states.
 

Package org.android.activityminer.persistence Description

The application persistence layer.