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
public class LocalSearchMoveScope<Solution_> extends AbstractMoveScope<Solution_>
-
-
Field Summary
-
Fields inherited from class org.optaplanner.core.impl.phase.scope.AbstractMoveScope
move, moveIndex, score
-
-
Constructor Summary
Constructors Constructor Description LocalSearchMoveScope(LocalSearchStepScope<Solution_> stepScope, int moveIndex, Move<Solution_> move)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getAccepted()
LocalSearchStepScope<Solution_>
getStepScope()
void
setAccepted(Boolean accepted)
-
Methods inherited from class org.optaplanner.core.impl.phase.scope.AbstractMoveScope
getMove, getMoveIndex, getScore, getScoreDirector, getStepIndex, getWorkingRandom, getWorkingSolution, setScore, toString
-
-
-
-
Constructor Detail
-
LocalSearchMoveScope
public LocalSearchMoveScope(LocalSearchStepScope<Solution_> stepScope, int moveIndex, Move<Solution_> move)
-
-
Method Detail
-
getStepScope
public LocalSearchStepScope<Solution_> getStepScope()
- Specified by:
getStepScope
in classAbstractMoveScope<Solution_>
-
getAccepted
public Boolean getAccepted()
-
setAccepted
public void setAccepted(Boolean accepted)
-
-