Interface EntityIndependentValueSelector<Solution_>
-
- All Superinterfaces:
EventListener,Iterable<Object>,IterableSelector<Solution_,Object>,PhaseLifecycleListener<Solution_>,Selector<Solution_>,SolverLifecycleListener<Solution_>,ValueSelector<Solution_>
- All Known Implementing Classes:
CachingValueSelector,EntityIndependentFilteringValueSelector,EntityIndependentInitializedValueSelector,FromSolutionPropertyValueSelector,MimicRecordingValueSelector,MimicReplayingValueSelector,ProbabilityValueSelector,SelectedCountLimitValueSelector,ShufflingValueSelector,SortingValueSelector
public interface EntityIndependentValueSelector<Solution_> extends ValueSelector<Solution_>, IterableSelector<Solution_,Object>
- See Also:
FromSolutionPropertyValueSelector
-
-
Method Summary
-
Methods inherited from interface org.optaplanner.core.impl.heuristic.selector.IterableSelector
getSize, 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
-
-