Solution_ - the solution type, the class with the PlanningSolution annotationT - the selection typepublic interface SelectionSorter<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<Solution_> scoreDirector,
List<T> selectionList) |
void sort(ScoreDirector<Solution_> 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–2019 JBoss by Red Hat. All rights reserved.