Class ChangeMove<Solution_,Entity_,Value_>

java.lang.Object
ai.timefold.solver.core.impl.move.AbstractMove<Solution_>
ai.timefold.solver.core.preview.api.move.builtin.ChangeMove<Solution_,Entity_,Value_>
Type Parameters:
Solution_ - the solution type, the class with the PlanningSolution annotation
Entity_ - the entity type, the class with the PlanningEntity annotation
Value_ - the variable type, the type of the property with the PlanningVariable annotation
All Implemented Interfaces:
Move<Solution_>

@NullMarked public class ChangeMove<Solution_,Entity_,Value_> extends AbstractMove<Solution_>