Uses of Interface
ai.timefold.solver.core.preview.api.move.Rebaser
Packages that use Rebaser
Package
Description
This package contains classes and interfaces that are used to write moves to explore the neighborhood of a
PlanningSolution.-
Uses of Rebaser in ai.timefold.solver.core.impl.heuristic.move
Methods in ai.timefold.solver.core.impl.heuristic.move with parameters of type Rebaser -
Uses of Rebaser in ai.timefold.solver.core.impl.move.director
Classes in ai.timefold.solver.core.impl.move.director that implement RebaserMethods in ai.timefold.solver.core.impl.move.director with parameters of type RebaserModifier and TypeMethodDescription -
Uses of Rebaser in ai.timefold.solver.core.impl.move.generic
Methods in ai.timefold.solver.core.impl.move.generic with parameters of type Rebaser -
Uses of Rebaser in ai.timefold.solver.core.impl.move.streams.generic.move
Methods in ai.timefold.solver.core.impl.move.streams.generic.move with parameters of type RebaserModifier and TypeMethodDescription@NonNull ChainedChangeMove<Solution_,Entity_> @NonNull ListChangeMove<Solution_,Entity_, Value_> -
Uses of Rebaser in ai.timefold.solver.core.preview.api.move
Methods in ai.timefold.solver.core.preview.api.move with parameters of type RebaserModifier and TypeMethodDescriptionRebases a move from an originScoreDirectorto another destinationScoreDirectorwhich is usually on anotherThread.