org.optaplanner.core.impl.heuristic.selector.common
public class SelectionCacheLifecycleBridge extends Object implements SolverPhaseLifecycleListener
Modifier and Type | Field and Description |
---|---|
protected SelectionCacheType |
cacheType |
protected SelectionCacheLifecycleListener |
selectionCacheLifecycleListener |
Constructor and Description |
---|
SelectionCacheLifecycleBridge(SelectionCacheType cacheType,
SelectionCacheLifecycleListener selectionCacheLifecycleListener) |
Modifier and Type | Method and Description |
---|---|
void |
phaseEnded(AbstractSolverPhaseScope phaseScope) |
void |
phaseStarted(AbstractSolverPhaseScope phaseScope) |
void |
solvingEnded(DefaultSolverScope solverScope) |
void |
solvingStarted(DefaultSolverScope solverScope) |
void |
stepEnded(AbstractStepScope stepScope) |
void |
stepStarted(AbstractStepScope stepScope) |
String |
toString() |
protected final SelectionCacheType cacheType
protected final SelectionCacheLifecycleListener selectionCacheLifecycleListener
public SelectionCacheLifecycleBridge(SelectionCacheType cacheType, SelectionCacheLifecycleListener selectionCacheLifecycleListener)
public void solvingStarted(DefaultSolverScope solverScope)
solvingStarted
in interface SolverLifecycleListener
public void phaseStarted(AbstractSolverPhaseScope phaseScope)
phaseStarted
in interface SolverPhaseLifecycleListener
public void stepStarted(AbstractStepScope stepScope)
stepStarted
in interface SolverPhaseLifecycleListener
public void stepEnded(AbstractStepScope stepScope)
stepEnded
in interface SolverPhaseLifecycleListener
public void phaseEnded(AbstractSolverPhaseScope phaseScope)
phaseEnded
in interface SolverPhaseLifecycleListener
public void solvingEnded(DefaultSolverScope solverScope)
solvingEnded
in interface SolverLifecycleListener
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.