OptaPlanner core 6.0.0.CR2

Uses of Interface
org.optaplanner.core.impl.heuristic.selector.value.chained.SubChainSelector

Packages that use SubChainSelector
org.optaplanner.core.config.heuristic.selector.value.chained   
org.optaplanner.core.impl.heuristic.selector.move.generic.chained   
org.optaplanner.core.impl.heuristic.selector.value.chained   
 

Uses of SubChainSelector in org.optaplanner.core.config.heuristic.selector.value.chained
 

Methods in org.optaplanner.core.config.heuristic.selector.value.chained that return SubChainSelector
 SubChainSelector SubChainSelectorConfig.buildSubChainSelector(HeuristicConfigPolicy configPolicy, PlanningEntityDescriptor entityDescriptor, SelectionCacheType minimumCacheType, SelectionOrder inheritedSelectionOrder)
           
 

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

Fields in org.optaplanner.core.impl.heuristic.selector.move.generic.chained declared as SubChainSelector
protected  SubChainSelector SubChainSwapMoveSelector.leftSubChainSelector
           
protected  SubChainSelector SubChainSwapMoveSelector.rightSubChainSelector
           
protected  SubChainSelector SubChainChangeMoveSelector.subChainSelector
           
 

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

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

Classes in org.optaplanner.core.impl.heuristic.selector.value.chained that implement SubChainSelector
 class DefaultSubChainSelector
          This is the common SubChainSelector implementation.
 


OptaPlanner core 6.0.0.CR2

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