OptaPlanner core 6.2.0.Beta1

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.exhaustivesearch   
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.exhaustivesearch
 

Fields in org.optaplanner.core.impl.exhaustivesearch declared as EntitySelector
protected  EntitySelector DefaultExhaustiveSearchPhase.entitySelector
           
 

Methods in org.optaplanner.core.impl.exhaustivesearch that return EntitySelector
 EntitySelector DefaultExhaustiveSearchPhase.getEntitySelector()
           
 

Methods in org.optaplanner.core.impl.exhaustivesearch with parameters of type EntitySelector
 void DefaultExhaustiveSearchPhase.setEntitySelector(EntitySelector entitySelector)
           
 

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 SelectedCountLimitEntitySelector
           
 class ShufflingEntitySelector
           
 class SortingEntitySelector
           
 

Fields in org.optaplanner.core.impl.heuristic.selector.entity.decorator declared as EntitySelector
protected  EntitySelector ProbabilityEntitySelector.childEntitySelector
           
protected  EntitySelector FilteringEntitySelector.childEntitySelector
           
protected  EntitySelector SelectedCountLimitEntitySelector.childEntitySelector
           
protected  EntitySelector AbstractCachingEntitySelector.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)
           
SelectedCountLimitEntitySelector(EntitySelector childEntitySelector, long selectedCountLimit)
           
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
           
protected  EntitySelector ManualEntityMimicRecorder.sourceEntitySelector
           
 

Constructors in org.optaplanner.core.impl.heuristic.selector.entity.mimic with parameters of type EntitySelector
ManualEntityMimicRecorder(EntitySelector sourceEntitySelector)
           
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 DefaultPillarSelector.entitySelector
           
 

Constructors in org.optaplanner.core.impl.heuristic.selector.entity.pillar with parameters of type EntitySelector
DefaultPillarSelector(EntitySelector entitySelector, Collection<GenuineVariableDescriptor> variableDescriptors, boolean randomSelection, boolean subPillarEnabled, int minimumSubPillarSize, int maximumSubPillarSize)
           
 

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<GenuineVariableDescriptor> variableDescriptors, boolean randomSelection)
           
 


OptaPlanner core 6.2.0.Beta1

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