OptaPlanner core 6.2.0.Beta1

org.optaplanner.core.impl.constructionheuristic.event
Interface ConstructionHeuristicPhaseLifecycleListener

All Superinterfaces:
EventListener, SolverLifecycleListener
All Known Subinterfaces:
ConstructionHeuristicForager
All Known Implementing Classes:
AbstractConstructionHeuristicForager, ConstructionHeuristicPhaseLifecycleListenerAdapter, DefaultConstructionHeuristicForager

public interface ConstructionHeuristicPhaseLifecycleListener
extends SolverLifecycleListener


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

Method Detail

phaseStarted

void phaseStarted(ConstructionHeuristicPhaseScope phaseScope)

stepStarted

void stepStarted(ConstructionHeuristicStepScope stepScope)

stepEnded

void stepEnded(ConstructionHeuristicStepScope stepScope)

phaseEnded

void phaseEnded(ConstructionHeuristicPhaseScope phaseScope)

OptaPlanner core 6.2.0.Beta1

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