Package org.optaplanner.core.impl.heuristic.move
-
Interface Summary Interface Description Move<Solution_> A Move represents a change of 1 or morePlanningVariable
s of 1 or morePlanningEntity
s in the workingPlanningSolution
. -
Class Summary Class Description AbstractMove<Solution_> Abstract superclass forMove
.CompositeMove<Solution_> A CompositeMove is composed out of multiple other moves.NoChangeMove<Solution_> Makes no changes.