Interface InnerMutableSolutionView<Solution_>
- All Superinterfaces:
MutableSolutionView<Solution_>,SolutionView<Solution_>
- All Known Implementing Classes:
MoveDirector
@NullMarked
public interface InnerMutableSolutionView<Solution_>
extends MutableSolutionView<Solution_>
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface ai.timefold.solver.core.preview.api.move.MutableSolutionView
assignValue, assignValueAndAdd, assignValueAndAdd, assignValueAndSet, assignValueAndSet, changeVariable, moveValueBetweenLists, moveValueBetweenLists, moveValueInList, shiftValue, shiftValue, swapValuesBetweenLists, swapValuesInList, unassignValue, unassignValue, unassignValueMethods inherited from interface ai.timefold.solver.core.preview.api.move.SolutionView
countValues, getPositionOf, getValue, getValueAtIndex, isPinned, isPinned, isValueInRange, isValueInRange
-
Method Details
-
getScoreDirector
VariableDescriptorAwareScoreDirector<Solution_> getScoreDirector()
-