Interface SubListSelector<Solution_>
-
- All Superinterfaces:
EventListener,Iterable<SubList>,IterableSelector<Solution_,SubList>,PhaseLifecycleListener<Solution_>,Selector<Solution_>,SolverLifecycleListener<Solution_>
- All Known Implementing Classes:
MimicRecordingSubListSelector,MimicReplayingSubListSelector,NearSubListNearbySubListSelector,RandomSubListSelector
public interface SubListSelector<Solution_> extends IterableSelector<Solution_,SubList>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterator<Object>endingValueIterator()longgetValueCount()ListVariableDescriptor<Solution_>getVariableDescriptor()-
Methods inherited from interface ai.timefold.solver.core.impl.heuristic.selector.IterableSelector
getSize, spliterator
-
Methods inherited from interface ai.timefold.solver.core.impl.phase.event.PhaseLifecycleListener
phaseEnded, phaseStarted, stepEnded, stepStarted
-
Methods inherited from interface ai.timefold.solver.core.impl.heuristic.selector.Selector
getCacheType, isCountable, isNeverEnding
-
Methods inherited from interface ai.timefold.solver.core.impl.solver.event.SolverLifecycleListener
solvingEnded, solvingError, solvingStarted
-
-
-
-
Method Detail
-
getVariableDescriptor
ListVariableDescriptor<Solution_> getVariableDescriptor()
-
getValueCount
long getValueCount()
-
-