org.drools.planner.core.constructionheuristic
Class DefaultConstructionHeuristicSolverPhase
java.lang.Object
org.drools.planner.core.phase.AbstractSolverPhase
org.drools.planner.core.constructionheuristic.DefaultConstructionHeuristicSolverPhase
- All Implemented Interfaces:
- EventListener, ConstructionHeuristicSolverPhase, SolverPhaseLifecycleListener, SolverPhase, SolverLifecycleListener
public class DefaultConstructionHeuristicSolverPhase
- extends AbstractSolverPhase
- implements ConstructionHeuristicSolverPhase
Default implementation of ConstructionHeuristicSolverPhase
.
Methods inherited from class org.drools.planner.core.phase.AbstractSolverPhase |
addSolverPhaseLifecycleListener, getPhaseIndex, getTermination, phaseEnded, phaseStarted, removeSolverPhaseLifecycleListener, setBestSolutionRecaller, setPhaseIndex, setTermination, stepEnded, stepStarted |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
entityPlacerList
protected List<EntityPlacer> entityPlacerList
assertStepScoreIsUncorrupted
protected boolean assertStepScoreIsUncorrupted
DefaultConstructionHeuristicSolverPhase
public DefaultConstructionHeuristicSolverPhase()
setEntityPlacerList
public void setEntityPlacerList(List<EntityPlacer> entityPlacerList)
setAssertStepScoreIsUncorrupted
public void setAssertStepScoreIsUncorrupted(boolean assertStepScoreIsUncorrupted)
solve
public void solve(DefaultSolverScope solverScope)
- Specified by:
solve
in interface SolverPhase
solvingStarted
public void solvingStarted(DefaultSolverScope solverScope)
- Specified by:
solvingStarted
in interface SolverLifecycleListener
- Overrides:
solvingStarted
in class AbstractSolverPhase
phaseStarted
public void phaseStarted(ConstructionHeuristicSolverPhaseScope phaseScope)
stepStarted
public void stepStarted(ConstructionHeuristicStepScope stepScope)
stepEnded
public void stepEnded(ConstructionHeuristicStepScope stepScope)
phaseEnded
public void phaseEnded(ConstructionHeuristicSolverPhaseScope phaseScope)
solvingEnded
public void solvingEnded(DefaultSolverScope solverScope)
- Specified by:
solvingEnded
in interface SolverLifecycleListener
- Overrides:
solvingEnded
in class AbstractSolverPhase
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.