Class TimeWindowedVehicleRoutingSolution
- java.lang.Object
-
- org.optaplanner.examples.common.domain.AbstractPersistable
-
- org.optaplanner.examples.vehiclerouting.domain.VehicleRoutingSolution
-
- org.optaplanner.examples.vehiclerouting.domain.timewindowed.TimeWindowedVehicleRoutingSolution
-
public class TimeWindowedVehicleRoutingSolution extends VehicleRoutingSolution
-
-
Field Summary
-
Fields inherited from class org.optaplanner.examples.vehiclerouting.domain.VehicleRoutingSolution
customerList, depotList, distanceType, distanceUnitOfMeasurement, locationList, name, score, vehicleList
-
Fields inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
id
-
-
Constructor Summary
Constructors Constructor Description TimeWindowedVehicleRoutingSolution()
-
Method Summary
-
Methods inherited from class org.optaplanner.examples.vehiclerouting.domain.VehicleRoutingSolution
getCustomerList, getDepotList, getDistanceString, getDistanceType, getDistanceUnitOfMeasurement, getLocationList, getName, getScore, getVehicleList, setCustomerList, setDepotList, setDistanceType, setDistanceUnitOfMeasurement, setLocationList, setName, setScore, setVehicleList
-
Methods inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
getId, setId, toString
-
-