public class DefaultCustomPhase extends AbstractPhase implements CustomPhase
CustomPhase
.Modifier and Type | Field and Description |
---|---|
protected List<CustomPhaseCommand> |
customPhaseCommandList |
protected boolean |
forceUpdateBestSolution |
bestSolutionRecaller, logger, phaseIndex, phaseLifecycleSupport, termination
Constructor and Description |
---|
DefaultCustomPhase() |
Modifier and Type | Method and Description |
---|---|
void |
phaseEnded(CustomPhaseScope phaseScope) |
void |
phaseStarted(CustomPhaseScope phaseScope) |
void |
setCustomPhaseCommandList(List<CustomPhaseCommand> customPhaseCommandList) |
void |
setForceUpdateBestSolution(boolean forceUpdateBestSolution) |
void |
solve(DefaultSolverScope solverScope) |
void |
stepEnded(CustomStepScope stepScope) |
void |
stepStarted(CustomStepScope stepScope) |
addPhaseLifecycleListener, getPhaseIndex, getTermination, phaseEnded, phaseStarted, removePhaseLifecycleListener, setBestSolutionRecaller, setPhaseIndex, setTermination, solvingEnded, solvingStarted, stepEnded, stepStarted
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addPhaseLifecycleListener, removePhaseLifecycleListener
phaseEnded, phaseStarted, stepEnded, stepStarted
solvingEnded, solvingStarted
protected List<CustomPhaseCommand> customPhaseCommandList
protected boolean forceUpdateBestSolution
public void setCustomPhaseCommandList(List<CustomPhaseCommand> customPhaseCommandList)
public void setForceUpdateBestSolution(boolean forceUpdateBestSolution)
public void solve(DefaultSolverScope solverScope)
public void phaseStarted(CustomPhaseScope phaseScope)
public void stepStarted(CustomStepScope stepScope)
public void stepEnded(CustomStepScope stepScope)
public void phaseEnded(CustomPhaseScope phaseScope)
Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.