public class VehicleRoutingSolution extends Object
| Constructor and Description |
|---|
VehicleRoutingSolution() |
| Modifier and Type | Method and Description |
|---|---|
List<PlanningDepot> |
getDepotList() |
List<PlanningLocation> |
getLocationList() |
org.optaplanner.core.api.score.buildin.hardsoftlong.HardSoftLongScore |
getScore() |
List<PlanningVehicle> |
getVehicleList() |
List<PlanningVisit> |
getVisitList() |
void |
setDepotList(List<PlanningDepot> depotList) |
void |
setLocationList(List<PlanningLocation> locationList) |
void |
setScore(org.optaplanner.core.api.score.buildin.hardsoftlong.HardSoftLongScore score) |
void |
setVehicleList(List<PlanningVehicle> vehicleList) |
void |
setVisitList(List<PlanningVisit> visitList) |
String |
toString() |
public List<PlanningLocation> getLocationList()
public void setLocationList(List<PlanningLocation> locationList)
public List<PlanningDepot> getDepotList()
public void setDepotList(List<PlanningDepot> depotList)
public List<PlanningVehicle> getVehicleList()
public void setVehicleList(List<PlanningVehicle> vehicleList)
public List<PlanningVisit> getVisitList()
public void setVisitList(List<PlanningVisit> visitList)
public org.optaplanner.core.api.score.buildin.hardsoftlong.HardSoftLongScore getScore()
public void setScore(org.optaplanner.core.api.score.buildin.hardsoftlong.HardSoftLongScore score)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.