OptaPlanner core 6.0.0.CR2

Uses of Class
org.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorterOrder

Packages that use SelectionSorterOrder
org.optaplanner.core.config.heuristic.selector.entity   
org.optaplanner.core.config.heuristic.selector.move   
org.optaplanner.core.config.heuristic.selector.value   
org.optaplanner.core.impl.heuristic.selector.common.decorator   
 

Uses of SelectionSorterOrder in org.optaplanner.core.config.heuristic.selector.entity
 

Fields in org.optaplanner.core.config.heuristic.selector.entity declared as SelectionSorterOrder
protected  SelectionSorterOrder EntitySelectorConfig.sorterOrder
           
 

Methods in org.optaplanner.core.config.heuristic.selector.entity that return SelectionSorterOrder
 SelectionSorterOrder EntitySelectorConfig.getSorterOrder()
           
 

Methods in org.optaplanner.core.config.heuristic.selector.entity with parameters of type SelectionSorterOrder
 void EntitySelectorConfig.setSorterOrder(SelectionSorterOrder sorterOrder)
           
 

Uses of SelectionSorterOrder in org.optaplanner.core.config.heuristic.selector.move
 

Fields in org.optaplanner.core.config.heuristic.selector.move declared as SelectionSorterOrder
protected  SelectionSorterOrder MoveSelectorConfig.sorterOrder
           
 

Methods in org.optaplanner.core.config.heuristic.selector.move that return SelectionSorterOrder
 SelectionSorterOrder MoveSelectorConfig.getSorterOrder()
           
 

Methods in org.optaplanner.core.config.heuristic.selector.move with parameters of type SelectionSorterOrder
 void MoveSelectorConfig.setSorterOrder(SelectionSorterOrder sorterOrder)
           
 

Uses of SelectionSorterOrder in org.optaplanner.core.config.heuristic.selector.value
 

Fields in org.optaplanner.core.config.heuristic.selector.value declared as SelectionSorterOrder
protected  SelectionSorterOrder ValueSelectorConfig.sorterOrder
           
 

Methods in org.optaplanner.core.config.heuristic.selector.value that return SelectionSorterOrder
 SelectionSorterOrder ValueSelectorConfig.getSorterOrder()
           
 

Methods in org.optaplanner.core.config.heuristic.selector.value with parameters of type SelectionSorterOrder
 void ValueSelectorConfig.setSorterOrder(SelectionSorterOrder sorterOrder)
           
 

Uses of SelectionSorterOrder in org.optaplanner.core.impl.heuristic.selector.common.decorator
 

Methods in org.optaplanner.core.impl.heuristic.selector.common.decorator that return SelectionSorterOrder
static SelectionSorterOrder SelectionSorterOrder.resolve(SelectionSorterOrder sorterOrder)
           
static SelectionSorterOrder SelectionSorterOrder.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SelectionSorterOrder[] SelectionSorterOrder.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.optaplanner.core.impl.heuristic.selector.common.decorator with parameters of type SelectionSorterOrder
static SelectionSorterOrder SelectionSorterOrder.resolve(SelectionSorterOrder sorterOrder)
           
 

Constructors in org.optaplanner.core.impl.heuristic.selector.common.decorator with parameters of type SelectionSorterOrder
ComparatorSelectionSorter(Comparator<Object> comparator, SelectionSorterOrder selectionSorterOrder)
           
WeightFactorySelectionSorter(SelectionSorterWeightFactory<Solution,Object> selectionSorterWeightFactory, SelectionSorterOrder selectionSorterOrder)
           
 


OptaPlanner core 6.0.0.CR2

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