Interface PillarSelector<Solution_>
- All Superinterfaces:
EventListener,Iterable<List<Object>>,IterableSelector<Solution_,,List<Object>> ListIterable<List<Object>>,ListIterableSelector<Solution_,,List<Object>> PhaseLifecycleListener<Solution_>,Selector<Solution_>,SolverLifecycleListener<Solution_>
- All Known Implementing Classes:
DefaultPillarSelector
A pillar is a
List of entities that have the same planning value for each (or a subset)
of their planning values.
Selects a List of such entities that are moved together.- See Also:
-
Method Summary
Methods inherited from interface ai.timefold.solver.core.impl.heuristic.selector.IterableSelector
getSize, spliteratorMethods inherited from interface ai.timefold.solver.core.impl.heuristic.selector.common.iterator.ListIterable
listIterator, listIteratorMethods inherited from interface ai.timefold.solver.core.impl.phase.event.PhaseLifecycleListener
phaseEnded, phaseStarted, stepEnded, stepStartedMethods inherited from interface ai.timefold.solver.core.impl.heuristic.selector.Selector
getCacheType, isCountable, isNeverEndingMethods inherited from interface ai.timefold.solver.core.impl.solver.event.SolverLifecycleListener
solvingEnded, solvingError, solvingStarted
-
Method Details
-
getEntityDescriptor
EntityDescriptor<Solution_> getEntityDescriptor()- Returns:
- never null
-