Uses of Interface
org.optaplanner.core.impl.constructionheuristic.placer.EntityPlacer
-
Packages that use EntityPlacer Package Description org.optaplanner.core.impl.constructionheuristic org.optaplanner.core.impl.constructionheuristic.placer -
-
Uses of EntityPlacer in org.optaplanner.core.impl.constructionheuristic
Fields in org.optaplanner.core.impl.constructionheuristic declared as EntityPlacer Modifier and Type Field Description protected EntityPlacer<Solution_>DefaultConstructionHeuristicPhase. entityPlacerMethods in org.optaplanner.core.impl.constructionheuristic with parameters of type EntityPlacer Modifier and Type Method Description voidDefaultConstructionHeuristicPhase. setEntityPlacer(EntityPlacer<Solution_> entityPlacer) -
Uses of EntityPlacer in org.optaplanner.core.impl.constructionheuristic.placer
Classes in org.optaplanner.core.impl.constructionheuristic.placer that implement EntityPlacer Modifier and Type Class Description classAbstractEntityPlacer<Solution_>Abstract superclass forEntityPlacer.classPooledEntityPlacer<Solution_>classQueuedEntityPlacer<Solution_>classQueuedValuePlacer<Solution_>Methods in org.optaplanner.core.impl.constructionheuristic.placer that return EntityPlacer Modifier and Type Method Description EntityPlacer<Solution_>EntityPlacerFactory. buildEntityPlacer(HeuristicConfigPolicy<Solution_> configPolicy)
-