Interface LocationCodesResolvingStrategy

All Known Implementing Classes:
CityLocationCodesResolvingStrategy, DefaultLocationCodesResolvingStrategy

public interface LocationCodesResolvingStrategy
Interface for strategies returning a list of location codes according to the location passed as parameter
  • Method Summary

    Modifier and Type
    Method
    Description
    getLocationCodes(String locationParameter)
    Returns a list of location codes to be used during fare search
  • Method Details

    • getLocationCodes

      List<String> getLocationCodes(String locationParameter)
      Returns a list of location codes to be used during fare search
      Parameters:
      locationParameter -
      Returns: