Uses of Interface
org.optaplanner.core.impl.heuristic.selector.common.decorator.SelectionSorter
Packages that use SelectionSorter
Package
Description
-
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 SelectionSorterModifier and TypeFieldDescriptionprotected Class<? extends SelectionSorter>
EntitySelectorConfig.sorterClass
Methods in org.optaplanner.core.config.heuristic.selector.entity that return SelectionSorterModifier and TypeMethodDescriptionstatic <Solution_,
T>
SelectionSorter<Solution_,T> EntitySelectorConfig.determineSorter
(EntitySorterManner entitySorterManner, EntityDescriptor<Solution_> entityDescriptor) Methods in org.optaplanner.core.config.heuristic.selector.entity that return types with arguments of type SelectionSorterModifier and TypeMethodDescriptionClass<? extends SelectionSorter>
EntitySelectorConfig.getSorterClass()
Method parameters in org.optaplanner.core.config.heuristic.selector.entity with type arguments of type SelectionSorterModifier and TypeMethodDescriptionvoid
EntitySelectorConfig.setSorterClass
(Class<? extends SelectionSorter> sorterClass) EntitySelectorConfig.withSorterClass
(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 SelectionSorterModifier and TypeFieldDescriptionprotected Class<? extends SelectionSorter>
MoveSelectorConfig.sorterClass
Methods in org.optaplanner.core.config.heuristic.selector.move that return types with arguments of type SelectionSorterModifier and TypeMethodDescriptionClass<? extends SelectionSorter>
MoveSelectorConfig.getSorterClass()
Method parameters in org.optaplanner.core.config.heuristic.selector.move with type arguments of type SelectionSorterModifier and TypeMethodDescriptionvoid
MoveSelectorConfig.setSorterClass
(Class<? extends SelectionSorter> sorterClass) MoveSelectorConfig.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 SelectionSorterModifier and TypeFieldDescriptionprotected Class<? extends SelectionSorter>
ValueSelectorConfig.sorterClass
Methods in org.optaplanner.core.config.heuristic.selector.value that return SelectionSorterModifier and TypeMethodDescriptionstatic <Solution_>
SelectionSorter<Solution_,Object> ValueSelectorConfig.determineSorter
(ValueSorterManner valueSorterManner, GenuineVariableDescriptor<Solution_> variableDescriptor) Methods in org.optaplanner.core.config.heuristic.selector.value that return types with arguments of type SelectionSorterModifier and TypeMethodDescriptionClass<? extends SelectionSorter>
ValueSelectorConfig.getSorterClass()
Method parameters in org.optaplanner.core.config.heuristic.selector.value with type arguments of type SelectionSorterModifier and TypeMethodDescriptionvoid
ValueSelectorConfig.setSorterClass
(Class<? extends SelectionSorter> sorterClass) ValueSelectorConfig.withSorterClass
(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 -
Uses of SelectionSorter in org.optaplanner.core.impl.domain.variable.descriptor
Methods in org.optaplanner.core.impl.domain.variable.descriptor that return SelectionSorterModifier and TypeMethodDescriptionGenuineVariableDescriptor.getDecreasingStrengthSorter()
GenuineVariableDescriptor.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 SelectionSorterModifier and TypeClassDescriptionfinal class
ComparatorSelectionSorter<Solution_,
T> Sorts a selectionList
based on aComparator
.final class
WeightFactorySelectionSorter<Solution_,
T> Sorts a selectionList
based on aSelectionSorterWeightFactory
. -
Uses of SelectionSorter in org.optaplanner.core.impl.heuristic.selector.entity.decorator
Constructors in org.optaplanner.core.impl.heuristic.selector.entity.decorator with parameters of type SelectionSorterModifierConstructorDescriptionSortingEntitySelector
(EntitySelector<Solution_> childEntitySelector, SelectionCacheType cacheType, SelectionSorter<Solution_, Object> 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 SelectionSorterModifier and TypeFieldDescriptionprotected final SelectionSorter<Solution_,
Move<Solution_>> SortingMoveSelector.sorter
Constructors in org.optaplanner.core.impl.heuristic.selector.move.decorator with parameters of type SelectionSorterModifierConstructorDescriptionSortingMoveSelector
(MoveSelector<Solution_> childMoveSelector, SelectionCacheType cacheType, SelectionSorter<Solution_, Move<Solution_>> 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 SelectionSorterModifier and TypeFieldDescriptionprotected final SelectionSorter<Solution_,
Object> SortingValueSelector.sorter
Constructors in org.optaplanner.core.impl.heuristic.selector.value.decorator with parameters of type SelectionSorterModifierConstructorDescriptionEntityDependentSortingValueSelector
(ValueSelector<Solution_> childValueSelector, SelectionCacheType cacheType, SelectionSorter<Solution_, Object> sorter) SortingValueSelector
(EntityIndependentValueSelector<Solution_> childValueSelector, SelectionCacheType cacheType, SelectionSorter<Solution_, Object> sorter)