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 SelectionSorterOrderMethods 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) @NonNull EntitySelectorConfigEntitySelectorConfig.withSorterOrder(@NonNull 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 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) @NonNull Config_MoveSelectorConfig.withSorterOrder(@NonNull 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 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) @NonNull ValueSelectorConfigValueSelectorConfig.withSorterOrder(@NonNull 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)