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
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
Methods inherited from interface org.optaplanner.core.impl.phase.event.PhaseLifecycleListener
phaseEnded, phaseStarted, stepEnded, stepStarted
Methods inherited from interface org.optaplanner.core.impl.solver.event.SolverLifecycleListener
solvingEnded, solvingError, solvingStarted