org.drools.planner.core.heuristic.selector.common
Class SelectionCacheLifecycleBridge
java.lang.Object
org.drools.planner.core.heuristic.selector.common.SelectionCacheLifecycleBridge
- All Implemented Interfaces:
- EventListener, SolverPhaseLifecycleListener, SolverLifecycleListener
public class SelectionCacheLifecycleBridge
- extends Object
- implements SolverPhaseLifecycleListener
cacheType
protected final SelectionCacheType cacheType
selectionCacheLifecycleListener
protected final SelectionCacheLifecycleListener selectionCacheLifecycleListener
SelectionCacheLifecycleBridge
public SelectionCacheLifecycleBridge(SelectionCacheType cacheType,
SelectionCacheLifecycleListener selectionCacheLifecycleListener)
solvingStarted
public void solvingStarted(DefaultSolverScope solverScope)
- Specified by:
solvingStarted
in interface SolverLifecycleListener
phaseStarted
public void phaseStarted(AbstractSolverPhaseScope solverPhaseScope)
- Specified by:
phaseStarted
in interface SolverPhaseLifecycleListener
stepStarted
public void stepStarted(AbstractStepScope stepScope)
- Specified by:
stepStarted
in interface SolverPhaseLifecycleListener
stepEnded
public void stepEnded(AbstractStepScope stepScope)
- Specified by:
stepEnded
in interface SolverPhaseLifecycleListener
phaseEnded
public void phaseEnded(AbstractSolverPhaseScope solverPhaseScope)
- Specified by:
phaseEnded
in interface SolverPhaseLifecycleListener
solvingEnded
public void solvingEnded(DefaultSolverScope solverScope)
- Specified by:
solvingEnded
in interface SolverLifecycleListener
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.