org.android.activityminer.persistence
Class DBFeatureVector

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

public class DBFeatureVector
extends Object

The database representation for a feature vector extracted from a sub-cutOut of an existing recording.


Field Summary
 ActivityLabel activityLabel
          The activity label of the related recording.
 long id
          The unique identifier.
 String xmlData
          The XML representation of the features.
 
Constructor Summary
DBFeatureVector(long id, ActivityLabel activityLabel, String xmlData)
          Constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public long id
The unique identifier.


activityLabel

public final ActivityLabel activityLabel
The activity label of the related recording.


xmlData

public final String xmlData
The XML representation of the features.

Constructor Detail

DBFeatureVector

public DBFeatureVector(long id,
                       ActivityLabel activityLabel,
                       String xmlData)
Constructor

Parameters:
id - the unique feature vector identifier
activityLabel - the associated activity label of the recording
xmlData - the XML representation of the features