Uses of Interface
org.optaplanner.examples.vehiclerouting.domain.Standstill
-
-
Uses of Standstill in org.optaplanner.examples.vehiclerouting.domain
Classes in org.optaplanner.examples.vehiclerouting.domain that implement Standstill Modifier and Type Class Description classCustomerclassVehicleFields in org.optaplanner.examples.vehiclerouting.domain declared as Standstill Modifier and Type Field Description protected StandstillCustomer. previousStandstillMethods in org.optaplanner.examples.vehiclerouting.domain that return Standstill Modifier and Type Method Description StandstillCustomer. getPreviousStandstill()Methods in org.optaplanner.examples.vehiclerouting.domain with parameters of type Standstill Modifier and Type Method Description longCustomer. getDistanceFrom(Standstill standstill)longCustomer. getDistanceTo(Standstill standstill)longDepot. getDistanceTo(Standstill standstill)longVehicle. getDistanceTo(Standstill standstill)voidCustomer. setPreviousStandstill(Standstill previousStandstill) -
Uses of Standstill in org.optaplanner.examples.vehiclerouting.domain.solver.nearby
Methods in org.optaplanner.examples.vehiclerouting.domain.solver.nearby with parameters of type Standstill Modifier and Type Method Description doubleCustomerNearbyDistanceMeter. getNearbyDistance(Customer origin, Standstill destination) -
Uses of Standstill in org.optaplanner.examples.vehiclerouting.domain.timewindowed
Classes in org.optaplanner.examples.vehiclerouting.domain.timewindowed that implement Standstill Modifier and Type Class Description classTimeWindowedCustomer
-