java.lang.Object
ai.timefold.solver.core.impl.heuristic.move.AbstractMove<Solution_>
ai.timefold.solver.core.impl.heuristic.selector.move.generic.list.kopt.KOptListMove<Solution_>
Type Parameters:
Solution_ - the solution type, the class with the PlanningSolution annotation
All Implemented Interfaces:
Move<Solution_>

public final class KOptListMove<Solution_> extends AbstractMove<Solution_>