org.android.activityminer.logic.features
Class FeatureExtractionHelper.Entry

Package class diagram package FeatureExtractionHelper.Entry
java.lang.Object
  extended by 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
 
Constructor Summary
FeatureExtractionHelper.Entry(long startTs, long recId)
          Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

startTs

public final long startTs
start time


recId

public final long recId
recording identifier

Constructor Detail

FeatureExtractionHelper.Entry

public FeatureExtractionHelper.Entry(long startTs,
                                     long recId)
Constructor

Parameters:
startTs - the start time
recId - the recording identifier