Package | Description |
---|---|
unidue.ub.statistics |
Contains several tools for analysis.
|
unidue.ub.statistics.alephConnector |
Contains the Aleph specific statements and properties.
|
unidue.ub.statistics.analysis |
Containes the major analyzing mechanisms.
|
unidue.ub.statistics.media.monographs |
Representation of bibliographic information according to FRBR and of events connected to the individual items
|
unidue.ub.statistics.series |
Grouping of events and transformation in JSON object for display.
|
Modifier and Type | Method and Description |
---|---|
boolean |
EventFilter.matches(Event event)
checks whether an event matches the filter definitions.
|
Constructor and Description |
---|
TimelineGeneratorServlet(java.util.List<Event> events)
Calculates the individual part of different user groups at all
Event -times. |
Modifier and Type | Method and Description |
---|---|
java.util.List<Event> |
EventGetter.getEvents()
retrieves all events from the Aleph database.
|
Constructor and Description |
---|
EventAnalyzer(java.util.List<Event> events,
java.lang.String description,
StockControlProperties scp)
Calculates the loan and request parameters for a given List of Events
with the parameters in the StockControlProperties.
|
Modifier and Type | Method and Description |
---|---|
Event |
Event.getEndEvent()
returns the
Event -object, for example the return to a loan
event. |
Modifier and Type | Method and Description |
---|---|
java.util.List<Event> |
Manifestation.getEvents()
Gets the events.
|
java.util.List<Event> |
Item.getEvents()
returns all events associated with this item
|
java.util.List<Event> |
Expression.getEvents()
returns the events of all items belonging to this work
|
static java.util.List<Event> |
StockEventsBuilder.getStockEvents(Item item)
retrieves the stock events for an item.
|
static java.util.List<Event> |
StockEventsBuilder.getStockEvents(java.util.List<Item> items)
retrieves the stock events for a list of item.
|
Modifier and Type | Method and Description |
---|---|
void |
Item.addEvent(Event event)
adds an
Event -object to the list of events associated with
this item. |
int |
Event.compareTo(Event other)
allows for a comparison of two events with respect to their timestamps.
|
void |
Event.setEndEvent(Event endEvent)
relates to the end
Event -object, for example the return to a
loan event. |
Modifier and Type | Method and Description |
---|---|
void |
Series.addEventIfAccepted(Event event)
adds the event to the series if the type of an event is part of this series
|
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.buildLoansSeries(java.util.List<Event> events)
prepares a series with the loan events from a list of events
|
static Series |
SeriesBuilder.buildRequestsSeries(java.util.List<Event> events)
prepares a series with the request events from a document
|
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 Series |
SeriesBuilder.buildStockSeries(java.util.List<Event> events)
prepares a series with the stock events from a list of events
|