OptaPlanner core 6.2.0.CR2

org.optaplanner.core.impl.exhaustivesearch
Interface ExhaustiveSearchPhase

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

public interface ExhaustiveSearchPhase
extends Phase

A ExhaustiveSearchPhase is a Phase which uses an exhaustive algorithm.

See Also:
Phase, AbstractPhase, DefaultExhaustiveSearchPhase

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.CR2

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