Interface ConstructionHeuristicPhase<Solution_>
- Type Parameters:
 Solution_- the solution type, the class with thePlanningSolutionannotation
- All Superinterfaces:
 EventListener,Phase<Solution_>,PhaseLifecycleListener<Solution_>,SolverLifecycleListener<Solution_>
- All Known Implementing Classes:
 DefaultConstructionHeuristicPhase
A 
ConstructionHeuristicPhase is a Phase which uses a construction heuristic algorithm,
 such as First Fit, First Fit Decreasing, Cheapest Insertion, ...- 
Method Summary
Methods inherited from interface org.optaplanner.core.impl.phase.Phase
addPhaseLifecycleListener, removePhaseLifecycleListener, solveMethods inherited from interface org.optaplanner.core.impl.phase.event.PhaseLifecycleListener
phaseEnded, phaseStarted, stepEnded, stepStartedMethods inherited from interface org.optaplanner.core.impl.solver.event.SolverLifecycleListener
solvingEnded, solvingError, solvingStarted