OptaPlanner core 6.0.0.CR2

Uses of Interface
org.optaplanner.core.impl.heuristic.selector.entity.EntitySelector

Packages that use EntitySelector
org.optaplanner.core.config.heuristic.selector.entity   
org.optaplanner.core.impl.constructionheuristic.placer   
org.optaplanner.core.impl.heuristic.selector.entity   
org.optaplanner.core.impl.heuristic.selector.entity.decorator   
org.optaplanner.core.impl.heuristic.selector.entity.mimic   
org.optaplanner.core.impl.heuristic.selector.entity.pillar   
org.optaplanner.core.impl.heuristic.selector.move.generic   
 

Uses of EntitySelector in org.optaplanner.core.config.heuristic.selector.entity
 

Methods in org.optaplanner.core.config.heuristic.selector.entity that return EntitySelector
 EntitySelector EntitySelectorConfig.buildEntitySelector(HeuristicConfigPolicy configPolicy, SelectionCacheType minimumCacheType, SelectionOrder inheritedSelectionOrder)
           
protected  EntitySelector EntitySelectorConfig.buildMimicReplaying(HeuristicConfigPolicy configPolicy)
           
 

Uses of EntitySelector in org.optaplanner.core.impl.constructionheuristic.placer
 

Fields in org.optaplanner.core.impl.constructionheuristic.placer declared as EntitySelector
protected  EntitySelector QueuedEntityPlacer.entitySelector
           
 

Constructors in org.optaplanner.core.impl.constructionheuristic.placer with parameters of type EntitySelector
QueuedEntityPlacer(EntitySelector entitySelector, List<MoveSelector> moveSelectorList)
           
 

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

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

Uses of EntitySelector in org.optaplanner.core.impl.heuristic.selector.entity.decorator
 

Classes in org.optaplanner.core.impl.heuristic.selector.entity.decorator that implement EntitySelector
 class AbstractCachingEntitySelector
           
 class CachingEntitySelector
          A EntitySelector that caches the result of its child EntitySelector.
 class FilteringEntitySelector
           
 class ProbabilityEntitySelector
           
 class ShufflingEntitySelector
           
 class SortingEntitySelector
           
 

Fields in org.optaplanner.core.impl.heuristic.selector.entity.decorator declared as EntitySelector
protected  EntitySelector AbstractCachingEntitySelector.childEntitySelector
           
protected  EntitySelector ProbabilityEntitySelector.childEntitySelector
           
protected  EntitySelector FilteringEntitySelector.childEntitySelector
           
 

Methods in org.optaplanner.core.impl.heuristic.selector.entity.decorator that return EntitySelector
 EntitySelector AbstractCachingEntitySelector.getChildEntitySelector()
           
 

Constructors in org.optaplanner.core.impl.heuristic.selector.entity.decorator with parameters of type EntitySelector
AbstractCachingEntitySelector(EntitySelector childEntitySelector, SelectionCacheType cacheType)
           
CachingEntitySelector(EntitySelector childEntitySelector, SelectionCacheType cacheType, boolean randomSelection)
           
FilteringEntitySelector(EntitySelector childEntitySelector, List<SelectionFilter> filterList)
           
ProbabilityEntitySelector(EntitySelector childEntitySelector, SelectionCacheType cacheType, SelectionProbabilityWeightFactory probabilityWeightFactory)
           
ShufflingEntitySelector(EntitySelector childEntitySelector, SelectionCacheType cacheType)
           
SortingEntitySelector(EntitySelector childEntitySelector, SelectionCacheType cacheType, SelectionSorter sorter)
           
 

Uses of EntitySelector in org.optaplanner.core.impl.heuristic.selector.entity.mimic
 

Classes in org.optaplanner.core.impl.heuristic.selector.entity.mimic that implement EntitySelector
 class MimicRecordingEntitySelector
           
 class MimicReplayingEntitySelector
           
 

Fields in org.optaplanner.core.impl.heuristic.selector.entity.mimic declared as EntitySelector
protected  EntitySelector MimicRecordingEntitySelector.childEntitySelector
           
 

Constructors in org.optaplanner.core.impl.heuristic.selector.entity.mimic with parameters of type EntitySelector
MimicRecordingEntitySelector(EntitySelector childEntitySelector)
           
 

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

Fields in org.optaplanner.core.impl.heuristic.selector.entity.pillar declared as EntitySelector
protected  EntitySelector SameValuePillarSelector.entitySelector
           
 

Constructors in org.optaplanner.core.impl.heuristic.selector.entity.pillar with parameters of type EntitySelector
SameValuePillarSelector(EntitySelector entitySelector, Collection<PlanningVariableDescriptor> variableDescriptors, boolean randomSelection)
           
 

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

Fields in org.optaplanner.core.impl.heuristic.selector.move.generic declared as EntitySelector
protected  EntitySelector ChangeMoveSelector.entitySelector
           
protected  EntitySelector SwapMoveSelector.leftEntitySelector
           
protected  EntitySelector SwapMoveSelector.rightEntitySelector
           
 

Constructors in org.optaplanner.core.impl.heuristic.selector.move.generic with parameters of type EntitySelector
ChangeMoveSelector(EntitySelector entitySelector, ValueSelector valueSelector, boolean randomSelection)
           
SwapMoveSelector(EntitySelector leftEntitySelector, EntitySelector rightEntitySelector, Collection<PlanningVariableDescriptor> variableDescriptors, boolean randomSelection)
           
 


OptaPlanner core 6.0.0.CR2

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