Interface FitnessService

All Known Implementing Classes:
DefaultFitnessService

public interface FitnessService
Defines the services related to fitness.
  • Method Details

    • sortByFitness

      List<SourcingLocation> sortByFitness(SourcingContext sourcingContext)
      Sorts a collection of sourcing locations by their evaluated fitness.
      Parameters:
      sourcingContext - the sourcingContext containing sourcing locations to be sort by their calculated fitness
      Returns:
      sorted list of sourcing locations by fittest; never null