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 thePlanningSolution
annotation
-
Field Summary
Fields inherited from class org.optaplanner.core.impl.phase.scope.AbstractMoveScope
move, moveIndex, score
-
Constructor Summary
ConstructorDescriptionLocalSearchMoveScope
(LocalSearchStepScope<Solution_> stepScope, int moveIndex, Move<Solution_> move) -
Method Summary
Methods inherited from class org.optaplanner.core.impl.phase.scope.AbstractMoveScope
getMove, getMoveIndex, getScore, getScoreDirector, getStepIndex, getWorkingRandom, getWorkingSolution, setScore, toString
-
Constructor Details
-
LocalSearchMoveScope
public LocalSearchMoveScope(LocalSearchStepScope<Solution_> stepScope, int moveIndex, Move<Solution_> move)
-
-
Method Details
-
getStepScope
- Specified by:
getStepScope
in classAbstractMoveScope<Solution_>
-
getAccepted
-
setAccepted
-