org.android.activityminer.logic.features
Class FeatureExtractionHelper.Entry
java.lang.Object
org.android.activityminer.logic.features.FeatureExtractionHelper.Entry
- Enclosing class:
- FeatureExtractionHelper<T extends Enum<T> & Dimensions>
private class FeatureExtractionHelper.Entry
- extends Object
Helper class for time stamp lookups
Field Summary |
long |
recId
recording identifier |
long |
startTs
start time |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
startTs
public final long startTs
- start time
recId
public final long recId
- recording identifier
FeatureExtractionHelper.Entry
public FeatureExtractionHelper.Entry(long startTs,
long recId)
- Constructor
- Parameters:
startTs
- the start timerecId
- the recording identifier