OptaPlanner core 6.0.1.Final

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

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

public interface ConstructionHeuristicSolverPhaseLifecycleListener
extends SolverLifecycleListener


Method Summary
 void phaseEnded(ConstructionHeuristicSolverPhaseScope phaseScope)
           
 void phaseStarted(ConstructionHeuristicSolverPhaseScope 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(ConstructionHeuristicSolverPhaseScope phaseScope)

stepStarted

void stepStarted(ConstructionHeuristicStepScope stepScope)

stepEnded

void stepEnded(ConstructionHeuristicStepScope stepScope)

phaseEnded

void phaseEnded(ConstructionHeuristicSolverPhaseScope phaseScope)

OptaPlanner core 6.0.1.Final

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