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.entityPlacerConstructors 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 TypeClassDescriptionclassAbstractEntityPlacer<Solution_>Abstract superclass forEntityPlacer.classPooledEntityPlacer<Solution_>classQueuedEntityPlacer<Solution_>classQueuedValuePlacer<Solution_>Methods in org.optaplanner.core.impl.constructionheuristic.placer that return EntityPlacerModifier and TypeMethodDescriptionEntityPlacerFactory.buildEntityPlacer(HeuristicConfigPolicy<Solution_> configPolicy)