org.optaplanner.core.impl.heuristic.selector.common.decorator
public interface SelectionSorter<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 Selector
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.