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
 
 public class ExhaustiveSearchStepScope<Solution_> extends AbstractStepScope<Solution_> 
- 
- 
Field Summary- 
Fields inherited from class org.optaplanner.core.impl.phase.scope.AbstractStepScopebestScoreImproved, clonedSolution, score, stepIndex
 
- 
 - 
Constructor SummaryConstructors Constructor Description ExhaustiveSearchStepScope(ExhaustiveSearchPhaseScope<Solution_> phaseScope)ExhaustiveSearchStepScope(ExhaustiveSearchPhaseScope<Solution_> phaseScope, int stepIndex)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetBreadth()intgetDepth()ExhaustiveSearchNodegetExpandingNode()ExhaustiveSearchPhaseScope<Solution_>getPhaseScope()LonggetSelectedMoveCount()ScoregetStartingStepScore()StringgetTreeId()voidsetExpandingNode(ExhaustiveSearchNode expandingNode)voidsetSelectedMoveCount(Long selectedMoveCount)- 
Methods inherited from class org.optaplanner.core.impl.phase.scope.AbstractStepScopecreateOrGetClonedSolution, getBestScoreImproved, getClonedSolution, getScore, getScoreDirector, getStepIndex, getWorkingRandom, getWorkingSolution, setBestScoreImproved, setClonedSolution, setScore, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
ExhaustiveSearchStepScopepublic ExhaustiveSearchStepScope(ExhaustiveSearchPhaseScope<Solution_> phaseScope) 
 - 
ExhaustiveSearchStepScopepublic ExhaustiveSearchStepScope(ExhaustiveSearchPhaseScope<Solution_> phaseScope, int stepIndex) 
 
- 
 - 
Method Detail- 
getPhaseScopepublic ExhaustiveSearchPhaseScope<Solution_> getPhaseScope() - Specified by:
- getPhaseScopein class- AbstractStepScope<Solution_>
 
 - 
getExpandingNodepublic ExhaustiveSearchNode getExpandingNode() 
 - 
setExpandingNodepublic void setExpandingNode(ExhaustiveSearchNode expandingNode) 
 - 
getStartingStepScorepublic Score getStartingStepScore() 
 - 
getSelectedMoveCountpublic Long getSelectedMoveCount() 
 - 
setSelectedMoveCountpublic void setSelectedMoveCount(Long selectedMoveCount) 
 - 
getDepthpublic int getDepth() 
 - 
getBreadthpublic long getBreadth() 
 - 
getTreeIdpublic String getTreeId() 
 
- 
 
-