org.android.activityminer.persistence
Class DBRecordingStatistic

Package class diagram package DBRecordingStatistic
java.lang.Object
  extended by org.android.activityminer.persistence.DBRecordingStatistic

public class DBRecordingStatistic
extends Object

The recording statistic from database.


Field Summary
 List<DBRecordingStatisticSequenceEntry> sequences
          The sequence of recordings sorted by activity label names and sequence identifiers
 
Constructor Summary
DBRecordingStatistic()
          Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sequences

public final List<DBRecordingStatisticSequenceEntry> sequences
The sequence of recordings sorted by activity label names and sequence identifiers

Constructor Detail

DBRecordingStatistic

public DBRecordingStatistic()
Constructor