Class WeatherAnalyser

java.lang.Object
de.bcxp.challenge.weather.WeatherAnalyser
All Implemented Interfaces:
IDocumentAnalyser

public class WeatherAnalyser extends Object implements IDocumentAnalyser
Analyzes a weather document to find the entry with the smallest temperature spread.

Implements the IDocumentAnalyser interface for WeatherEntry objects.

See Also:
  • Field Details

    • logger

      private static final org.apache.logging.log4j.Logger logger
  • Constructor Details

    • WeatherAnalyser

      public WeatherAnalyser()
      Instantiates stateless analyser.
  • Method Details