Interface EntityPlacer<Solution_>
- All Superinterfaces:
EventListener,Iterable<Placement<Solution_>>,PhaseLifecycleListener<Solution_>,SolverLifecycleListener<Solution_>
- All Known Implementing Classes:
AbstractEntityPlacer,PooledEntityPlacer,QueuedEntityPlacer,QueuedValuePlacer
public interface EntityPlacer<Solution_>
extends Iterable<Placement<Solution_>>, PhaseLifecycleListener<Solution_>
-
Method Summary
Modifier and TypeMethodDescriptioncopy()rebuildWithFilter(SelectionFilter<Solution_, Object> filter) Methods inherited from interface java.lang.Iterable
forEach, iterator, spliteratorMethods inherited from interface ai.timefold.solver.core.impl.phase.event.PhaseLifecycleListener
phaseEnded, phaseStarted, stepEnded, stepStartedMethods inherited from interface ai.timefold.solver.core.impl.solver.event.SolverLifecycleListener
solvingEnded, solvingError, solvingStarted
-
Method Details
-
rebuildWithFilter
-
copy
EntityPlacer<Solution_> copy()
-