Uses of Interface
org.optaplanner.core.impl.constructionheuristic.placer.EntityPlacer
Package
Description
-
Uses of EntityPlacer in org.optaplanner.core.impl.constructionheuristic
Modifier and TypeFieldDescriptionprotected final EntityPlacer<Solution_>
DefaultConstructionHeuristicPhase.entityPlacer
ModifierConstructorDescriptionBuilder
(int phaseIndex, String logIndentation, Termination<Solution_> phaseTermination, EntityPlacer<Solution_> entityPlacer, ConstructionHeuristicDecider<Solution_> decider) -
Uses of EntityPlacer in org.optaplanner.core.impl.constructionheuristic.placer
Modifier and TypeClassDescriptionclass
AbstractEntityPlacer<Solution_>
Abstract superclass forEntityPlacer
.class
PooledEntityPlacer<Solution_>
class
QueuedEntityPlacer<Solution_>
class
QueuedValuePlacer<Solution_>
Modifier and TypeMethodDescriptionEntityPlacerFactory.buildEntityPlacer
(HeuristicConfigPolicy<Solution_> configPolicy)