Uses of Class
org.optaweb.vehiclerouting.plugin.planner.domain.PlanningDepot
-
Packages that use PlanningDepot Package Description org.optaweb.vehiclerouting.plugin.planner.domain Domain model adjusted for OptaPlanner. -
-
Uses of PlanningDepot in org.optaweb.vehiclerouting.plugin.planner.domain
Methods in org.optaweb.vehiclerouting.plugin.planner.domain that return PlanningDepot Modifier and Type Method Description PlanningDepotPlanningVehicle. getDepot()Methods in org.optaweb.vehiclerouting.plugin.planner.domain that return types with arguments of type PlanningDepot Modifier and Type Method Description List<PlanningDepot>VehicleRoutingSolution. getDepotList()Methods in org.optaweb.vehiclerouting.plugin.planner.domain with parameters of type PlanningDepot Modifier and Type Method Description voidPlanningVehicle. setDepot(PlanningDepot depot)static VehicleRoutingSolutionSolutionFactory. solutionFromVisits(List<PlanningVehicle> vehicles, PlanningDepot depot, List<PlanningVisit> visits)Create a new solution from given vehicles, depot and visits.Method parameters in org.optaweb.vehiclerouting.plugin.planner.domain with type arguments of type PlanningDepot Modifier and Type Method Description voidVehicleRoutingSolution. setDepotList(List<PlanningDepot> depotList)
-