OptaPlanner core 6.0.0.Beta3

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

Packages that use ValueSelector
org.optaplanner.core.config.heuristic.selector.value   
org.optaplanner.core.impl.constructionheuristic.placer.value   
org.optaplanner.core.impl.heuristic.selector.move.generic   
org.optaplanner.core.impl.heuristic.selector.value   
org.optaplanner.core.impl.heuristic.selector.value.decorator   
 

Uses of ValueSelector in org.optaplanner.core.config.heuristic.selector.value
 

Methods in org.optaplanner.core.config.heuristic.selector.value that return ValueSelector
 ValueSelector ValueSelectorConfig.buildValueSelector(EnvironmentMode environmentMode, SolutionDescriptor solutionDescriptor, PlanningEntityDescriptor entityDescriptor, SelectionCacheType minimumCacheType, SelectionOrder inheritedSelectionOrder)
           
 

Uses of ValueSelector in org.optaplanner.core.impl.constructionheuristic.placer.value
 

Fields in org.optaplanner.core.impl.constructionheuristic.placer.value declared as ValueSelector
protected  ValueSelector ValuePlacer.valueSelector
           
 

Constructors in org.optaplanner.core.impl.constructionheuristic.placer.value with parameters of type ValueSelector
ValuePlacer(Termination termination, ValueSelector valueSelector, int selectedCountLimit)
           
 

Uses of ValueSelector in org.optaplanner.core.impl.heuristic.selector.move.generic
 

Fields in org.optaplanner.core.impl.heuristic.selector.move.generic declared as ValueSelector
protected  ValueSelector ChangeMoveSelector.valueSelector
           
 

Constructors in org.optaplanner.core.impl.heuristic.selector.move.generic with parameters of type ValueSelector
ChangeMoveSelector(EntitySelector entitySelector, ValueSelector valueSelector, boolean randomSelection)
           
 

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

Subinterfaces of ValueSelector in org.optaplanner.core.impl.heuristic.selector.value
 interface EntityIndependentValueSelector
           
 

Classes in org.optaplanner.core.impl.heuristic.selector.value that implement ValueSelector
 class AbstractValueSelector
          Abstract superclass for ValueSelector.
 class FromEntityPropertyValueSelector
          This is the common ValueSelector implementation.
 class FromSolutionPropertyValueSelector
          This is the common ValueSelector implementation.
 

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

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

Methods in org.optaplanner.core.impl.heuristic.selector.value.decorator that return ValueSelector
 ValueSelector AbstractCachingValueSelector.getChildValueSelector()
           
 


OptaPlanner core 6.0.0.Beta3

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