Package | Description |
---|---|
unidue.ub.statistics.series |
Grouping of events and transformation in JSON object for display.
|
Modifier and Type | Method and Description |
---|---|
static Series |
SeriesBuilder.buildCompleteSeries(java.util.List<Event> events)
prepares a list of series with the stock events from a document
|
static Series |
SeriesBuilder.buildCompleteSeries(Manifestation document)
prepares a list of series with the stock, loan and request events from a
document
|
static Series |
SeriesBuilder.buildLoansSeries(java.util.List<Event> events)
prepares a series with the loan events from a list of events
|
static Series |
SeriesBuilder.buildLoansSeries(Manifestation document)
prepares a series with the loan events from a document
|
static Series |
SeriesBuilder.buildRequestsSeries(java.util.List<Event> events)
prepares a series with the request events from a document
|
static Series |
SeriesBuilder.buildRequestsSeries(Manifestation document)
prepares a series with the request events from a document
|
static Series |
SeriesBuilder.buildStockSeries(java.util.List<Event> events)
prepares a series with the stock events from a list of events
|
static Series |
SeriesBuilder.buildStockSeries(Manifestation document)
prepares a series with the stock events from a document
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<Series> |
SeriesBuilder.buildSeries(java.util.List<Event> events,
java.util.Hashtable<java.lang.String,java.lang.String[]> groups)
prepares a list of series from a list of events and a
Hashtable defining the individual categories |
static java.util.List<Series> |
SeriesBuilder.buildSeries(Manifestation document,
java.util.Hashtable<java.lang.String,java.lang.String[]> groups)
prepares a list of series from a document and a
Hashtable
defining the individual categories |
Modifier and Type | Method and Description |
---|---|
org.json.JSONObject |
Series2JSON.buildJSON(Series series)
prepare JSON object from a series
|
static java.util.List<TimeAndCount> |
TacBuilder.buildTimeAndCountList(Series series)
prepares a list of time-and-count list from a series of events
|
Modifier and Type | Method and Description |
---|---|
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
|