OptaPlanner core 6.2.0.Beta1

org.optaplanner.core.impl.constructionheuristic
Interface ConstructionHeuristicPhase

All Superinterfaces:
EventListener, Phase, PhaseLifecycleListener, SolverLifecycleListener
All Known Implementing Classes:
DefaultConstructionHeuristicPhase

public interface ConstructionHeuristicPhase
extends Phase

A ConstructionHeuristicPhase is a Phase which uses a construction heuristic algorithm, such as First Fit, First Fit Decreasing, Cheapest Insertion, ...

See Also:
Phase, AbstractPhase, DefaultConstructionHeuristicPhase

Method Summary
 
Methods inherited from interface org.optaplanner.core.impl.phase.Phase
addPhaseLifecycleListener, removePhaseLifecycleListener, solve
 
Methods inherited from interface org.optaplanner.core.impl.phase.event.PhaseLifecycleListener
phaseEnded, phaseStarted, stepEnded, stepStarted
 
Methods inherited from interface org.optaplanner.core.impl.solver.event.SolverLifecycleListener
solvingEnded, solvingStarted
 


OptaPlanner core 6.2.0.Beta1

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