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, changeVariable, moveValueBetweenLists, moveValueInList, unassignValue, unassignValue, unassignValueMethods inherited from interface ai.timefold.solver.core.preview.api.move.SolutionView
getPositionOf, getValue, getValueAtIndex
-
Method Details
-
getScoreDirector
VariableDescriptorAwareScoreDirector<Solution_> getScoreDirector()
-