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 @NonNull SelectionSorterOrderSelectionSorterOrder.resolve(@Nullable 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 @NonNull SelectionSorterOrderSelectionSorterOrder.resolve(@Nullable 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 SelectionSorterOrderModifier and TypeFieldDescriptionprotected @Nullable SelectionSorterOrderEntitySelectorConfig.sorterOrderMethods in ai.timefold.solver.core.config.heuristic.selector.entity that return SelectionSorterOrderModifier and TypeMethodDescription@Nullable SelectionSorterOrderEntitySelectorConfig.getSorterOrder()Methods in ai.timefold.solver.core.config.heuristic.selector.entity with parameters of type SelectionSorterOrderModifier and TypeMethodDescriptionvoidEntitySelectorConfig.setSorterOrder(@Nullable 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 SelectionSorterOrderModifier and TypeFieldDescriptionprotected @Nullable SelectionSorterOrderMoveSelectorConfig.sorterOrderMethods in ai.timefold.solver.core.config.heuristic.selector.move that return SelectionSorterOrderModifier and TypeMethodDescription@Nullable SelectionSorterOrderMoveSelectorConfig.getSorterOrder()Methods in ai.timefold.solver.core.config.heuristic.selector.move with parameters of type SelectionSorterOrderModifier and TypeMethodDescriptionvoidMoveSelectorConfig.setSorterOrder(@Nullable 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 SelectionSorterOrderModifier and TypeFieldDescriptionprotected @Nullable SelectionSorterOrderValueSelectorConfig.sorterOrderMethods in ai.timefold.solver.core.config.heuristic.selector.value that return SelectionSorterOrderModifier and TypeMethodDescription@Nullable SelectionSorterOrderValueSelectorConfig.getSorterOrder()Methods in ai.timefold.solver.core.config.heuristic.selector.value with parameters of type SelectionSorterOrderModifier and TypeMethodDescriptionvoidValueSelectorConfig.setSorterOrder(@Nullable 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 SelectionSorterOrderModifierConstructorDescriptionComparatorFactorySelectionSorter(ComparatorFactory<Solution_, T> selectionComparatorFactory, SelectionSorterOrder selectionSorterOrder) ComparatorSelectionSorter(Comparator<T> comparator, SelectionSorterOrder selectionSorterOrder)