Class ChangeVehicleCapacity
- java.lang.Object
-
- org.optaweb.vehiclerouting.plugin.planner.change.ChangeVehicleCapacity
-
- All Implemented Interfaces:
org.optaplanner.core.impl.solver.ProblemFactChange<VehicleRoutingSolution>
public class ChangeVehicleCapacity extends Object implements org.optaplanner.core.impl.solver.ProblemFactChange<VehicleRoutingSolution>
-
-
Constructor Summary
Constructors Constructor Description ChangeVehicleCapacity(PlanningVehicle vehicle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoChange(org.optaplanner.core.impl.score.director.ScoreDirector<VehicleRoutingSolution> scoreDirector)
-
-
-
Constructor Detail
-
ChangeVehicleCapacity
public ChangeVehicleCapacity(PlanningVehicle vehicle)
-
-
Method Detail
-
doChange
public void doChange(org.optaplanner.core.impl.score.director.ScoreDirector<VehicleRoutingSolution> scoreDirector)
- Specified by:
doChangein interfaceorg.optaplanner.core.impl.solver.ProblemFactChange<VehicleRoutingSolution>
-
-