Interface PeriodStatistics


public interface PeriodStatistics
Defines methods used to access specific period statistics
  • Method Details

    • getPeriodName

      String getPeriodName()
      Returns the name of the round to which the statistics belong to
      Returns:
      the name of the round to which the statistics belong to
    • getTeamStatistics

      List<TeamStatistics> getTeamStatistics()
      Returns a list of specific team statistics related to the round indicated by the getPeriodName()
      Returns:
      a list of specific team statistics related to the associated round
      Since:
      2.0.1