|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.android.activityminer.persistence.DBStatistic
public class DBStatistic
Container class for database statistic information
Field Summary | |
---|---|
android.support.v4.util.LongSparseArray<DBSampleStatistic> |
mapActivityId2Statistic
A map with the sample statistic per activity identifier |
ActivityLabelMap |
mapActivityLabels
The activity label map |
Constructor Summary | |
---|---|
DBStatistic(ActivityLabelMap mapActivityLabels)
Constructor |
Method Summary | |
---|---|
List<ActivityLabel> |
getActivityLabelsWithoutPredecessor()
Getter for all activity labels without predecessors |
List<DBSampleStatistic> |
getSampleStatistic()
Getter for the sample statistics ordered by the activity hierarchy |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final android.support.v4.util.LongSparseArray<DBSampleStatistic> mapActivityId2Statistic
public final ActivityLabelMap mapActivityLabels
Constructor Detail |
---|
public DBStatistic(ActivityLabelMap mapActivityLabels)
mapActivityLabels
- the activity label mapMethod Detail |
---|
public final List<DBSampleStatistic> getSampleStatistic()
public final List<ActivityLabel> getActivityLabelsWithoutPredecessor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |