public class ConstructionHeuristicSolverPhaseLifecycleListenerAdapter extends SolverLifecycleListenerAdapter implements ConstructionHeuristicSolverPhaseLifecycleListener
Constructor and Description |
---|
ConstructionHeuristicSolverPhaseLifecycleListenerAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
phaseEnded(ConstructionHeuristicSolverPhaseScope phaseScope) |
void |
phaseStarted(ConstructionHeuristicSolverPhaseScope phaseScope) |
void |
stepEnded(ConstructionHeuristicStepScope stepScope) |
void |
stepStarted(ConstructionHeuristicStepScope stepScope) |
solvingEnded, solvingStarted
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
solvingEnded, solvingStarted
public ConstructionHeuristicSolverPhaseLifecycleListenerAdapter()
public void phaseStarted(ConstructionHeuristicSolverPhaseScope phaseScope)
phaseStarted
in interface ConstructionHeuristicSolverPhaseLifecycleListener
public void stepStarted(ConstructionHeuristicStepScope stepScope)
stepStarted
in interface ConstructionHeuristicSolverPhaseLifecycleListener
public void stepEnded(ConstructionHeuristicStepScope stepScope)
stepEnded
in interface ConstructionHeuristicSolverPhaseLifecycleListener
public void phaseEnded(ConstructionHeuristicSolverPhaseScope phaseScope)
phaseEnded
in interface ConstructionHeuristicSolverPhaseLifecycleListener
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.