org.optaplanner.core.impl.localsearch.scope
Class LocalSearchStepScope
java.lang.Object
   org.optaplanner.core.impl.phase.scope.AbstractStepScope
org.optaplanner.core.impl.phase.scope.AbstractStepScope
       org.optaplanner.core.impl.localsearch.scope.LocalSearchStepScope
org.optaplanner.core.impl.localsearch.scope.LocalSearchStepScope
- public class LocalSearchStepScope 
- extends AbstractStepScope
 
 
 
 
| Methods inherited from class org.optaplanner.core.impl.phase.scope.AbstractStepScope | 
| createOrGetClonedSolution, getBestScoreImproved, getClonedSolution, getScore, getScoreDirector, getStepIndex, getWorkingRandom, getWorkingSolution, hasNoUninitializedVariables, setBestScoreImproved, setClonedSolution, setScore, toString | 
 
 
LocalSearchStepScope
public LocalSearchStepScope(LocalSearchPhaseScope phaseScope)
LocalSearchStepScope
public LocalSearchStepScope(LocalSearchPhaseScope phaseScope,
                            int stepIndex)
getPhaseScope
public LocalSearchPhaseScope getPhaseScope()
- 
- Specified by:
- getPhaseScopein class- AbstractStepScope
 
- 
 
getUninitializedVariableCount
public int getUninitializedVariableCount()
- 
- Specified by:
- getUninitializedVariableCountin class- AbstractStepScope
 
- 
 
getTimeGradient
public double getTimeGradient()
- 
 
setTimeGradient
public void setTimeGradient(double timeGradient)
- 
 
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)
- 
 
getSelectedMoveCount
public Long getSelectedMoveCount()
- 
 
setSelectedMoveCount
public void setSelectedMoveCount(Long selectedMoveCount)
- 
 
getAcceptedMoveCount
public Long getAcceptedMoveCount()
- 
 
setAcceptedMoveCount
public void setAcceptedMoveCount(Long acceptedMoveCount)
- 
 
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.