Interface ListIterableSelector<Solution_,T>
-
- All Superinterfaces:
EventListener
,Iterable<T>
,IterableSelector<Solution_,T>
,ListIterable<T>
,PhaseLifecycleListener<Solution_>
,Selector<Solution_>
,SolverLifecycleListener<Solution_>
- All Known Subinterfaces:
EntitySelector<Solution_>
,PillarSelector<Solution_>
,SubChainSelector<Solution_>
- All Known Implementing Classes:
AbstractCachingEntitySelector
,AbstractEntitySelector
,CachingEntitySelector
,DefaultPillarSelector
,DefaultSubChainSelector
,FilteringEntitySelector
,FromSolutionEntitySelector
,MimicRecordingEntitySelector
,MimicReplayingEntitySelector
,NearEntityNearbyEntitySelector
,ProbabilityEntitySelector
,SelectedCountLimitEntitySelector
,ShufflingEntitySelector
,SortingEntitySelector
public interface ListIterableSelector<Solution_,T> extends IterableSelector<Solution_,T>, ListIterable<T>
-
-
Method Summary
-
Methods inherited from interface org.optaplanner.core.impl.heuristic.selector.IterableSelector
getSize, spliterator
-
Methods inherited from interface org.optaplanner.core.impl.heuristic.selector.common.iterator.ListIterable
listIterator, listIterator
-
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
-
-