OptaPlanner core 6.2.0.Beta1

Uses of Interface
org.optaplanner.core.impl.heuristic.selector.value.EntityIndependentValueSelector

Packages that use EntityIndependentValueSelector
org.optaplanner.core.impl.heuristic.selector.move.generic.chained   
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 EntityIndependentValueSelector in org.optaplanner.core.impl.heuristic.selector.move.generic.chained
 

Fields in org.optaplanner.core.impl.heuristic.selector.move.generic.chained declared as EntityIndependentValueSelector
protected  EntityIndependentValueSelector SubChainChangeMoveSelector.valueSelector
           
 

Constructors in org.optaplanner.core.impl.heuristic.selector.move.generic.chained with parameters of type EntityIndependentValueSelector
SubChainChangeMoveSelector(SubChainSelector subChainSelector, EntityIndependentValueSelector valueSelector, boolean randomSelection, boolean selectReversingMoveToo)
           
 

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

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

Uses of EntityIndependentValueSelector in org.optaplanner.core.impl.heuristic.selector.value.chained
 

Fields in org.optaplanner.core.impl.heuristic.selector.value.chained declared as EntityIndependentValueSelector
protected  EntityIndependentValueSelector DefaultSubChainSelector.valueSelector
           
 

Constructors in org.optaplanner.core.impl.heuristic.selector.value.chained with parameters of type EntityIndependentValueSelector
DefaultSubChainSelector(EntityIndependentValueSelector valueSelector, boolean randomSelection, int minimumSubChainSize, int maximumSubChainSize)
           
 

Uses of EntityIndependentValueSelector in org.optaplanner.core.impl.heuristic.selector.value.decorator
 

Classes in org.optaplanner.core.impl.heuristic.selector.value.decorator that implement EntityIndependentValueSelector
 class CachingValueSelector
          A ValueSelector that caches the result of its child ValueSelector.
 class ProbabilityValueSelector
           
 class SelectedCountLimitValueSelector
           
 class ShufflingValueSelector
           
 class SortingValueSelector
           
 

Fields in org.optaplanner.core.impl.heuristic.selector.value.decorator declared as EntityIndependentValueSelector
protected  EntityIndependentValueSelector AbstractCachingValueSelector.childValueSelector
           
protected  EntityIndependentValueSelector ProbabilityValueSelector.childValueSelector
           
 

Constructors in org.optaplanner.core.impl.heuristic.selector.value.decorator with parameters of type EntityIndependentValueSelector
AbstractCachingValueSelector(EntityIndependentValueSelector childValueSelector, SelectionCacheType cacheType)
           
CachingValueSelector(EntityIndependentValueSelector childValueSelector, SelectionCacheType cacheType, boolean randomSelection)
           
ProbabilityValueSelector(EntityIndependentValueSelector childValueSelector, SelectionCacheType cacheType, SelectionProbabilityWeightFactory probabilityWeightFactory)
           
ShufflingValueSelector(EntityIndependentValueSelector childValueSelector, SelectionCacheType cacheType)
           
SortingValueSelector(EntityIndependentValueSelector childValueSelector, SelectionCacheType cacheType, SelectionSorter sorter)
           
 


OptaPlanner core 6.2.0.Beta1

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