Class QueuedEntityPlacer<Solution_>
java.lang.Object
org.optaplanner.core.impl.constructionheuristic.placer.AbstractEntityPlacer<Solution_>
org.optaplanner.core.impl.constructionheuristic.placer.QueuedEntityPlacer<Solution_>
- All Implemented Interfaces:
Iterable<Placement<Solution_>>
,EventListener
,EntityPlacer<Solution_>
,PhaseLifecycleListener<Solution_>
,SolverLifecycleListener<Solution_>
public class QueuedEntityPlacer<Solution_>
extends AbstractEntityPlacer<Solution_>
implements EntityPlacer<Solution_>
-
Field Summary
Modifier and TypeFieldDescriptionprotected final EntitySelector<Solution_>
protected final List<MoveSelector<Solution_>>
Fields inherited from class org.optaplanner.core.impl.constructionheuristic.placer.AbstractEntityPlacer
logger, phaseLifecycleSupport
-
Constructor Summary
ConstructorDescriptionQueuedEntityPlacer
(EntitySelector<Solution_> entitySelector, List<MoveSelector<Solution_>> moveSelectorList) -
Method Summary
Methods inherited from class org.optaplanner.core.impl.constructionheuristic.placer.AbstractEntityPlacer
phaseEnded, phaseStarted, solvingEnded, solvingStarted, stepEnded, stepStarted
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, 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
-
Field Details
-
entitySelector
-
moveSelectorList
-
-
Constructor Details
-
QueuedEntityPlacer
public QueuedEntityPlacer(EntitySelector<Solution_> entitySelector, List<MoveSelector<Solution_>> moveSelectorList)
-
-
Method Details