Uses of Enum Class
ai.timefold.solver.core.config.heuristic.selector.common.decorator.SelectionSorterOrder
Packages that use SelectionSorterOrder
Package
Description
-
Uses of SelectionSorterOrder in ai.timefold.solver.core.config.heuristic.selector.common.decorator
Methods in ai.timefold.solver.core.config.heuristic.selector.common.decorator that return SelectionSorterOrderModifier and TypeMethodDescriptionstatic SelectionSorterOrderSelectionSorterOrder.resolve(SelectionSorterOrder sorterOrder) static SelectionSorterOrderReturns the enum constant of this class with the specified name.static SelectionSorterOrder[]SelectionSorterOrder.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ai.timefold.solver.core.config.heuristic.selector.common.decorator with parameters of type SelectionSorterOrderModifier and TypeMethodDescriptionstatic SelectionSorterOrderSelectionSorterOrder.resolve(SelectionSorterOrder sorterOrder) -
Uses of SelectionSorterOrder in ai.timefold.solver.core.config.heuristic.selector.entity
Fields in ai.timefold.solver.core.config.heuristic.selector.entity declared as SelectionSorterOrderMethods in ai.timefold.solver.core.config.heuristic.selector.entity that return SelectionSorterOrderMethods in ai.timefold.solver.core.config.heuristic.selector.entity with parameters of type SelectionSorterOrderModifier and TypeMethodDescriptionvoidEntitySelectorConfig.setSorterOrder(SelectionSorterOrder sorterOrder) EntitySelectorConfig.withSorterOrder(SelectionSorterOrder sorterOrder) -
Uses of SelectionSorterOrder in ai.timefold.solver.core.config.heuristic.selector.move
Fields in ai.timefold.solver.core.config.heuristic.selector.move declared as SelectionSorterOrderMethods in ai.timefold.solver.core.config.heuristic.selector.move that return SelectionSorterOrderMethods in ai.timefold.solver.core.config.heuristic.selector.move with parameters of type SelectionSorterOrderModifier and TypeMethodDescriptionvoidMoveSelectorConfig.setSorterOrder(SelectionSorterOrder sorterOrder) MoveSelectorConfig.withSorterOrder(SelectionSorterOrder sorterOrder) -
Uses of SelectionSorterOrder in ai.timefold.solver.core.config.heuristic.selector.value
Fields in ai.timefold.solver.core.config.heuristic.selector.value declared as SelectionSorterOrderMethods in ai.timefold.solver.core.config.heuristic.selector.value that return SelectionSorterOrderMethods in ai.timefold.solver.core.config.heuristic.selector.value with parameters of type SelectionSorterOrderModifier and TypeMethodDescriptionvoidValueSelectorConfig.setSorterOrder(SelectionSorterOrder sorterOrder) ValueSelectorConfig.withSorterOrder(SelectionSorterOrder sorterOrder) -
Uses of SelectionSorterOrder in ai.timefold.solver.core.impl.heuristic.selector.common.decorator
Constructors in ai.timefold.solver.core.impl.heuristic.selector.common.decorator with parameters of type SelectionSorterOrderModifierConstructorDescriptionComparatorSelectionSorter(Comparator<T> comparator, SelectionSorterOrder selectionSorterOrder) WeightFactorySelectionSorter(SelectionSorterWeightFactory<Solution_, T> selectionSorterWeightFactory, SelectionSorterOrder selectionSorterOrder)