|
Classes in org.dspace.app.statistics used by org.dspace.app.statistics |
LogLine
This class represents a single log file line and the operations that can be
performed on it
The components that it represents are: Date, Level, User, Action, and additional
Params |
Report
Sn interface to a generic report generating
class, and to provide the polymorphism necessary to allow the report
generator to generate any number of different formats of report
Note: This used to be an abstract class, but has been made an interface as there wasn't
any logic contained within it. |
Stat
This is a primitive class to represent a single statistic, which will
generally be a key value pair but with the capabilities for being sorted
Note: this class has a natural ordering that is inconsistent with equals |
Statistics
This class provides a wrapper for a related set of statistics. |