OptaPlanner core 6.0.0.Beta3

org.optaplanner.core.impl.constructionheuristic.placer.entity
Interface EntityPlacer

All Superinterfaces:
EventListener, Placer, SolverLifecycleListener, SolverPhaseLifecycleListener
All Known Implementing Classes:
QueuedEntityPlacer

public interface EntityPlacer
extends Placer


Method Summary
 ConstructionHeuristicMoveScope nominateMove(ConstructionHeuristicStepScope stepScope)
           
 
Methods inherited from interface org.optaplanner.core.impl.phase.event.SolverPhaseLifecycleListener
phaseEnded, phaseStarted, stepEnded, stepStarted
 
Methods inherited from interface org.optaplanner.core.impl.solver.event.SolverLifecycleListener
solvingEnded, solvingStarted
 

Method Detail

nominateMove

ConstructionHeuristicMoveScope nominateMove(ConstructionHeuristicStepScope stepScope)
Parameters:
stepScope - never null
Returns:
null if no more move can be nominated

OptaPlanner core 6.0.0.Beta3

Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.