Uses of Class
org.dspace.app.statistics.Stat
Packages that use Stat
Package
Description
Defines usage event instrumentation points and provides implementations for
testing.
-
Uses of Stat in org.dspace.app.statistics
Methods in org.dspace.app.statistics that return StatModifier and TypeMethodDescriptionStat[]Statistics.getStats()get an array of statistics back from this objectMethods in org.dspace.app.statistics with parameters of type StatModifier and TypeMethodDescriptionvoidadd an individual statistic to this objectvoidadd an array of statistics to this objectintCompare the current Stat to the given Stat returning -1 if o is less than the current Stat, 0 if they are the same, and +1 if o is greater than the current Stat.