Uses of Enum Class
ai.timefold.solver.core.config.heuristic.selector.value.ValueSorterManner
Packages that use ValueSorterManner
Package
Description
-
Uses of ValueSorterManner in ai.timefold.solver.core.config.constructionheuristic
Fields in ai.timefold.solver.core.config.constructionheuristic declared as ValueSorterMannerModifier and TypeFieldDescriptionprotected ValueSorterMannerConstructionHeuristicPhaseConfig.valueSorterMannerMethods in ai.timefold.solver.core.config.constructionheuristic that return ValueSorterMannerModifier and TypeMethodDescription@NonNull ValueSorterMannerConstructionHeuristicType.getDefaultValueSorterManner()@Nullable ValueSorterMannerConstructionHeuristicPhaseConfig.getValueSorterManner()Methods in ai.timefold.solver.core.config.constructionheuristic with parameters of type ValueSorterMannerModifier and TypeMethodDescriptionvoidConstructionHeuristicPhaseConfig.setValueSorterManner(@Nullable ValueSorterManner valueSorterManner) @NonNull ConstructionHeuristicPhaseConfigConstructionHeuristicPhaseConfig.withValueSorterManner(@NonNull ValueSorterManner valueSorterManner) -
Uses of ValueSorterManner in ai.timefold.solver.core.config.exhaustivesearch
Fields in ai.timefold.solver.core.config.exhaustivesearch declared as ValueSorterMannerModifier and TypeFieldDescriptionprotected ValueSorterMannerExhaustiveSearchPhaseConfig.valueSorterMannerMethods in ai.timefold.solver.core.config.exhaustivesearch that return ValueSorterMannerModifier and TypeMethodDescription@NonNull ValueSorterMannerExhaustiveSearchType.getDefaultValueSorterManner()@Nullable ValueSorterMannerExhaustiveSearchPhaseConfig.getValueSorterManner()Methods in ai.timefold.solver.core.config.exhaustivesearch with parameters of type ValueSorterMannerModifier and TypeMethodDescriptionvoidExhaustiveSearchPhaseConfig.setValueSorterManner(@Nullable ValueSorterManner valueSorterManner) @NonNull ExhaustiveSearchPhaseConfigExhaustiveSearchPhaseConfig.withValueSorterManner(@NonNull ValueSorterManner valueSorterManner) -
Uses of ValueSorterManner in ai.timefold.solver.core.config.heuristic.selector.value
Fields in ai.timefold.solver.core.config.heuristic.selector.value declared as ValueSorterMannerMethods in ai.timefold.solver.core.config.heuristic.selector.value that return ValueSorterMannerModifier and TypeMethodDescription@Nullable ValueSorterMannerValueSelectorConfig.getSorterManner()static ValueSorterMannerReturns the enum constant of this class with the specified name.static ValueSorterManner[]ValueSorterManner.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.value with parameters of type ValueSorterMannerModifier and TypeMethodDescriptionstatic <Solution_>
@NonNull SelectionSorter<Solution_,Object> ValueSelectorConfig.determineSorter(@NonNull ValueSorterManner valueSorterManner, @NonNull GenuineVariableDescriptor<Solution_> variableDescriptor) static <Solution_>
booleanValueSelectorConfig.hasSorter(@NonNull ValueSorterManner valueSorterManner, @NonNull GenuineVariableDescriptor<Solution_> variableDescriptor) voidValueSelectorConfig.setSorterManner(@Nullable ValueSorterManner sorterManner) @NonNull ValueSelectorConfigValueSelectorConfig.withSorterManner(@NonNull ValueSorterManner sorterManner) -
Uses of ValueSorterManner in ai.timefold.solver.core.impl.heuristic
Methods in ai.timefold.solver.core.impl.heuristic that return ValueSorterMannerMethods in ai.timefold.solver.core.impl.heuristic with parameters of type ValueSorterMannerModifier and TypeMethodDescriptionHeuristicConfigPolicy.Builder.withValueSorterManner(ValueSorterManner valueSorterManner)