|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.android.activityminer.persistence.DBRecordingStatisticSequenceEntry
public class DBRecordingStatisticSequenceEntry
The recording sequence statistic entries does represents a sequence of continuous taken recordings.
Nested Class Summary | |
---|---|
static class |
DBRecordingStatisticSequenceEntry.Comparator
|
Field Summary | |
---|---|
List<DBRecordingStatisticEntry> |
recordingsSequence
The recordings of the sequence in DB order |
long |
sid
the unique recording sequence identifier |
Constructor Summary | |
---|---|
DBRecordingStatisticSequenceEntry(DBRecordingStatisticEntry firstEntry)
Constructor |
Method Summary | |
---|---|
ActivityLabel |
getActivityLabel()
Getter for the activity label |
long |
getDuration()
Getter for the duration in milliseconds |
long |
getFirstRecordingId()
Getter for the identifier of the first recording in this sequence |
long |
getLastRecordingId()
Getter for the identifier of the last recording in this sequence |
long |
getTs()
Getter for the time stamp |
boolean |
hasProcessedRecordings()
Method to test if the sequence has processed recordings |
boolean |
isProcessed()
Method to test if the whole sequence is processed |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final long sid
public final List<DBRecordingStatisticEntry> recordingsSequence
Constructor Detail |
---|
public DBRecordingStatisticSequenceEntry(DBRecordingStatisticEntry firstEntry)
firstEntry
- the first recording statistic entry to create sequence statistic
forMethod Detail |
---|
public final ActivityLabel getActivityLabel()
public final long getTs()
public final long getDuration()
public final long getLastRecordingId()
public long getFirstRecordingId()
public final boolean isProcessed()
public boolean hasProcessedRecordings()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |