OptaPlanner core 6.0.0.CR2

Uses of Interface
org.optaplanner.core.impl.heuristic.selector.common.SelectionCacheLifecycleListener

Packages that use SelectionCacheLifecycleListener
org.optaplanner.core.impl.heuristic.selector.common   
org.optaplanner.core.impl.heuristic.selector.entity   
org.optaplanner.core.impl.heuristic.selector.entity.decorator   
org.optaplanner.core.impl.heuristic.selector.entity.pillar   
org.optaplanner.core.impl.heuristic.selector.move.decorator   
org.optaplanner.core.impl.heuristic.selector.move.factory   
org.optaplanner.core.impl.heuristic.selector.value   
org.optaplanner.core.impl.heuristic.selector.value.chained   
org.optaplanner.core.impl.heuristic.selector.value.decorator   
 

Uses of SelectionCacheLifecycleListener in org.optaplanner.core.impl.heuristic.selector.common
 

Fields in org.optaplanner.core.impl.heuristic.selector.common declared as SelectionCacheLifecycleListener
protected  SelectionCacheLifecycleListener SelectionCacheLifecycleBridge.selectionCacheLifecycleListener
           
 

Constructors in org.optaplanner.core.impl.heuristic.selector.common with parameters of type SelectionCacheLifecycleListener
SelectionCacheLifecycleBridge(SelectionCacheType cacheType, SelectionCacheLifecycleListener selectionCacheLifecycleListener)
           
 

Uses of SelectionCacheLifecycleListener in org.optaplanner.core.impl.heuristic.selector.entity
 

Classes in org.optaplanner.core.impl.heuristic.selector.entity that implement SelectionCacheLifecycleListener
 class FromSolutionEntitySelector
          This is the common EntitySelector implementation.
 

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
 class AbstractCachingEntitySelector
           
 class CachingEntitySelector
          A EntitySelector that caches the result of its child EntitySelector.
 class ProbabilityEntitySelector
           
 class ShufflingEntitySelector
           
 class SortingEntitySelector
           
 

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
 class SameValuePillarSelector
          This is the common PillarSelector implementation.
 

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
 class AbstractCachingMoveSelector
           
 class CachingMoveSelector
          A MoveSelector that caches the result of its child MoveSelector.
 class ProbabilityMoveSelector
           
 class ShufflingMoveSelector
           
 class SortingMoveSelector
           
 

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
 class MoveListFactoryToMoveSelectorBridge
          Bridges a MoveListFactory to a MoveSelector.
 

Uses of SelectionCacheLifecycleListener in org.optaplanner.core.impl.heuristic.selector.value
 

Classes in org.optaplanner.core.impl.heuristic.selector.value that implement SelectionCacheLifecycleListener
 class FromSolutionPropertyValueSelector
          This is the common ValueSelector implementation.
 

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
 class DefaultSubChainSelector
          This is the common SubChainSelector implementation.
 

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
 class AbstractCachingValueSelector
           
 class CachingValueSelector
          A ValueSelector that caches the result of its child ValueSelector.
 class ProbabilityValueSelector
           
 class ShufflingValueSelector
           
 class SortingValueSelector
           
 


OptaPlanner core 6.0.0.CR2

Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.