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 Stat
    Modifier and Type
    Method
    Description
    Statistics.getStats()
    get an array of statistics back from this object
    Methods in org.dspace.app.statistics with parameters of type Stat
    Modifier and Type
    Method
    Description
    void
    Statistics.add(Stat stat)
    add an individual statistic to this object
    void
    Statistics.add(Stat[] stats)
    add an array of statistics to this object
    int
    Stat.compareTo(Stat stat)
    Compare 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.