Class AbstractDemandEnabledSelector<Solution_>
- java.lang.Object
-
- ai.timefold.solver.core.impl.heuristic.selector.AbstractSelector<Solution_>
-
- ai.timefold.solver.core.impl.heuristic.selector.AbstractDemandEnabledSelector<Solution_>
-
- Type Parameters:
Solution_-
- All Implemented Interfaces:
Selector<Solution_>,PhaseLifecycleListener<Solution_>,SolverLifecycleListener<Solution_>,EventListener
- Direct Known Subclasses:
AbstractCachingEntitySelector,AbstractCachingValueSelector,AbstractNearbySelector,AssignedValueSelector,DowncastingValueSelector,EntityDependentSortingValueSelector,FilteringEntitySelector,FilteringValueSelector,FromEntityPropertyValueSelector,FromSolutionEntitySelector,FromSolutionPropertyValueSelector,InitializedValueSelector,MimicRecordingEntitySelector,MimicRecordingValueSelector,MimicReplayingEntitySelector,MimicReplayingValueSelector,ProbabilityEntitySelector,ProbabilityValueSelector,ReinitializeVariableValueSelector,SelectedCountLimitEntitySelector,SelectedCountLimitValueSelector,UnassignedValueSelector
public abstract class AbstractDemandEnabledSelector<Solution_> extends AbstractSelector<Solution_>
-
-
Field Summary
-
Fields inherited from class ai.timefold.solver.core.impl.heuristic.selector.AbstractSelector
logger, phaseLifecycleSupport, workingRandom
-
-
Constructor Summary
Constructors Constructor Description AbstractDemandEnabledSelector()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract booleanequals(Object other)abstract inthashCode()-
Methods inherited from class ai.timefold.solver.core.impl.heuristic.selector.AbstractSelector
getCacheType, phaseEnded, phaseStarted, solvingEnded, solvingStarted, stepEnded, stepStarted
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ai.timefold.solver.core.impl.heuristic.selector.Selector
isCountable, isNeverEnding
-
Methods inherited from interface ai.timefold.solver.core.impl.solver.event.SolverLifecycleListener
solvingError
-
-