Interface PeriodStatistics
public interface PeriodStatistics
Defines methods used to access specific period statistics
-
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the round to which the statistics belong toReturns a list of specific team statistics related to the round indicated by thegetPeriodName()
-
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 thegetPeriodName()- Returns:
- a list of specific team statistics related to the associated round
- Since:
- 2.0.1
-