public class AddCustomer
extends Object
implements org.optaplanner.core.impl.solver.ProblemFactChange<org.optaplanner.examples.vehiclerouting.domain.VehicleRoutingSolution>
public AddCustomer(org.optaplanner.examples.vehiclerouting.domain.Customer customer)
Method Detail
doChange
public void doChange(org.optaplanner.core.impl.score.director.ScoreDirector<org.optaplanner.examples.vehiclerouting.domain.VehicleRoutingSolution> scoreDirector)
Specified by:
doChange in interface org.optaplanner.core.impl.solver.ProblemFactChange<org.optaplanner.examples.vehiclerouting.domain.VehicleRoutingSolution>