Uses of Interface
org.optaplanner.core.impl.heuristic.selector.entity.EntitySelector
-
-
Uses of EntitySelector in org.optaplanner.core.config.heuristic.selector.common.nearby
Methods in org.optaplanner.core.config.heuristic.selector.common.nearby that return EntitySelector Modifier and Type Method Description EntitySelectorNearbySelectionConfig. applyNearbyEntitySelector(HeuristicConfigPolicy configPolicy, SelectionCacheType minimumCacheType, SelectionCacheType resolvedCacheType, SelectionOrder resolvedSelectionOrder, EntitySelector entitySelector)Methods in org.optaplanner.core.config.heuristic.selector.common.nearby with parameters of type EntitySelector Modifier and Type Method Description EntitySelectorNearbySelectionConfig. applyNearbyEntitySelector(HeuristicConfigPolicy configPolicy, SelectionCacheType minimumCacheType, SelectionCacheType resolvedCacheType, SelectionOrder resolvedSelectionOrder, EntitySelector entitySelector) -
Uses of EntitySelector in org.optaplanner.core.config.heuristic.selector.entity
Methods in org.optaplanner.core.config.heuristic.selector.entity that return EntitySelector Modifier and Type Method Description EntitySelectorEntitySelectorConfig. buildEntitySelector(HeuristicConfigPolicy configPolicy, SelectionCacheType minimumCacheType, SelectionOrder inheritedSelectionOrder)protected EntitySelectorEntitySelectorConfig. buildMimicReplaying(HeuristicConfigPolicy configPolicy) -
Uses of EntitySelector in org.optaplanner.core.impl.constructionheuristic.placer
Fields in org.optaplanner.core.impl.constructionheuristic.placer declared as EntitySelector Modifier and Type Field Description protected EntitySelectorQueuedEntityPlacer. entitySelectorConstructors in org.optaplanner.core.impl.constructionheuristic.placer with parameters of type EntitySelector Constructor Description 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 Modifier and Type Field Description protected EntitySelectorDefaultExhaustiveSearchPhase. entitySelectorMethods in org.optaplanner.core.impl.exhaustivesearch that return EntitySelector Modifier and Type Method Description EntitySelectorDefaultExhaustiveSearchPhase. getEntitySelector()Methods in org.optaplanner.core.impl.exhaustivesearch with parameters of type EntitySelector Modifier and Type Method Description voidDefaultExhaustiveSearchPhase. setEntitySelector(EntitySelector entitySelector) -
Uses of EntitySelector in org.optaplanner.core.impl.heuristic.selector.common.iterator
Constructors in org.optaplanner.core.impl.heuristic.selector.common.iterator with parameters of type EntitySelector Constructor Description AbstractOriginalChangeIterator(EntitySelector entitySelector, ValueSelector valueSelector)AbstractRandomChangeIterator(EntitySelector entitySelector, ValueSelector valueSelector) -
Uses of EntitySelector in org.optaplanner.core.impl.heuristic.selector.entity
Classes in org.optaplanner.core.impl.heuristic.selector.entity that implement EntitySelector Modifier and Type Class Description classAbstractEntitySelectorAbstract superclass forEntitySelector.classFromSolutionEntitySelectorThis is the commonEntitySelectorimplementation. -
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 Modifier and Type Class Description classAbstractCachingEntitySelectorclassCachingEntitySelectorAEntitySelectorthat caches the result of its childEntitySelector.classFilteringEntitySelectorclassProbabilityEntitySelectorclassSelectedCountLimitEntitySelectorclassShufflingEntitySelectorclassSortingEntitySelectorFields in org.optaplanner.core.impl.heuristic.selector.entity.decorator declared as EntitySelector Modifier and Type Field Description protected EntitySelectorAbstractCachingEntitySelector. childEntitySelectorprotected EntitySelectorFilteringEntitySelector. childEntitySelectorprotected EntitySelectorProbabilityEntitySelector. childEntitySelectorprotected EntitySelectorSelectedCountLimitEntitySelector. childEntitySelectorMethods in org.optaplanner.core.impl.heuristic.selector.entity.decorator that return EntitySelector Modifier and Type Method Description EntitySelectorAbstractCachingEntitySelector. getChildEntitySelector()Constructors in org.optaplanner.core.impl.heuristic.selector.entity.decorator with parameters of type EntitySelector Constructor Description 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, boolean randomSelection, 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 Modifier and Type Class Description classMimicRecordingEntitySelectorclassMimicReplayingEntitySelectorFields in org.optaplanner.core.impl.heuristic.selector.entity.mimic declared as EntitySelector Modifier and Type Field Description protected EntitySelectorMimicRecordingEntitySelector. childEntitySelectorprotected EntitySelectorManualEntityMimicRecorder. sourceEntitySelectorConstructors in org.optaplanner.core.impl.heuristic.selector.entity.mimic with parameters of type EntitySelector Constructor Description ManualEntityMimicRecorder(EntitySelector sourceEntitySelector)MimicRecordingEntitySelector(EntitySelector childEntitySelector) -
Uses of EntitySelector in org.optaplanner.core.impl.heuristic.selector.entity.nearby
Classes in org.optaplanner.core.impl.heuristic.selector.entity.nearby that implement EntitySelector Modifier and Type Class Description classNearEntityNearbyEntitySelectorFields in org.optaplanner.core.impl.heuristic.selector.entity.nearby declared as EntitySelector Modifier and Type Field Description protected EntitySelectorNearEntityNearbyEntitySelector. childEntitySelectorprotected EntitySelectorNearEntityNearbyEntitySelector. originEntitySelectorConstructors in org.optaplanner.core.impl.heuristic.selector.entity.nearby with parameters of type EntitySelector Constructor Description NearEntityNearbyEntitySelector(EntitySelector childEntitySelector, EntitySelector originEntitySelector, NearbyDistanceMeter nearbyDistanceMeter, NearbyRandom nearbyRandom, boolean randomSelection) -
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 Modifier and Type Field Description protected EntitySelectorDefaultPillarSelector. entitySelectorConstructors in org.optaplanner.core.impl.heuristic.selector.entity.pillar with parameters of type EntitySelector Constructor Description DefaultPillarSelector(EntitySelector entitySelector, List<GenuineVariableDescriptor> variableDescriptors, boolean randomSelection, SubPillarConfigPolicy subpillarConfigPolicy) -
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 Modifier and Type Field Description protected EntitySelectorChangeMoveSelector. entitySelectorprotected EntitySelectorSwapMoveSelector. leftEntitySelectorprotected EntitySelectorSwapMoveSelector. rightEntitySelectorConstructors in org.optaplanner.core.impl.heuristic.selector.move.generic with parameters of type EntitySelector Constructor Description ChangeMoveSelector(EntitySelector entitySelector, ValueSelector valueSelector, boolean randomSelection)SwapMoveSelector(EntitySelector leftEntitySelector, EntitySelector rightEntitySelector, List<GenuineVariableDescriptor> variableDescriptorList, boolean randomSelection) -
Uses of EntitySelector in org.optaplanner.core.impl.heuristic.selector.move.generic.chained
Fields in org.optaplanner.core.impl.heuristic.selector.move.generic.chained declared as EntitySelector Modifier and Type Field Description protected EntitySelectorKOptMoveSelector. entitySelectorprotected EntitySelectorTailChainSwapMoveSelector. entitySelectorConstructors in org.optaplanner.core.impl.heuristic.selector.move.generic.chained with parameters of type EntitySelector Constructor Description KOptMoveSelector(EntitySelector entitySelector, ValueSelector[] valueSelectors, boolean randomSelection)TailChainSwapMoveSelector(EntitySelector entitySelector, ValueSelector valueSelector, boolean randomSelection) -
Uses of EntitySelector in org.optaplanner.core.impl.heuristic.selector.value.nearby
Fields in org.optaplanner.core.impl.heuristic.selector.value.nearby declared as EntitySelector Modifier and Type Field Description protected EntitySelectorNearEntityNearbyValueSelector. originEntitySelectorConstructors in org.optaplanner.core.impl.heuristic.selector.value.nearby with parameters of type EntitySelector Constructor Description NearEntityNearbyValueSelector(ValueSelector childValueSelector, EntitySelector originEntitySelector, NearbyDistanceMeter nearbyDistanceMeter, NearbyRandom nearbyRandom, boolean randomSelection)
-