Class ExhaustiveSearchStepScope<Solution_>
java.lang.Object
org.optaplanner.core.impl.phase.scope.AbstractStepScope<Solution_>
org.optaplanner.core.impl.exhaustivesearch.scope.ExhaustiveSearchStepScope<Solution_>
- Type Parameters:
- Solution_- the solution type, the class with the- PlanningSolutionannotation
- 
Field SummaryFields inherited from class org.optaplanner.core.impl.phase.scope.AbstractStepScopebestScoreImproved, clonedSolution, score, stepIndex
- 
Constructor SummaryConstructorsConstructorDescriptionExhaustiveSearchStepScope(ExhaustiveSearchPhaseScope<Solution_> phaseScope) ExhaustiveSearchStepScope(ExhaustiveSearchPhaseScope<Solution_> phaseScope, int stepIndex) 
- 
Method SummaryModifier and TypeMethodDescriptionintgetDepth()voidsetExpandingNode(ExhaustiveSearchNode expandingNode) voidsetSelectedMoveCount(Long selectedMoveCount) Methods inherited from class org.optaplanner.core.impl.phase.scope.AbstractStepScopecreateOrGetClonedSolution, getBestScoreImproved, getScore, getScoreDirector, getStepIndex, getWorkingRandom, getWorkingSolution, setBestScoreImproved, setScore, toString
- 
Constructor Details- 
ExhaustiveSearchStepScope
- 
ExhaustiveSearchStepScope
 
- 
- 
Method Details- 
getPhaseScope- Specified by:
- getPhaseScopein class- AbstractStepScope<Solution_>
 
- 
getExpandingNode
- 
setExpandingNode
- 
getStartingStepScore
- 
getSelectedMoveCount
- 
setSelectedMoveCount
- 
getDepthpublic int getDepth()
- 
getTreeId
 
-