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 SelectionSorterOrderSelectionSorterOrder. resolve(SelectionSorterOrder sorterOrder)static SelectionSorterOrderSelectionSorterOrder. 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 SelectionSorterOrderSelectionSorterOrder. 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 SelectionSorterOrderEntitySelectorConfig. sorterOrderMethods in org.optaplanner.core.config.heuristic.selector.entity that return SelectionSorterOrder Modifier and Type Method Description SelectionSorterOrderEntitySelectorConfig. getSorterOrder()Methods in org.optaplanner.core.config.heuristic.selector.entity with parameters of type SelectionSorterOrder Modifier and Type Method Description voidEntitySelectorConfig. 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 SelectionSorterOrderMoveSelectorConfig. sorterOrderMethods in org.optaplanner.core.config.heuristic.selector.move that return SelectionSorterOrder Modifier and Type Method Description SelectionSorterOrderMoveSelectorConfig. getSorterOrder()Methods in org.optaplanner.core.config.heuristic.selector.move with parameters of type SelectionSorterOrder Modifier and Type Method Description voidMoveSelectorConfig. 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 SelectionSorterOrderValueSelectorConfig. sorterOrderMethods in org.optaplanner.core.config.heuristic.selector.value that return SelectionSorterOrder Modifier and Type Method Description SelectionSorterOrderValueSelectorConfig. getSorterOrder()Methods in org.optaplanner.core.config.heuristic.selector.value with parameters of type SelectionSorterOrder Modifier and Type Method Description voidValueSelectorConfig. 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)
-