Uses of Class
org.optaplanner.core.config.heuristic.selector.value.ValueSorterManner
-
-
Uses of ValueSorterManner in org.optaplanner.core.config.constructionheuristic
Fields in org.optaplanner.core.config.constructionheuristic declared as ValueSorterManner Modifier and Type Field Description protected ValueSorterMannerConstructionHeuristicPhaseConfig. valueSorterMannerMethods in org.optaplanner.core.config.constructionheuristic that return ValueSorterManner Modifier and Type Method Description ValueSorterMannerConstructionHeuristicType. getDefaultValueSorterManner()ValueSorterMannerConstructionHeuristicPhaseConfig. getValueSorterManner()Methods in org.optaplanner.core.config.constructionheuristic with parameters of type ValueSorterManner Modifier and Type Method Description voidConstructionHeuristicPhaseConfig. setValueSorterManner(ValueSorterManner valueSorterManner)ConstructionHeuristicPhaseConfigConstructionHeuristicPhaseConfig. withValueSorterManner(ValueSorterManner valueSorterManner) -
Uses of ValueSorterManner in org.optaplanner.core.config.exhaustivesearch
Fields in org.optaplanner.core.config.exhaustivesearch declared as ValueSorterManner Modifier and Type Field Description protected ValueSorterMannerExhaustiveSearchPhaseConfig. valueSorterMannerMethods in org.optaplanner.core.config.exhaustivesearch that return ValueSorterManner Modifier and Type Method Description ValueSorterMannerExhaustiveSearchType. getDefaultValueSorterManner()ValueSorterMannerExhaustiveSearchPhaseConfig. getValueSorterManner()Methods in org.optaplanner.core.config.exhaustivesearch with parameters of type ValueSorterManner Modifier and Type Method Description voidExhaustiveSearchPhaseConfig. setValueSorterManner(ValueSorterManner valueSorterManner) -
Uses of ValueSorterManner in org.optaplanner.core.config.heuristic.selector.value
Fields in org.optaplanner.core.config.heuristic.selector.value declared as ValueSorterManner Modifier and Type Field Description protected ValueSorterMannerValueSelectorConfig. sorterMannerMethods in org.optaplanner.core.config.heuristic.selector.value that return ValueSorterManner Modifier and Type Method Description ValueSorterMannerValueSelectorConfig. getSorterManner()static ValueSorterMannerValueSorterManner. valueOf(String name)Returns the enum constant of this type with the specified name.static ValueSorterManner[]ValueSorterManner. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.optaplanner.core.config.heuristic.selector.value with parameters of type ValueSorterManner Modifier and Type Method Description static <Solution_>
SelectionSorter<Solution_,Object>ValueSelectorConfig. determineSorter(ValueSorterManner valueSorterManner, GenuineVariableDescriptor<Solution_> variableDescriptor)static <Solution_>
booleanValueSelectorConfig. hasSorter(ValueSorterManner valueSorterManner, GenuineVariableDescriptor<Solution_> variableDescriptor)voidValueSelectorConfig. setSorterManner(ValueSorterManner sorterManner) -
Uses of ValueSorterManner in org.optaplanner.core.impl.heuristic
Methods in org.optaplanner.core.impl.heuristic that return ValueSorterManner Modifier and Type Method Description ValueSorterMannerHeuristicConfigPolicy. getValueSorterManner()Methods in org.optaplanner.core.impl.heuristic with parameters of type ValueSorterManner Modifier and Type Method Description voidHeuristicConfigPolicy. setValueSorterManner(ValueSorterManner valueSorterManner)
-