Uses of Interface
org.optaplanner.core.impl.constructionheuristic.placer.EntityPlacer
Packages that use EntityPlacer
Package
Description
-
Uses of EntityPlacer in org.optaplanner.core.impl.constructionheuristic
Fields in org.optaplanner.core.impl.constructionheuristic declared as EntityPlacerModifier and TypeFieldDescriptionprotected final EntityPlacer<Solution_>
DefaultConstructionHeuristicPhase.entityPlacer
Constructors in org.optaplanner.core.impl.constructionheuristic with parameters of type EntityPlacerModifierConstructorDescriptionBuilder
(int phaseIndex, String logIndentation, Termination<Solution_> phaseTermination, EntityPlacer<Solution_> entityPlacer, ConstructionHeuristicDecider<Solution_> decider) -
Uses of EntityPlacer in org.optaplanner.core.impl.constructionheuristic.placer
Classes in org.optaplanner.core.impl.constructionheuristic.placer that implement EntityPlacerModifier and TypeClassDescriptionclass
AbstractEntityPlacer<Solution_>
Abstract superclass forEntityPlacer
.class
PooledEntityPlacer<Solution_>
class
QueuedEntityPlacer<Solution_>
class
QueuedValuePlacer<Solution_>
Methods in org.optaplanner.core.impl.constructionheuristic.placer that return EntityPlacerModifier and TypeMethodDescriptionEntityPlacerFactory.buildEntityPlacer
(HeuristicConfigPolicy<Solution_> configPolicy)