Interface SportEventConditions

All Known Implementing Classes:
SportEventConditionsImpl

public interface SportEventConditions
Defines methods implemented by classes representing sport event conditions
  • Method Details

    • getAttendance

      String getAttendance()
      Returns a String specifying the attendance of the associated sport event
      Returns:
      - a String specifying the attendance of the associated sport event
    • getEventMode

      String getEventMode()
      Returns the mode of the event
      Returns:
      - the mode of the event
    • getReferee

      Referee getReferee()
      Returns the Referee instance representing the referee presiding over the associated sport event
      Returns:
      - the Referee instance representing the referee presiding over the associated sport event, if available; otherwise null
    • getWeatherInfo

      WeatherInfo getWeatherInfo()
      Returns the WeatherInfo instance representing the expected weather on the associated sport event
      Returns:
      - the WeatherInfo instance representing the expected weather on the associated sport event, if available; otherwise null
    • getPitchers

      List<Pitcher> getPitchers()
      Returns the list of Pitcher
      Returns:
      the list of Pitcher