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 TypeMethodDescriptionConstructionHeuristicType.getDefaultValueSorterManner()ConstructionHeuristicPhaseConfig.getValueSorterManner()Methods in ai.timefold.solver.core.config.constructionheuristic with parameters of type ValueSorterMannerModifier and TypeMethodDescriptionvoidConstructionHeuristicPhaseConfig.setValueSorterManner(ValueSorterManner valueSorterManner) ConstructionHeuristicPhaseConfig.withValueSorterManner(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 TypeMethodDescriptionExhaustiveSearchType.getDefaultValueSorterManner()ExhaustiveSearchPhaseConfig.getValueSorterManner()Methods in ai.timefold.solver.core.config.exhaustivesearch with parameters of type ValueSorterMannerModifier and TypeMethodDescriptionvoidExhaustiveSearchPhaseConfig.setValueSorterManner(ValueSorterManner valueSorterManner) ExhaustiveSearchPhaseConfig.withValueSorterManner(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 TypeMethodDescriptionValueSelectorConfig.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_>
SelectionSorter<Solution_,Object> ValueSelectorConfig.determineSorter(ValueSorterManner valueSorterManner, GenuineVariableDescriptor<Solution_> variableDescriptor) static <Solution_>
booleanValueSelectorConfig.hasSorter(ValueSorterManner valueSorterManner, GenuineVariableDescriptor<Solution_> variableDescriptor) voidValueSelectorConfig.setSorterManner(ValueSorterManner sorterManner) ValueSelectorConfig.withSorterManner(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)