Uses of Class
org.android.activityminer.model.activitylabels.ActivityLabelMap

Packages that use ActivityLabelMap
org.android.activityminer.app.db GUI - Database management components. 
org.android.activityminer.persistence The application persistence layer. 
 

Uses of ActivityLabelMap in org.android.activityminer.app.db
 

Fields in org.android.activityminer.app.db declared as ActivityLabelMap
private  ActivityLabelMap DBSampleStatisticAdapter.mapActivityLabels
          The activity identifier map
 

Constructors in org.android.activityminer.app.db with parameters of type ActivityLabelMap
DBSampleStatisticAdapter(Activity context, List<DBSampleStatistic> listStatistics, ActivityLabelMap mapActivityLabels)
          Constructor
 

Uses of ActivityLabelMap in org.android.activityminer.persistence
 

Fields in org.android.activityminer.persistence declared as ActivityLabelMap
 ActivityLabelMap DBStatistic.mapActivityLabels
          The activity label map
 

Methods in org.android.activityminer.persistence that return ActivityLabelMap
 ActivityLabelMap DBManager.getActivityLabels()
          Does request all known activity labels from the database.
 ActivityLabelMap DBAdapter.getAvailableActivityLabels()
          Getter for a map with all available activity labels.
 

Methods in org.android.activityminer.persistence with parameters of type ActivityLabelMap
private static Set<Long> DBAdapter.getAffectedActivityLabelNames(ActivityLabelMap mapActivityLabels, long activityLabelId)
          Method to extract successor activities for a given activity label identifier
private  DBStatistic DBAdapter.getDBStatistics(boolean activitiesWithSamplesOnly, boolean skipSampleCounts, ActivityLabelMap mapActivityLabels)
          Getter for statistics about the stored feature vectors and recordings per activity label.
 

Constructors in org.android.activityminer.persistence with parameters of type ActivityLabelMap
DBStatistic(ActivityLabelMap mapActivityLabels)
          Constructor