Class PooledEntityPlacer<Solution_>
java.lang.Object
org.optaplanner.core.impl.constructionheuristic.placer.AbstractEntityPlacer<Solution_>
org.optaplanner.core.impl.constructionheuristic.placer.PooledEntityPlacer<Solution_>
- All Implemented Interfaces:
Iterable<Placement<Solution_>>,EventListener,EntityPlacer<Solution_>,PhaseLifecycleListener<Solution_>,SolverLifecycleListener<Solution_>
public class PooledEntityPlacer<Solution_>
extends AbstractEntityPlacer<Solution_>
implements EntityPlacer<Solution_>
-
Field Summary
FieldsFields inherited from class org.optaplanner.core.impl.constructionheuristic.placer.AbstractEntityPlacer
logger, phaseLifecycleSupport -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.optaplanner.core.impl.constructionheuristic.placer.AbstractEntityPlacer
phaseEnded, phaseStarted, solvingEnded, solvingStarted, stepEnded, stepStartedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface org.optaplanner.core.impl.phase.event.PhaseLifecycleListener
phaseEnded, phaseStarted, stepEnded, stepStartedMethods inherited from interface org.optaplanner.core.impl.solver.event.SolverLifecycleListener
solvingEnded, solvingError, solvingStarted