Uses of Interface
de.bcxp.challenge.common.analysis.IDocumentAnalyser
Packages that use IDocumentAnalyser
Package
Description
The root package for the data challenge containing the entry point
App
and containing the resource files.Provides functionality to parse and analyze country-related data.
Provides functionality to parse and analyze weather-related data.
-
Uses of IDocumentAnalyser in de.bcxp.challenge
Methods in de.bcxp.challenge with parameters of type IDocumentAnalyserModifier and TypeMethodDescriptionprivate static String
App.getBestMatchFromDocument
(String path, IDocumentParser parser, IDocumentAnalyser analyser) Loads a document from the given file path using the provided parser, analyzes its entries to find the best match using the provided analyser, and returns the result. -
Uses of IDocumentAnalyser in de.bcxp.challenge.countries
Classes in de.bcxp.challenge.countries that implement IDocumentAnalyserModifier and TypeClassDescriptionclass
Analyzes a document ofCountryEntry
objects to extract the country with the highest population density. -
Uses of IDocumentAnalyser in de.bcxp.challenge.weather
Classes in de.bcxp.challenge.weather that implement IDocumentAnalyserModifier and TypeClassDescriptionclass
Analyzes a weather document to find the entry with the smallest temperature spread.