Uses of Class
org.optaplanner.core.config.heuristic.selector.common.SelectionCacheType
-
-
Uses of SelectionCacheType in org.optaplanner.core.config.heuristic.selector
Methods in org.optaplanner.core.config.heuristic.selector with parameters of type SelectionCacheType Modifier and Type Method Description protected voidSelectorConfig. validateCacheTypeVersusSelectionOrder(SelectionCacheType resolvedCacheType, SelectionOrder resolvedSelectionOrder) -
Uses of SelectionCacheType in org.optaplanner.core.config.heuristic.selector.common
Methods in org.optaplanner.core.config.heuristic.selector.common that return SelectionCacheType Modifier and Type Method Description static SelectionCacheTypeSelectionCacheType. max(SelectionCacheType a, SelectionCacheType b)static SelectionCacheTypeSelectionCacheType. resolve(SelectionCacheType cacheType, SelectionCacheType minimumCacheType)static SelectionCacheTypeSelectionCacheType. valueOf(String name)Returns the enum constant of this type with the specified name.static SelectionCacheType[]SelectionCacheType. 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.common with parameters of type SelectionCacheType Modifier and Type Method Description static SelectionCacheTypeSelectionCacheType. max(SelectionCacheType a, SelectionCacheType b)static SelectionCacheTypeSelectionCacheType. resolve(SelectionCacheType cacheType, SelectionCacheType minimumCacheType) -
Uses of SelectionCacheType in org.optaplanner.core.config.heuristic.selector.common.nearby
Methods in org.optaplanner.core.config.heuristic.selector.common.nearby with parameters of type SelectionCacheType Modifier and Type Method Description EntitySelectorNearbySelectionConfig. applyNearbyEntitySelector(HeuristicConfigPolicy configPolicy, SelectionCacheType minimumCacheType, SelectionCacheType resolvedCacheType, SelectionOrder resolvedSelectionOrder, EntitySelector entitySelector)ValueSelectorNearbySelectionConfig. applyNearbyValueSelector(HeuristicConfigPolicy configPolicy, SelectionCacheType minimumCacheType, SelectionCacheType resolvedCacheType, SelectionOrder resolvedSelectionOrder, ValueSelector valueSelector)voidNearbySelectionConfig. validateNearby(SelectionCacheType resolvedCacheType, SelectionOrder resolvedSelectionOrder) -
Uses of SelectionCacheType in org.optaplanner.core.config.heuristic.selector.entity
Fields in org.optaplanner.core.config.heuristic.selector.entity declared as SelectionCacheType Modifier and Type Field Description protected SelectionCacheTypeEntitySelectorConfig. cacheTypeMethods in org.optaplanner.core.config.heuristic.selector.entity that return SelectionCacheType Modifier and Type Method Description SelectionCacheTypeEntitySelectorConfig. getCacheType()Methods in org.optaplanner.core.config.heuristic.selector.entity with parameters of type SelectionCacheType Modifier and Type Method Description EntitySelectorEntitySelectorConfig. buildEntitySelector(HeuristicConfigPolicy configPolicy, SelectionCacheType minimumCacheType, SelectionOrder inheritedSelectionOrder)protected booleanEntitySelectorConfig. determineBaseRandomSelection(EntityDescriptor entityDescriptor, SelectionCacheType resolvedCacheType, SelectionOrder resolvedSelectionOrder)voidEntitySelectorConfig. setCacheType(SelectionCacheType cacheType) -
Uses of SelectionCacheType in org.optaplanner.core.config.heuristic.selector.entity.pillar
Methods in org.optaplanner.core.config.heuristic.selector.entity.pillar with parameters of type SelectionCacheType Modifier and Type Method Description PillarSelectorPillarSelectorConfig. buildPillarSelector(HeuristicConfigPolicy configPolicy, SubPillarType subPillarType, Class<? extends Comparator> subPillarSequenceComparatorClass, SelectionCacheType minimumCacheType, SelectionOrder inheritedSelectionOrder, List<String> variableNameIncludeList) -
Uses of SelectionCacheType in org.optaplanner.core.config.heuristic.selector.move
Fields in org.optaplanner.core.config.heuristic.selector.move declared as SelectionCacheType Modifier and Type Field Description protected SelectionCacheTypeMoveSelectorConfig. cacheTypeMethods in org.optaplanner.core.config.heuristic.selector.move that return SelectionCacheType Modifier and Type Method Description SelectionCacheTypeMoveSelectorConfig. getCacheType()Methods in org.optaplanner.core.config.heuristic.selector.move with parameters of type SelectionCacheType Modifier and Type Method Description protected abstract MoveSelectorMoveSelectorConfig. buildBaseMoveSelector(HeuristicConfigPolicy configPolicy, SelectionCacheType minimumCacheType, boolean randomSelection)MoveSelectorMoveSelectorConfig. buildMoveSelector(HeuristicConfigPolicy configPolicy, SelectionCacheType minimumCacheType, SelectionOrder inheritedSelectionOrder)protected booleanMoveSelectorConfig. determineBaseRandomSelection(SelectionCacheType resolvedCacheType, SelectionOrder resolvedSelectionOrder)voidMoveSelectorConfig. setCacheType(SelectionCacheType cacheType)MoveSelectorConfigMoveSelectorConfig. withCacheType(SelectionCacheType cacheType) -
Uses of SelectionCacheType in org.optaplanner.core.config.heuristic.selector.move.composite
Methods in org.optaplanner.core.config.heuristic.selector.move.composite with parameters of type SelectionCacheType Modifier and Type Method Description MoveSelectorCartesianProductMoveSelectorConfig. buildBaseMoveSelector(HeuristicConfigPolicy configPolicy, SelectionCacheType minimumCacheType, boolean randomSelection)MoveSelectorUnionMoveSelectorConfig. buildBaseMoveSelector(HeuristicConfigPolicy configPolicy, SelectionCacheType minimumCacheType, boolean randomSelection) -
Uses of SelectionCacheType in org.optaplanner.core.config.heuristic.selector.move.factory
Methods in org.optaplanner.core.config.heuristic.selector.move.factory with parameters of type SelectionCacheType Modifier and Type Method Description MoveSelectorMoveIteratorFactoryConfig. buildBaseMoveSelector(HeuristicConfigPolicy configPolicy, SelectionCacheType minimumCacheType, boolean randomSelection)MoveSelectorMoveListFactoryConfig. buildBaseMoveSelector(HeuristicConfigPolicy configPolicy, SelectionCacheType minimumCacheType, boolean randomSelection) -
Uses of SelectionCacheType in org.optaplanner.core.config.heuristic.selector.move.generic
Methods in org.optaplanner.core.config.heuristic.selector.move.generic with parameters of type SelectionCacheType Modifier and Type Method Description MoveSelectorChangeMoveSelectorConfig. buildBaseMoveSelector(HeuristicConfigPolicy configPolicy, SelectionCacheType minimumCacheType, boolean randomSelection)MoveSelectorPillarChangeMoveSelectorConfig. buildBaseMoveSelector(HeuristicConfigPolicy configPolicy, SelectionCacheType minimumCacheType, boolean randomSelection)MoveSelectorPillarSwapMoveSelectorConfig. buildBaseMoveSelector(HeuristicConfigPolicy configPolicy, SelectionCacheType minimumCacheType, boolean randomSelection)MoveSelectorSwapMoveSelectorConfig. buildBaseMoveSelector(HeuristicConfigPolicy configPolicy, SelectionCacheType minimumCacheType, boolean randomSelection) -
Uses of SelectionCacheType in org.optaplanner.core.config.heuristic.selector.move.generic.chained
Methods in org.optaplanner.core.config.heuristic.selector.move.generic.chained with parameters of type SelectionCacheType Modifier and Type Method Description MoveSelectorKOptMoveSelectorConfig. buildBaseMoveSelector(HeuristicConfigPolicy configPolicy, SelectionCacheType minimumCacheType, boolean randomSelection)MoveSelectorSubChainChangeMoveSelectorConfig. buildBaseMoveSelector(HeuristicConfigPolicy configPolicy, SelectionCacheType minimumCacheType, boolean randomSelection)MoveSelectorSubChainSwapMoveSelectorConfig. buildBaseMoveSelector(HeuristicConfigPolicy configPolicy, SelectionCacheType minimumCacheType, boolean randomSelection)MoveSelectorTailChainSwapMoveSelectorConfig. buildBaseMoveSelector(HeuristicConfigPolicy configPolicy, SelectionCacheType minimumCacheType, boolean randomSelection) -
Uses of SelectionCacheType in org.optaplanner.core.config.heuristic.selector.value
Fields in org.optaplanner.core.config.heuristic.selector.value declared as SelectionCacheType Modifier and Type Field Description protected SelectionCacheTypeValueSelectorConfig. cacheTypeMethods in org.optaplanner.core.config.heuristic.selector.value that return SelectionCacheType Modifier and Type Method Description SelectionCacheTypeValueSelectorConfig. getCacheType()Methods in org.optaplanner.core.config.heuristic.selector.value with parameters of type SelectionCacheType Modifier and Type Method Description protected ValueSelectorValueSelectorConfig. applyInitializedChainedValueFilter(HeuristicConfigPolicy configPolicy, GenuineVariableDescriptor variableDescriptor, SelectionCacheType resolvedCacheType, SelectionOrder resolvedSelectionOrder, ValueSelector valueSelector)ValueSelectorValueSelectorConfig. buildValueSelector(HeuristicConfigPolicy configPolicy, EntityDescriptor entityDescriptor, SelectionCacheType minimumCacheType, SelectionOrder inheritedSelectionOrder)protected booleanValueSelectorConfig. determineBaseRandomSelection(GenuineVariableDescriptor variableDescriptor, SelectionCacheType resolvedCacheType, SelectionOrder resolvedSelectionOrder)voidValueSelectorConfig. setCacheType(SelectionCacheType cacheType) -
Uses of SelectionCacheType in org.optaplanner.core.config.heuristic.selector.value.chained
Methods in org.optaplanner.core.config.heuristic.selector.value.chained with parameters of type SelectionCacheType Modifier and Type Method Description SubChainSelectorSubChainSelectorConfig. buildSubChainSelector(HeuristicConfigPolicy configPolicy, EntityDescriptor entityDescriptor, SelectionCacheType minimumCacheType, SelectionOrder inheritedSelectionOrder) -
Uses of SelectionCacheType in org.optaplanner.core.impl.heuristic.selector
Methods in org.optaplanner.core.impl.heuristic.selector that return SelectionCacheType Modifier and Type Method Description SelectionCacheTypeAbstractSelector. getCacheType()SelectionCacheTypeSelector. getCacheType()Unless this selector itself caches, this returnsJUST_IN_TIME, even if a selector child caches. -
Uses of SelectionCacheType in org.optaplanner.core.impl.heuristic.selector.common
Fields in org.optaplanner.core.impl.heuristic.selector.common declared as SelectionCacheType Modifier and Type Field Description protected SelectionCacheTypeSelectionCacheLifecycleBridge. cacheTypeConstructors in org.optaplanner.core.impl.heuristic.selector.common with parameters of type SelectionCacheType Constructor Description SelectionCacheLifecycleBridge(SelectionCacheType cacheType, SelectionCacheLifecycleListener selectionCacheLifecycleListener) -
Uses of SelectionCacheType in org.optaplanner.core.impl.heuristic.selector.entity
Fields in org.optaplanner.core.impl.heuristic.selector.entity declared as SelectionCacheType Modifier and Type Field Description protected SelectionCacheTypeFromSolutionEntitySelector. minimumCacheTypeMethods in org.optaplanner.core.impl.heuristic.selector.entity that return SelectionCacheType Modifier and Type Method Description SelectionCacheTypeFromSolutionEntitySelector. getCacheType()Constructors in org.optaplanner.core.impl.heuristic.selector.entity with parameters of type SelectionCacheType Constructor Description FromSolutionEntitySelector(EntityDescriptor entityDescriptor, SelectionCacheType minimumCacheType, boolean randomSelection) -
Uses of SelectionCacheType in org.optaplanner.core.impl.heuristic.selector.entity.decorator
Fields in org.optaplanner.core.impl.heuristic.selector.entity.decorator declared as SelectionCacheType Modifier and Type Field Description protected SelectionCacheTypeAbstractCachingEntitySelector. cacheTypeprotected SelectionCacheTypeProbabilityEntitySelector. cacheTypeMethods in org.optaplanner.core.impl.heuristic.selector.entity.decorator that return SelectionCacheType Modifier and Type Method Description SelectionCacheTypeAbstractCachingEntitySelector. getCacheType()SelectionCacheTypeProbabilityEntitySelector. getCacheType()Constructors in org.optaplanner.core.impl.heuristic.selector.entity.decorator with parameters of type SelectionCacheType Constructor Description AbstractCachingEntitySelector(EntitySelector childEntitySelector, SelectionCacheType cacheType)CachingEntitySelector(EntitySelector childEntitySelector, SelectionCacheType cacheType, boolean randomSelection)ProbabilityEntitySelector(EntitySelector childEntitySelector, SelectionCacheType cacheType, SelectionProbabilityWeightFactory probabilityWeightFactory)ShufflingEntitySelector(EntitySelector childEntitySelector, SelectionCacheType cacheType)SortingEntitySelector(EntitySelector childEntitySelector, SelectionCacheType cacheType, SelectionSorter sorter) -
Uses of SelectionCacheType in org.optaplanner.core.impl.heuristic.selector.entity.pillar
Fields in org.optaplanner.core.impl.heuristic.selector.entity.pillar declared as SelectionCacheType Modifier and Type Field Description protected static SelectionCacheTypeDefaultPillarSelector. CACHE_TYPEMethods in org.optaplanner.core.impl.heuristic.selector.entity.pillar that return SelectionCacheType Modifier and Type Method Description SelectionCacheTypeDefaultPillarSelector. getCacheType() -
Uses of SelectionCacheType in org.optaplanner.core.impl.heuristic.selector.move.decorator
Fields in org.optaplanner.core.impl.heuristic.selector.move.decorator declared as SelectionCacheType Modifier and Type Field Description protected SelectionCacheTypeAbstractCachingMoveSelector. cacheTypeprotected SelectionCacheTypeProbabilityMoveSelector. cacheTypeMethods in org.optaplanner.core.impl.heuristic.selector.move.decorator that return SelectionCacheType Modifier and Type Method Description SelectionCacheTypeAbstractCachingMoveSelector. getCacheType()SelectionCacheTypeProbabilityMoveSelector. getCacheType()Constructors in org.optaplanner.core.impl.heuristic.selector.move.decorator with parameters of type SelectionCacheType Constructor Description AbstractCachingMoveSelector(MoveSelector childMoveSelector, SelectionCacheType cacheType)CachingMoveSelector(MoveSelector childMoveSelector, SelectionCacheType cacheType, boolean randomSelection)ProbabilityMoveSelector(MoveSelector childMoveSelector, SelectionCacheType cacheType, SelectionProbabilityWeightFactory probabilityWeightFactory)ShufflingMoveSelector(MoveSelector childMoveSelector, SelectionCacheType cacheType)SortingMoveSelector(MoveSelector childMoveSelector, SelectionCacheType cacheType, SelectionSorter sorter) -
Uses of SelectionCacheType in org.optaplanner.core.impl.heuristic.selector.move.factory
Fields in org.optaplanner.core.impl.heuristic.selector.move.factory declared as SelectionCacheType Modifier and Type Field Description protected SelectionCacheTypeMoveListFactoryToMoveSelectorBridge. cacheTypeMethods in org.optaplanner.core.impl.heuristic.selector.move.factory that return SelectionCacheType Modifier and Type Method Description SelectionCacheTypeMoveListFactoryToMoveSelectorBridge. getCacheType()Constructors in org.optaplanner.core.impl.heuristic.selector.move.factory with parameters of type SelectionCacheType Constructor Description MoveListFactoryToMoveSelectorBridge(MoveListFactory moveListFactory, SelectionCacheType cacheType, boolean randomSelection) -
Uses of SelectionCacheType in org.optaplanner.core.impl.heuristic.selector.value
Fields in org.optaplanner.core.impl.heuristic.selector.value declared as SelectionCacheType Modifier and Type Field Description protected SelectionCacheTypeFromSolutionPropertyValueSelector. minimumCacheTypeMethods in org.optaplanner.core.impl.heuristic.selector.value that return SelectionCacheType Modifier and Type Method Description SelectionCacheTypeFromSolutionPropertyValueSelector. getCacheType()Constructors in org.optaplanner.core.impl.heuristic.selector.value with parameters of type SelectionCacheType Constructor Description FromSolutionPropertyValueSelector(EntityIndependentValueRangeDescriptor valueRangeDescriptor, SelectionCacheType minimumCacheType, boolean randomSelection) -
Uses of SelectionCacheType in org.optaplanner.core.impl.heuristic.selector.value.chained
Fields in org.optaplanner.core.impl.heuristic.selector.value.chained declared as SelectionCacheType Modifier and Type Field Description protected static SelectionCacheTypeDefaultSubChainSelector. CACHE_TYPEMethods in org.optaplanner.core.impl.heuristic.selector.value.chained that return SelectionCacheType Modifier and Type Method Description SelectionCacheTypeDefaultSubChainSelector. getCacheType() -
Uses of SelectionCacheType in org.optaplanner.core.impl.heuristic.selector.value.decorator
Fields in org.optaplanner.core.impl.heuristic.selector.value.decorator declared as SelectionCacheType Modifier and Type Field Description protected SelectionCacheTypeAbstractCachingValueSelector. cacheTypeprotected SelectionCacheTypeEntityDependentSortingValueSelector. cacheTypeprotected SelectionCacheTypeProbabilityValueSelector. cacheTypeMethods in org.optaplanner.core.impl.heuristic.selector.value.decorator that return SelectionCacheType Modifier and Type Method Description SelectionCacheTypeAbstractCachingValueSelector. getCacheType()SelectionCacheTypeEntityDependentSortingValueSelector. getCacheType()SelectionCacheTypeProbabilityValueSelector. getCacheType()Constructors in org.optaplanner.core.impl.heuristic.selector.value.decorator with parameters of type SelectionCacheType Constructor Description AbstractCachingValueSelector(EntityIndependentValueSelector childValueSelector, SelectionCacheType cacheType)CachingValueSelector(EntityIndependentValueSelector childValueSelector, SelectionCacheType cacheType, boolean randomSelection)EntityDependentSortingValueSelector(ValueSelector childValueSelector, SelectionCacheType cacheType, SelectionSorter sorter)ProbabilityValueSelector(EntityIndependentValueSelector childValueSelector, SelectionCacheType cacheType, SelectionProbabilityWeightFactory probabilityWeightFactory)ShufflingValueSelector(EntityIndependentValueSelector childValueSelector, SelectionCacheType cacheType)SortingValueSelector(EntityIndependentValueSelector childValueSelector, SelectionCacheType cacheType, SelectionSorter sorter)
-