public abstract class AbstractFinalistPodium extends LocalSearchPhaseLifecycleListenerAdapter implements FinalistPodium
FinalistPodium
.FinalistPodium
Modifier and Type | Field and Description |
---|---|
protected boolean |
finalistIsAccepted |
protected List<LocalSearchMoveScope> |
finalistList |
protected org.slf4j.Logger |
logger |
Constructor and Description |
---|
AbstractFinalistPodium() |
Modifier and Type | Method and Description |
---|---|
void |
phaseEnded(LocalSearchPhaseScope phaseScope) |
LocalSearchMoveScope |
pickMove(LocalSearchStepScope stepScope)
|
void |
stepStarted(LocalSearchStepScope stepScope) |
phaseStarted, stepEnded
solvingEnded, solvingStarted
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addMove
phaseStarted, stepEnded
solvingEnded, solvingStarted
protected final transient org.slf4j.Logger logger
protected boolean finalistIsAccepted
protected List<LocalSearchMoveScope> finalistList
public void stepStarted(LocalSearchStepScope stepScope)
stepStarted
in interface LocalSearchPhaseLifecycleListener
stepStarted
in class LocalSearchPhaseLifecycleListenerAdapter
public LocalSearchMoveScope pickMove(LocalSearchStepScope stepScope)
FinalistPodium
pickMove
in interface FinalistPodium
stepScope
- never nullpublic void phaseEnded(LocalSearchPhaseScope phaseScope)
phaseEnded
in interface LocalSearchPhaseLifecycleListener
phaseEnded
in class LocalSearchPhaseLifecycleListenerAdapter
Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.