Class LocalSearchMoveScope<Solution_>
java.lang.Object
org.optaplanner.core.impl.phase.scope.AbstractMoveScope<Solution_>
org.optaplanner.core.impl.localsearch.scope.LocalSearchMoveScope<Solution_>
- Type Parameters:
- Solution_- the solution type, the class with the- PlanningSolutionannotation
- 
Field SummaryFields inherited from class org.optaplanner.core.impl.phase.scope.AbstractMoveScopemove, moveIndex, score
- 
Constructor SummaryConstructorsConstructorDescriptionLocalSearchMoveScope(LocalSearchStepScope<Solution_> stepScope, int moveIndex, Move<Solution_> move) 
- 
Method SummaryMethods inherited from class org.optaplanner.core.impl.phase.scope.AbstractMoveScopegetMove, getMoveIndex, getScore, getScoreDirector, getStepIndex, getWorkingRandom, getWorkingSolution, setScore, toString
- 
Constructor Details- 
LocalSearchMoveScopepublic LocalSearchMoveScope(LocalSearchStepScope<Solution_> stepScope, int moveIndex, Move<Solution_> move) 
 
- 
- 
Method Details- 
getStepScope- Specified by:
- getStepScopein class- AbstractMoveScope<Solution_>
 
- 
getAccepted
- 
setAccepted
 
-