|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.android.activityminer.persistence.DBRecording
public class DBRecording
The database representation for sensor data recordings. A Recording does belong to a saved instance of a labeled sensor observation cutOut.
Field Summary | |
---|---|
ActivityLabel |
activitylabel
The activity label. |
long |
duration
the duration in milliseconds |
long |
id
the unique recording identifier |
boolean |
isProcessed
The processing state ( feature extracted or not). |
long |
sequenceId
the unique sequence identifier |
long |
startTs
the start time stamp |
String |
xmlData
The XML representation of the recorded cutOut with sensor observations. |
Constructor Summary | |
---|---|
DBRecording(long id,
long sequenceId,
ActivityLabel activityLabel,
String xmlData,
boolean isProcessed,
long startTs,
long duration)
Constructor |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public long id
public final long sequenceId
public final ActivityLabel activitylabel
public final String xmlData
public final boolean isProcessed
public final long startTs
public final long duration
Constructor Detail |
---|
public DBRecording(long id, long sequenceId, ActivityLabel activityLabel, String xmlData, boolean isProcessed, long startTs, long duration)
id
- the recording identifiersequenceId
- the sequence identifier of continuous recordingsactivityLabel
- the activity label for the framexmlData
- the XML representation of the recorded frame containing the raw
multivariate time series.isProcessed
- the processing statestartTs
- the start time stampduration
- the duration in milliseconds
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |