OptaPlanner core 6.0.0.Beta3

org.optaplanner.core.impl.domain.entity
Class PlanningEntitySorter

java.lang.Object
  extended by org.optaplanner.core.impl.domain.entity.PlanningEntitySorter

Deprecated.

@Deprecated
public class PlanningEntitySorter
extends Object


Constructor Summary
PlanningEntitySorter()
          Deprecated.  
 
Method Summary
 boolean isSortDifficultySupported()
          Deprecated.  
 void setDifficultyComparator(Comparator<Object> difficultyComparator)
          Deprecated.  
 void setDifficultyWeightFactory(SelectionSorterWeightFactory difficultyWeightFactory)
          Deprecated.  
 void sortDifficultyAscending(Solution solution, List<Object> planningEntityList)
          Deprecated.  
 void sortDifficultyDescending(Solution solution, List<Object> planningEntityList)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlanningEntitySorter

public PlanningEntitySorter()
Deprecated. 
Method Detail

setDifficultyComparator

public void setDifficultyComparator(Comparator<Object> difficultyComparator)
Deprecated. 

setDifficultyWeightFactory

public void setDifficultyWeightFactory(SelectionSorterWeightFactory difficultyWeightFactory)
Deprecated. 

isSortDifficultySupported

public boolean isSortDifficultySupported()
Deprecated. 

sortDifficultyAscending

public void sortDifficultyAscending(Solution solution,
                                    List<Object> planningEntityList)
Deprecated. 

sortDifficultyDescending

public void sortDifficultyDescending(Solution solution,
                                     List<Object> planningEntityList)
Deprecated. 

OptaPlanner core 6.0.0.Beta3

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