OptaPlanner core 6.2.0.Beta1

org.optaplanner.core.impl.heuristic.selector.common.decorator
Class ComparatorSelectionSorter

java.lang.Object
  extended by org.optaplanner.core.impl.heuristic.selector.common.decorator.ComparatorSelectionSorter
All Implemented Interfaces:
SelectionSorter<Object>

public class ComparatorSelectionSorter
extends Object
implements SelectionSorter<Object>


Constructor Summary
ComparatorSelectionSorter(Comparator<Object> comparator, SelectionSorterOrder selectionSorterOrder)
           
 
Method Summary
 void sort(ScoreDirector scoreDirector, List<Object> selectionList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComparatorSelectionSorter

public ComparatorSelectionSorter(Comparator<Object> comparator,
                                 SelectionSorterOrder selectionSorterOrder)
Method Detail

sort

public void sort(ScoreDirector scoreDirector,
                 List<Object> selectionList)
Specified by:
sort in interface SelectionSorter<Object>
Parameters:
scoreDirector - never null, the ScoreDirector which has the ScoreDirector.getWorkingSolution() to which the selections belong or apply to
selectionList - never null, a List of PlanningEntity, planningValue, Move or Selector

OptaPlanner core 6.2.0.Beta1

Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.