public class TimeStatsAggregator extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DAY_OF_WEEK |
protected android.bordeaux.services.AggregatorManager |
mAggregatorManager |
static String |
PERIOD_OF_DAY |
static String |
TIME_OF_DAY |
static String |
TIME_OF_WEEK |
Constructor and Description |
---|
TimeStatsAggregator() |
Modifier and Type | Method and Description |
---|---|
static List<String> |
getDayOfWeekValues() |
Map<String,String> |
getFeatureValue(String featureName) |
String[] |
getListOfFeatures() |
static List<String> |
getTimeOfDayValues() |
static void |
setFakeDayOfWeek(String day_of_week) |
static void |
setFakeTimeOfDay(String time_of_day) |
void |
setManager(android.bordeaux.services.AggregatorManager m) |
public static final String TIME_OF_WEEK
public static final String DAY_OF_WEEK
public static final String TIME_OF_DAY
public static final String PERIOD_OF_DAY
protected android.bordeaux.services.AggregatorManager mAggregatorManager