OptaPlanner core 6.2.0.Beta1

org.optaplanner.core.impl.exhaustivesearch.event
Interface ExhaustiveSearchPhaseLifecycleListener

All Superinterfaces:
EventListener, SolverLifecycleListener
All Known Implementing Classes:
ExhaustiveSearchDecider

public interface ExhaustiveSearchPhaseLifecycleListener
extends SolverLifecycleListener


Method Summary
 void phaseEnded(ExhaustiveSearchPhaseScope phaseScope)
           
 void phaseStarted(ExhaustiveSearchPhaseScope phaseScope)
           
 void stepEnded(ExhaustiveSearchStepScope stepScope)
           
 void stepStarted(ExhaustiveSearchStepScope stepScope)
           
 
Methods inherited from interface org.optaplanner.core.impl.solver.event.SolverLifecycleListener
solvingEnded, solvingStarted
 

Method Detail

phaseStarted

void phaseStarted(ExhaustiveSearchPhaseScope phaseScope)

stepStarted

void stepStarted(ExhaustiveSearchStepScope stepScope)

stepEnded

void stepEnded(ExhaustiveSearchStepScope stepScope)

phaseEnded

void phaseEnded(ExhaustiveSearchPhaseScope phaseScope)

OptaPlanner core 6.2.0.Beta1

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