org.optaplanner.core.impl.constructionheuristic.event
public interface ConstructionHeuristicSolverPhaseLifecycleListener extends SolverLifecycleListener
Modifier and Type | Method and Description |
---|---|
void |
phaseEnded(ConstructionHeuristicSolverPhaseScope phaseScope) |
void |
phaseStarted(ConstructionHeuristicSolverPhaseScope phaseScope) |
void |
stepEnded(ConstructionHeuristicStepScope stepScope) |
void |
stepStarted(ConstructionHeuristicStepScope stepScope) |
solvingEnded, solvingStarted
void phaseStarted(ConstructionHeuristicSolverPhaseScope phaseScope)
void stepStarted(ConstructionHeuristicStepScope stepScope)
void stepEnded(ConstructionHeuristicStepScope stepScope)
void phaseEnded(ConstructionHeuristicSolverPhaseScope phaseScope)
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.