public class GreatDelugeAcceptor extends AbstractAcceptor
logger| Constructor and Description |
|---|
GreatDelugeAcceptor() |
| Modifier and Type | Method and Description |
|---|---|
Score |
getInitialWaterLevel() |
Double |
getWaterLevelIncrementRatio() |
Score |
getWaterLevelIncrementScore() |
boolean |
isAccepted(LocalSearchMoveScope moveScope) |
void |
phaseEnded(LocalSearchPhaseScope phaseScope) |
void |
phaseStarted(LocalSearchPhaseScope phaseScope) |
void |
setInitialWaterLevel(Score initialLevel) |
void |
setWaterLevelIncrementRatio(Double waterLevelIncrementRatio) |
void |
setWaterLevelIncrementScore(Score waterLevelIncrementScore) |
void |
stepEnded(LocalSearchStepScope stepScope) |
stepStartedsolvingEnded, solvingStartedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitstepStartedsolvingEnded, solvingStartedpublic Score getWaterLevelIncrementScore()
public void setWaterLevelIncrementScore(Score waterLevelIncrementScore)
public Score getInitialWaterLevel()
public void setInitialWaterLevel(Score initialLevel)
public Double getWaterLevelIncrementRatio()
public void setWaterLevelIncrementRatio(Double waterLevelIncrementRatio)
public void phaseStarted(LocalSearchPhaseScope phaseScope)
phaseStarted in interface LocalSearchPhaseLifecycleListenerphaseStarted in class LocalSearchPhaseLifecycleListenerAdapterpublic void phaseEnded(LocalSearchPhaseScope phaseScope)
phaseEnded in interface LocalSearchPhaseLifecycleListenerphaseEnded in class LocalSearchPhaseLifecycleListenerAdapterpublic boolean isAccepted(LocalSearchMoveScope moveScope)
moveScope - not nullpublic void stepEnded(LocalSearchStepScope stepScope)
stepEnded in interface LocalSearchPhaseLifecycleListenerstepEnded in class LocalSearchPhaseLifecycleListenerAdapterCopyright © 2006–2021 JBoss by Red Hat. All rights reserved.