Uses of Class
org.optaplanner.examples.vehiclerouting.domain.timewindowed.TimeWindowedCustomer
-
Packages that use TimeWindowedCustomer Package Description org.optaplanner.examples.vehiclerouting.domain.timewindowed org.optaplanner.examples.vehiclerouting.domain.timewindowed.solver -
-
Uses of TimeWindowedCustomer in org.optaplanner.examples.vehiclerouting.domain.timewindowed
Methods in org.optaplanner.examples.vehiclerouting.domain.timewindowed that return TimeWindowedCustomer Modifier and Type Method Description TimeWindowedCustomerTimeWindowedCustomer. getNextCustomer()Methods in org.optaplanner.examples.vehiclerouting.domain.timewindowed with parameters of type TimeWindowedCustomer Modifier and Type Method Description longTimeWindowedCustomer. getTimeWindowGapTo(TimeWindowedCustomer other) -
Uses of TimeWindowedCustomer in org.optaplanner.examples.vehiclerouting.domain.timewindowed.solver
Methods in org.optaplanner.examples.vehiclerouting.domain.timewindowed.solver with parameters of type TimeWindowedCustomer Modifier and Type Method Description protected voidArrivalTimeUpdatingVariableListener. updateArrivalTime(org.optaplanner.core.api.score.director.ScoreDirector<VehicleRoutingSolution> scoreDirector, TimeWindowedCustomer sourceCustomer)
-