Uses of Class
org.optaplanner.core.config.heuristic.selector.common.decorator.SelectionSorterOrder
-
-
Uses of SelectionSorterOrder in org.optaplanner.core.config.heuristic.selector.common.decorator
Methods in org.optaplanner.core.config.heuristic.selector.common.decorator that return SelectionSorterOrder Modifier and Type Method Description 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.config.heuristic.selector.common.decorator with parameters of type SelectionSorterOrder Modifier and Type Method Description static SelectionSorterOrder
SelectionSorterOrder. resolve(SelectionSorterOrder sorterOrder)
-
Uses of SelectionSorterOrder in org.optaplanner.core.config.heuristic.selector.entity
Fields in org.optaplanner.core.config.heuristic.selector.entity declared as SelectionSorterOrder Modifier and Type Field Description protected SelectionSorterOrder
EntitySelectorConfig. sorterOrder
Methods in org.optaplanner.core.config.heuristic.selector.entity that return SelectionSorterOrder Modifier and Type Method Description SelectionSorterOrder
EntitySelectorConfig. getSorterOrder()
Methods in org.optaplanner.core.config.heuristic.selector.entity with parameters of type SelectionSorterOrder Modifier and Type Method Description 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 Modifier and Type Field Description protected SelectionSorterOrder
MoveSelectorConfig. sorterOrder
Methods in org.optaplanner.core.config.heuristic.selector.move that return SelectionSorterOrder Modifier and Type Method Description SelectionSorterOrder
MoveSelectorConfig. getSorterOrder()
Methods in org.optaplanner.core.config.heuristic.selector.move with parameters of type SelectionSorterOrder Modifier and Type Method Description void
MoveSelectorConfig. setSorterOrder(SelectionSorterOrder sorterOrder)
MoveSelectorConfig<Config_>
MoveSelectorConfig. withSorterOrder(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 Modifier and Type Field Description protected SelectionSorterOrder
ValueSelectorConfig. sorterOrder
Methods in org.optaplanner.core.config.heuristic.selector.value that return SelectionSorterOrder Modifier and Type Method Description SelectionSorterOrder
ValueSelectorConfig. getSorterOrder()
Methods in org.optaplanner.core.config.heuristic.selector.value with parameters of type SelectionSorterOrder Modifier and Type Method Description void
ValueSelectorConfig. setSorterOrder(SelectionSorterOrder sorterOrder)
-
Uses of SelectionSorterOrder in org.optaplanner.core.impl.heuristic.selector.common.decorator
Constructors in org.optaplanner.core.impl.heuristic.selector.common.decorator with parameters of type SelectionSorterOrder Constructor Description ComparatorSelectionSorter(Comparator<T> comparator, SelectionSorterOrder selectionSorterOrder)
WeightFactorySelectionSorter(SelectionSorterWeightFactory<Solution_,T> selectionSorterWeightFactory, SelectionSorterOrder selectionSorterOrder)
-