Class VehicleRoutingSolution
java.lang.Object
org.optaplanner.examples.common.domain.AbstractPersistable
org.optaplanner.examples.vehiclerouting.domain.VehicleRoutingSolution
- Direct Known Subclasses:
TimeWindowedVehicleRoutingSolution
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DistanceTypeprotected Stringprotected Stringprotected org.optaplanner.core.api.score.buildin.hardsoftlong.HardSoftLongScoreFields inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDistanceString(NumberFormat numberFormat) getName()org.optaplanner.core.api.score.buildin.hardsoftlong.HardSoftLongScoregetScore()voidsetCustomerList(List<Customer> customerList) voidsetDepotList(List<Depot> depotList) voidsetDistanceType(DistanceType distanceType) voidsetDistanceUnitOfMeasurement(String distanceUnitOfMeasurement) voidsetLocationList(List<Location> locationList) voidvoidsetScore(org.optaplanner.core.api.score.buildin.hardsoftlong.HardSoftLongScore score) voidsetVehicleList(List<Vehicle> vehicleList) Methods inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
getId, setId, toString
-
Field Details
-
name
-
distanceType
-
distanceUnitOfMeasurement
-
locationList
-
depotList
-
vehicleList
-
customerList
-
score
protected org.optaplanner.core.api.score.buildin.hardsoftlong.HardSoftLongScore score
-
-
Constructor Details
-
VehicleRoutingSolution
public VehicleRoutingSolution() -
VehicleRoutingSolution
public VehicleRoutingSolution(long id)
-
-
Method Details
-
getName
-
setName
-
getDistanceType
-
setDistanceType
-
getDistanceUnitOfMeasurement
-
setDistanceUnitOfMeasurement
-
getLocationList
-
setLocationList
-
getDepotList
-
setDepotList
-
getVehicleList
-
setVehicleList
-
getCustomerList
-
setCustomerList
-
getScore
public org.optaplanner.core.api.score.buildin.hardsoftlong.HardSoftLongScore getScore() -
setScore
public void setScore(org.optaplanner.core.api.score.buildin.hardsoftlong.HardSoftLongScore score) -
getDistanceString
-