org.drools.planner.core.constructionheuristic.greedyFit
Class GreedyFitStepScope
java.lang.Object
org.drools.planner.core.phase.step.AbstractStepScope
org.drools.planner.core.constructionheuristic.greedyFit.GreedyFitStepScope
public class GreedyFitStepScope
- extends AbstractStepScope
Methods inherited from class org.drools.planner.core.phase.step.AbstractStepScope |
createOrGetClonedSolution, getBestScoreImproved, getClonedSolution, getScore, getScoreDirector, getStepIndex, getWorkingRandom, getWorkingSolution, isSolutionInitialized, setBestScoreImproved, setClonedSolution, setScore, setSolutionInitialized, setStepIndex, toString |
GreedyFitStepScope
public GreedyFitStepScope(GreedyFitSolverPhaseScope greedyFitSolverPhaseScope)
getGreedyFitSolverPhaseScope
public GreedyFitSolverPhaseScope getGreedyFitSolverPhaseScope()
getSolverPhaseScope
public AbstractSolverPhaseScope getSolverPhaseScope()
- Specified by:
getSolverPhaseScope
in class AbstractStepScope
getPlanningEntity
public Object getPlanningEntity()
setPlanningEntity
public void setPlanningEntity(Object planningEntity)
getStep
public Move getStep()
setStep
public void setStep(Move step)
getStepString
public String getStepString()
- Returns:
- null if logging level is to high
setStepString
public void setStepString(String stepString)
getUndoStep
public Move getUndoStep()
setUndoStep
public void setUndoStep(Move undoStep)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.