Uses of Class
org.optaweb.vehiclerouting.plugin.planner.domain.PlanningVehicle
-
Packages that use PlanningVehicle Package Description org.optaweb.vehiclerouting.plugin.planner Route optimization.org.optaweb.vehiclerouting.plugin.planner.change ProblemFactChangeimplementations.org.optaweb.vehiclerouting.plugin.planner.domain Domain model adjusted for OptaPlanner. -
-
Uses of PlanningVehicle in org.optaweb.vehiclerouting.plugin.planner
Methods in org.optaweb.vehiclerouting.plugin.planner with parameters of type PlanningVehicle Modifier and Type Method Description (package private) voidSolverManager. addVehicle(PlanningVehicle vehicle)(package private) voidSolverManager. changeCapacity(PlanningVehicle vehicle)(package private) voidSolverManager. removeVehicle(PlanningVehicle vehicle) -
Uses of PlanningVehicle in org.optaweb.vehiclerouting.plugin.planner.change
Constructors in org.optaweb.vehiclerouting.plugin.planner.change with parameters of type PlanningVehicle Constructor Description AddVehicle(PlanningVehicle vehicle)ChangeVehicleCapacity(PlanningVehicle vehicle)RemoveVehicle(PlanningVehicle removedVehicle) -
Uses of PlanningVehicle in org.optaweb.vehiclerouting.plugin.planner.domain
Methods in org.optaweb.vehiclerouting.plugin.planner.domain that return PlanningVehicle Modifier and Type Method Description static PlanningVehiclePlanningVehicleFactory. fromDomain(Vehicle domainVehicle)Create planning vehicle from domain vehicle.PlanningVehiclePlanningVisit. getVehicle()static PlanningVehiclePlanningVehicleFactory. testVehicle(long id)Create a testing vehicle with zero capacity.static PlanningVehiclePlanningVehicleFactory. testVehicle(long id, int capacity)Create a testing vehicle with capacity.Methods in org.optaweb.vehiclerouting.plugin.planner.domain that return types with arguments of type PlanningVehicle Modifier and Type Method Description List<PlanningVehicle>VehicleRoutingSolution. getVehicleList()Methods in org.optaweb.vehiclerouting.plugin.planner.domain with parameters of type PlanningVehicle Modifier and Type Method Description voidPlanningVisit. setVehicle(PlanningVehicle vehicle)Method parameters in org.optaweb.vehiclerouting.plugin.planner.domain with type arguments of type PlanningVehicle Modifier and Type Method Description voidVehicleRoutingSolution. setVehicleList(List<PlanningVehicle> vehicleList)static VehicleRoutingSolutionSolutionFactory. solutionFromVisits(List<PlanningVehicle> vehicles, PlanningDepot depot, List<PlanningVisit> visits)Create a new solution from given vehicles, depot and visits.
-