Uses of Class
org.optaplanner.core.impl.constructionheuristic.placer.Placement
-
Packages that use Placement Package Description org.optaplanner.core.impl.constructionheuristic.decider org.optaplanner.core.impl.constructionheuristic.placer -
-
Uses of Placement in org.optaplanner.core.impl.constructionheuristic.decider
Methods in org.optaplanner.core.impl.constructionheuristic.decider with parameters of type Placement Modifier and Type Method Description void
ConstructionHeuristicDecider. decideNextStep(ConstructionHeuristicStepScope<Solution_> stepScope, Placement<Solution_> placement)
void
MultiThreadedConstructionHeuristicDecider. decideNextStep(ConstructionHeuristicStepScope<Solution_> stepScope, Placement<Solution_> placement)
-
Uses of Placement in org.optaplanner.core.impl.constructionheuristic.placer
Methods in org.optaplanner.core.impl.constructionheuristic.placer that return types with arguments of type Placement Modifier and Type Method Description Iterator<Placement>
PooledEntityPlacer. iterator()
Iterator<Placement>
QueuedEntityPlacer. iterator()
Iterator<Placement>
QueuedValuePlacer. iterator()
-