Uses of Interface
org.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorter
-
-
Uses of SelectionSorter in org.optaplanner.core.config.heuristic.selector.entity
Fields in org.optaplanner.core.config.heuristic.selector.entity with type parameters of type SelectionSorter Modifier and Type Field Description protected Class<? extends SelectionSorter>EntitySelectorConfig. sorterClassMethods in org.optaplanner.core.config.heuristic.selector.entity that return SelectionSorter Modifier and Type Method Description static SelectionSorterEntitySelectorConfig. determineSorter(EntitySorterManner entitySorterManner, EntityDescriptor entityDescriptor)Methods in org.optaplanner.core.config.heuristic.selector.entity that return types with arguments of type SelectionSorter Modifier and Type Method Description Class<? extends SelectionSorter>EntitySelectorConfig. getSorterClass()Method parameters in org.optaplanner.core.config.heuristic.selector.entity with type arguments of type SelectionSorter Modifier and Type Method Description voidEntitySelectorConfig. setSorterClass(Class<? extends SelectionSorter> sorterClass) -
Uses of SelectionSorter in org.optaplanner.core.config.heuristic.selector.move
Fields in org.optaplanner.core.config.heuristic.selector.move with type parameters of type SelectionSorter Modifier and Type Field Description protected Class<? extends SelectionSorter>MoveSelectorConfig. sorterClassMethods in org.optaplanner.core.config.heuristic.selector.move that return types with arguments of type SelectionSorter Modifier and Type Method Description Class<? extends SelectionSorter>MoveSelectorConfig. getSorterClass()Method parameters in org.optaplanner.core.config.heuristic.selector.move with type arguments of type SelectionSorter Modifier and Type Method Description voidMoveSelectorConfig. setSorterClass(Class<? extends SelectionSorter> sorterClass)MoveSelectorConfigMoveSelectorConfig. withSorterClass(Class<? extends SelectionSorter> sorterClass) -
Uses of SelectionSorter in org.optaplanner.core.config.heuristic.selector.value
Fields in org.optaplanner.core.config.heuristic.selector.value with type parameters of type SelectionSorter Modifier and Type Field Description protected Class<? extends SelectionSorter>ValueSelectorConfig. sorterClassMethods in org.optaplanner.core.config.heuristic.selector.value that return SelectionSorter Modifier and Type Method Description static SelectionSorterValueSelectorConfig. determineSorter(ValueSorterManner valueSorterManner, GenuineVariableDescriptor variableDescriptor)Methods in org.optaplanner.core.config.heuristic.selector.value that return types with arguments of type SelectionSorter Modifier and Type Method Description Class<? extends SelectionSorter>ValueSelectorConfig. getSorterClass()Method parameters in org.optaplanner.core.config.heuristic.selector.value with type arguments of type SelectionSorter Modifier and Type Method Description voidValueSelectorConfig. setSorterClass(Class<? extends SelectionSorter> sorterClass) -
Uses of SelectionSorter in org.optaplanner.core.impl.domain.entity.descriptor
Methods in org.optaplanner.core.impl.domain.entity.descriptor that return SelectionSorter Modifier and Type Method Description SelectionSorterEntityDescriptor. getDecreasingDifficultySorter() -
Uses of SelectionSorter in org.optaplanner.core.impl.domain.variable.descriptor
Methods in org.optaplanner.core.impl.domain.variable.descriptor that return SelectionSorter Modifier and Type Method Description SelectionSorterGenuineVariableDescriptor. getDecreasingStrengthSorter()SelectionSorterGenuineVariableDescriptor. getIncreasingStrengthSorter() -
Uses of SelectionSorter in org.optaplanner.core.impl.heuristic.selector.common.decorator
Classes in org.optaplanner.core.impl.heuristic.selector.common.decorator that implement SelectionSorter Modifier and Type Class Description classComparatorSelectionSorter<Solution_,T>Sorts a selectionListbased on aComparator.classWeightFactorySelectionSorter<Solution_,T>Sorts a selectionListbased on aSelectionSorterWeightFactory. -
Uses of SelectionSorter in org.optaplanner.core.impl.heuristic.selector.entity.decorator
Fields in org.optaplanner.core.impl.heuristic.selector.entity.decorator declared as SelectionSorter Modifier and Type Field Description protected SelectionSorterSortingEntitySelector. sorterConstructors in org.optaplanner.core.impl.heuristic.selector.entity.decorator with parameters of type SelectionSorter Constructor Description SortingEntitySelector(EntitySelector childEntitySelector, SelectionCacheType cacheType, SelectionSorter sorter) -
Uses of SelectionSorter in org.optaplanner.core.impl.heuristic.selector.move.decorator
Fields in org.optaplanner.core.impl.heuristic.selector.move.decorator declared as SelectionSorter Modifier and Type Field Description protected SelectionSorterSortingMoveSelector. sorterConstructors in org.optaplanner.core.impl.heuristic.selector.move.decorator with parameters of type SelectionSorter Constructor Description SortingMoveSelector(MoveSelector childMoveSelector, SelectionCacheType cacheType, SelectionSorter sorter) -
Uses of SelectionSorter in org.optaplanner.core.impl.heuristic.selector.value.decorator
Fields in org.optaplanner.core.impl.heuristic.selector.value.decorator declared as SelectionSorter Modifier and Type Field Description protected SelectionSorterEntityDependentSortingValueSelector. sorterprotected SelectionSorterSortingValueSelector. sorterConstructors in org.optaplanner.core.impl.heuristic.selector.value.decorator with parameters of type SelectionSorter Constructor Description EntityDependentSortingValueSelector(ValueSelector childValueSelector, SelectionCacheType cacheType, SelectionSorter sorter)SortingValueSelector(EntityIndependentValueSelector childValueSelector, SelectionCacheType cacheType, SelectionSorter sorter)
-