org.drools.planner.core.constructionheuristic
Interface ConstructionHeuristicSolverPhase

All Superinterfaces:
EventListener, SolverLifecycleListener, SolverPhase, SolverPhaseLifecycleListener
All Known Implementing Classes:
DefaultConstructionHeuristicSolverPhase

public interface ConstructionHeuristicSolverPhase
extends SolverPhase

A ConstructionHeuristicSolverPhase is a SolverPhase which uses a construction heuristic algorithm, such as first fit, best fit decreasing, cheapest insertion, ...

See Also:
SolverPhase, AbstractSolverPhase, DefaultConstructionHeuristicSolverPhase

Method Summary
 
Methods inherited from interface org.drools.planner.core.phase.SolverPhase
addSolverPhaseLifecycleListener, removeSolverPhaseLifecycleListener, solve
 
Methods inherited from interface org.drools.planner.core.phase.event.SolverPhaseLifecycleListener
phaseEnded, phaseStarted, stepEnded, stepStarted
 
Methods inherited from interface org.drools.planner.core.solver.event.SolverLifecycleListener
solvingEnded, solvingStarted
 



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