public interface FitnessService
| Modifier and Type | Method and Description |
|---|---|
List<SourcingLocation> |
sortByFitness(Collection<SourcingLocation> sourcingLocations)
Deprecated.
since 6.1, use
sortByFitness(SourcingContext) |
List<SourcingLocation> |
sortByFitness(SourcingContext sourcingContext)
Sorts a collection of sourcing locations by their evaluated fitness.
|
@Deprecated List<SourcingLocation> sortByFitness(Collection<SourcingLocation> sourcingLocations)
sortByFitness(SourcingContext)sourcingLocations - the locations to sort by their calculated fitnessList<SourcingLocation> sortByFitness(SourcingContext sourcingContext)
sourcingContext - the sourcingContext containing sourcing locations to be sort by their calculated fitnessCopyright © 2017 SAP SE. All Rights Reserved.