Package | Description |
---|---|
unidue.ub.statistics.series |
Grouping of events and transformation in JSON object for display.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TimeAndCount> |
Series.buildTimeAndCountList()
prepares a time-and-count list from the events in this series
|
static java.util.List<TimeAndCount> |
TacBuilder.buildTimeAndCountList(Series series)
prepares a list of time-and-count list from a series of events
|
static java.util.ArrayList<java.util.ArrayList<TimeAndCount>> |
TacBuilder.expandSeries2TimeAndCountLists(java.util.List<java.lang.Long> times,
java.util.List<Series> seriesList)
expands each time-and-count lists of several series of events to the given list of times
|
static java.util.ArrayList<TimeAndCount> |
TacBuilder.expandTimeAndCountList(java.util.List<java.lang.Long> times,
java.util.ArrayList<TimeAndCount> tacOld)
expands a time-and-count list to the given list of times
|
static java.util.ArrayList<java.util.ArrayList<TimeAndCount>> |
TacBuilder.harmonizeTacLists(java.util.ArrayList<java.util.ArrayList<TimeAndCount>> tacAll)
harmonizes several time-and-count lists to a common list of times
|
Modifier and Type | Method and Description |
---|---|
org.json.JSONArray |
Series2JSON.buildJSON(java.util.List<TimeAndCount> list)
prepare JSON array from a time-and-count list
|
static org.json.JSONArray |
MultipleSeriesBuilder.buildJSONFromList(java.util.List<TimeAndCount> list)
prepares am JSONArray from a time-and-count list
|
static java.util.ArrayList<TimeAndCount> |
TacBuilder.expandTimeAndCountList(java.util.List<java.lang.Long> times,
java.util.ArrayList<TimeAndCount> tacOld)
expands a time-and-count list to the given list of times
|
static java.util.ArrayList<java.util.ArrayList<TimeAndCount>> |
TacBuilder.harmonizeTacLists(java.util.ArrayList<java.util.ArrayList<TimeAndCount>> tacAll)
harmonizes several time-and-count lists to a common list of times
|