OptaPlanner core 6.2.0.Beta1

Uses of Interface
org.optaplanner.core.impl.heuristic.selector.entity.pillar.PillarSelector

Packages that use PillarSelector
org.optaplanner.core.config.heuristic.selector.entity.pillar   
org.optaplanner.core.impl.heuristic.selector.entity.pillar   
org.optaplanner.core.impl.heuristic.selector.move.generic   
 

Uses of PillarSelector in org.optaplanner.core.config.heuristic.selector.entity.pillar
 

Methods in org.optaplanner.core.config.heuristic.selector.entity.pillar that return PillarSelector
 PillarSelector PillarSelectorConfig.buildPillarSelector(HeuristicConfigPolicy configPolicy, SelectionCacheType minimumCacheType, SelectionOrder inheritedSelectionOrder, List<String> variableNameIncludeList)
           
 

Uses of PillarSelector in org.optaplanner.core.impl.heuristic.selector.entity.pillar
 

Classes in org.optaplanner.core.impl.heuristic.selector.entity.pillar that implement PillarSelector
 class DefaultPillarSelector
           
 

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

Fields in org.optaplanner.core.impl.heuristic.selector.move.generic declared as PillarSelector
protected  PillarSelector PillarSwapMoveSelector.leftPillarSelector
           
protected  PillarSelector PillarChangeMoveSelector.pillarSelector
           
protected  PillarSelector PillarSwapMoveSelector.rightPillarSelector
           
 

Constructors in org.optaplanner.core.impl.heuristic.selector.move.generic with parameters of type PillarSelector
PillarChangeMoveSelector(PillarSelector pillarSelector, ValueSelector valueSelector, boolean randomSelection)
           
PillarSwapMoveSelector(PillarSelector leftPillarSelector, PillarSelector rightPillarSelector, Collection<GenuineVariableDescriptor> variableDescriptors, boolean randomSelection)
           
 


OptaPlanner core 6.2.0.Beta1

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