Class TimeWindowedVehicleRoutingSolution
java.lang.Object
org.optaplanner.examples.common.domain.AbstractPersistable
org.optaplanner.examples.vehiclerouting.domain.VehicleRoutingSolution
org.optaplanner.examples.vehiclerouting.domain.timewindowed.TimeWindowedVehicleRoutingSolution
-
Field Summary
Fields inherited from class org.optaplanner.examples.vehiclerouting.domain.VehicleRoutingSolution
customerList, depotList, distanceType, distanceUnitOfMeasurement, locationList, name, score, vehicleListFields inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
id -
Constructor Summary
Constructors -
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, setVehicleListMethods inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
getId, setId, toString
-
Constructor Details
-
TimeWindowedVehicleRoutingSolution
public TimeWindowedVehicleRoutingSolution() -
TimeWindowedVehicleRoutingSolution
public TimeWindowedVehicleRoutingSolution(long id)
-