Uses of Interface
org.optaplanner.core.impl.heuristic.selector.common.SelectionCacheLifecycleListener
-
-
Uses of SelectionCacheLifecycleListener in org.optaplanner.core.impl.heuristic.selector.common
Fields in org.optaplanner.core.impl.heuristic.selector.common declared as SelectionCacheLifecycleListener Modifier and Type Field Description protected SelectionCacheLifecycleListenerSelectionCacheLifecycleBridge. selectionCacheLifecycleListenerConstructors in org.optaplanner.core.impl.heuristic.selector.common with parameters of type SelectionCacheLifecycleListener Constructor Description SelectionCacheLifecycleBridge(SelectionCacheType cacheType, SelectionCacheLifecycleListener selectionCacheLifecycleListener) -
Uses of SelectionCacheLifecycleListener in org.optaplanner.core.impl.heuristic.selector.entity.decorator
Classes in org.optaplanner.core.impl.heuristic.selector.entity.decorator that implement SelectionCacheLifecycleListener Modifier and Type Class Description classAbstractCachingEntitySelectorclassCachingEntitySelectorAEntitySelectorthat caches the result of its childEntitySelector.classProbabilityEntitySelectorclassShufflingEntitySelectorclassSortingEntitySelector -
Uses of SelectionCacheLifecycleListener in org.optaplanner.core.impl.heuristic.selector.entity.pillar
Classes in org.optaplanner.core.impl.heuristic.selector.entity.pillar that implement SelectionCacheLifecycleListener Modifier and Type Class Description classDefaultPillarSelector -
Uses of SelectionCacheLifecycleListener in org.optaplanner.core.impl.heuristic.selector.move.decorator
Classes in org.optaplanner.core.impl.heuristic.selector.move.decorator that implement SelectionCacheLifecycleListener Modifier and Type Class Description classAbstractCachingMoveSelectorclassCachingMoveSelectorAMoveSelectorthat caches the result of its childMoveSelector.classProbabilityMoveSelectorclassShufflingMoveSelectorclassSortingMoveSelector -
Uses of SelectionCacheLifecycleListener in org.optaplanner.core.impl.heuristic.selector.move.factory
Classes in org.optaplanner.core.impl.heuristic.selector.move.factory that implement SelectionCacheLifecycleListener Modifier and Type Class Description classMoveListFactoryToMoveSelectorBridgeBridges aMoveListFactoryto aMoveSelector. -
Uses of SelectionCacheLifecycleListener in org.optaplanner.core.impl.heuristic.selector.value.chained
Classes in org.optaplanner.core.impl.heuristic.selector.value.chained that implement SelectionCacheLifecycleListener Modifier and Type Class Description classDefaultSubChainSelectorThis is the commonSubChainSelectorimplementation. -
Uses of SelectionCacheLifecycleListener in org.optaplanner.core.impl.heuristic.selector.value.decorator
Classes in org.optaplanner.core.impl.heuristic.selector.value.decorator that implement SelectionCacheLifecycleListener Modifier and Type Class Description classAbstractCachingValueSelectorclassCachingValueSelectorAValueSelectorthat caches the result of its childValueSelector.classProbabilityValueSelectorclassShufflingValueSelectorclassSortingValueSelector
-