Interface StatisticsModel


  • public interface StatisticsModel
    Hosts executed statistics reports.
    Author:
    Patrick J. McSweeney, Mathieu Bastian
    See Also:
    StatisticsController
    • Method Detail

      • getReport

        String getReport​(Class<? extends Statistics> statistics)
        Returns the report for the given statistics class or null if no report exists for this statistics.
        Parameters:
        statistics - a statistics class
        Returns:
        the report or null if not found