Class AbstractMoveScope<Solution_>
java.lang.Object
ai.timefold.solver.core.impl.phase.scope.AbstractMoveScope<Solution_>
- Type Parameters:
Solution_- the solution type, the class with thePlanningSolutionannotation
- Direct Known Subclasses:
ConstructionHeuristicMoveScope,LocalSearchMoveScope
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractMoveScope(AbstractStepScope<Solution_> stepScope, int moveIndex, Move<Solution_> move) -
Method Summary
-
Field Details
-
stepScope
-
moveIndex
protected final int moveIndex -
move
-
score
-
-
Constructor Details
-
AbstractMoveScope
protected AbstractMoveScope(AbstractStepScope<Solution_> stepScope, int moveIndex, Move<Solution_> move)
-
-
Method Details