Solution_ - the solution typeT - the selection typepublic interface SelectionSorter<Solution_ extends Solution,T>
List of selection
(which is a PlanningEntity, a planningValue, a Move or a Selector).| Modifier and Type | Method and Description |
|---|---|
void |
sort(ScoreDirector scoreDirector,
List<T> selectionList) |
void sort(ScoreDirector scoreDirector, List<T> selectionList)
scoreDirector - never null, the ScoreDirector
which has the ScoreDirector.getWorkingSolution() to which the selections belong or apply toselectionList - never null, a List
of PlanningEntity, planningValue, Move or SelectorCopyright © 2006–2016 JBoss by Red Hat. All rights reserved.