org.optaplanner.core.impl.heuristic.selector.common.decorator
Class WeightFactorySelectionSorter<T>
java.lang.Object
org.optaplanner.core.impl.heuristic.selector.common.decorator.WeightFactorySelectionSorter<T>
- All Implemented Interfaces:
- SelectionSorter<T>
public class WeightFactorySelectionSorter<T>
- extends Object
- implements SelectionSorter<T>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WeightFactorySelectionSorter
public WeightFactorySelectionSorter(SelectionSorterWeightFactory<Solution,T> selectionSorterWeightFactory,
SelectionSorterOrder selectionSorterOrder)
sort
public void sort(ScoreDirector scoreDirector,
List<T> selectionList)
- Specified by:
sort in interface SelectionSorter<T>
- Parameters:
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-2014 JBoss by Red Hat. All Rights Reserved.