Class EntityIndependentFilteringValueSelector<Solution_>
- java.lang.Object
-
- org.optaplanner.core.impl.heuristic.selector.AbstractSelector<Solution_>
-
- org.optaplanner.core.impl.heuristic.selector.value.AbstractValueSelector<Solution_>
-
- org.optaplanner.core.impl.heuristic.selector.value.decorator.FilteringValueSelector<Solution_>
-
- org.optaplanner.core.impl.heuristic.selector.value.decorator.EntityIndependentFilteringValueSelector<Solution_>
-
- All Implemented Interfaces:
Iterable<Object>
,EventListener
,IterableSelector<Solution_,Object>
,Selector<Solution_>
,EntityIndependentValueSelector<Solution_>
,ValueSelector<Solution_>
,PhaseLifecycleListener<Solution_>
,SolverLifecycleListener<Solution_>
public class EntityIndependentFilteringValueSelector<Solution_> extends FilteringValueSelector<Solution_> implements EntityIndependentValueSelector<Solution_>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.optaplanner.core.impl.heuristic.selector.value.decorator.FilteringValueSelector
FilteringValueSelector.JustInTimeFilteringValueIterator
-
-
Field Summary
-
Fields inherited from class org.optaplanner.core.impl.heuristic.selector.value.decorator.FilteringValueSelector
bailOutEnabled, childValueSelector, filterList, scoreDirector
-
Fields inherited from class org.optaplanner.core.impl.heuristic.selector.AbstractSelector
logger, phaseLifecycleSupport, workingRandom
-
-
Constructor Summary
Constructors Constructor Description EntityIndependentFilteringValueSelector(EntityIndependentValueSelector<Solution_> childValueSelector, List<SelectionFilter<Solution_,Object>> filterList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected long
determineBailOutSize()
long
getSize()
A random JITSelector
withSelector.isNeverEnding()
true should return a size as if it would be able to return each distinct element only once, because the size can be used inSelectionProbabilityWeightFactory
.Iterator<Object>
iterator()
-
Methods inherited from class org.optaplanner.core.impl.heuristic.selector.value.decorator.FilteringValueSelector
accept, create, determineBailOutSize, endingIterator, getSize, getVariableDescriptor, isCountable, isNeverEnding, iterator, phaseEnded, phaseStarted, toString
-
Methods inherited from class org.optaplanner.core.impl.heuristic.selector.AbstractSelector
getCacheType, solvingEnded, solvingStarted, stepEnded, stepStarted
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.optaplanner.core.impl.heuristic.selector.IterableSelector
spliterator
-
Methods inherited from interface org.optaplanner.core.impl.phase.event.PhaseLifecycleListener
phaseEnded, phaseStarted, stepEnded, stepStarted
-
Methods inherited from interface org.optaplanner.core.impl.heuristic.selector.Selector
getCacheType, isCountable, isNeverEnding
-
Methods inherited from interface org.optaplanner.core.impl.solver.event.SolverLifecycleListener
solvingEnded, solvingStarted
-
Methods inherited from interface org.optaplanner.core.impl.heuristic.selector.value.ValueSelector
endingIterator, getSize, getVariableDescriptor, iterator
-
-
-
-
Constructor Detail
-
EntityIndependentFilteringValueSelector
public EntityIndependentFilteringValueSelector(EntityIndependentValueSelector<Solution_> childValueSelector, List<SelectionFilter<Solution_,Object>> filterList)
-
-
Method Detail
-
getSize
public long getSize()
Description copied from interface:IterableSelector
A random JITSelector
withSelector.isNeverEnding()
true should return a size as if it would be able to return each distinct element only once, because the size can be used inSelectionProbabilityWeightFactory
.- Specified by:
getSize
in interfaceIterableSelector<Solution_,Object>
- Returns:
- the approximate number of elements generated by this
Selector
, always>= 0
-
determineBailOutSize
protected long determineBailOutSize()
-
-