Package ai.timefold.solver.core.impl.heuristic.move
package ai.timefold.solver.core.impl.heuristic.move
-
ClassDescriptionAbstractMove<Solution_>Abstract superclass for
Move, requiring implementation of undo moves.AbstractSimplifiedMove<Solution_>Deprecated, for removal: This API element is subject to removal in a future version.AbstractUndoMove<Solution_>Deprecated, for removal: This API element is subject to removal in a future version.Undo moves are automatically generated by the solver.CompositeMove<Solution_>A CompositeMove is composed out of multiple other moves.LegacyMoveAdapter<Solution_>AdaptsMovea legacy move) toa new move.Move<Solution_>A Move represents a change of 1 or morePlanningVariables of 1 or morePlanningEntitys in the workingPlanningSolution.NoChangeMove<Solution_>Makes no changes.
AbstractMove, which no longer requires undo moves to be implemented either.