Uses of Class
org.optaweb.vehiclerouting.plugin.planner.domain.PlanningVisit
-
Packages that use PlanningVisit 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.org.optaweb.vehiclerouting.plugin.planner.weight Implements planning entity difficulty comparison or planning variable strength comparison to enable advanced Construction Heuristic algorithms or sorted selection . -
-
Uses of PlanningVisit in org.optaweb.vehiclerouting.plugin.planner
Methods in org.optaweb.vehiclerouting.plugin.planner with parameters of type PlanningVisit Modifier and Type Method Description (package private) voidSolverManager. addVisit(PlanningVisit visit)(package private) voidSolverManager. removeVisit(PlanningVisit visit) -
Uses of PlanningVisit in org.optaweb.vehiclerouting.plugin.planner.change
Constructors in org.optaweb.vehiclerouting.plugin.planner.change with parameters of type PlanningVisit Constructor Description AddVisit(PlanningVisit visit)RemoveVisit(PlanningVisit planningVisit) -
Uses of PlanningVisit in org.optaweb.vehiclerouting.plugin.planner.domain
Methods in org.optaweb.vehiclerouting.plugin.planner.domain that return PlanningVisit Modifier and Type Method Description static PlanningVisitPlanningVisitFactory. fromLocation(PlanningLocation location)Create visit withPlanningVisitFactory.DEFAULT_VISIT_DEMAND.static PlanningVisitPlanningVisitFactory. fromLocation(PlanningLocation location, int demand)Create visit of a location with the given demand.PlanningVisitPlanningVehicle. getNextVisit()PlanningVisitPlanningVisit. getNextVisit()PlanningVisitStandstill. getNextVisit()The next visit after this standstill.static PlanningVisitPlanningVisitFactory. testVisit(long id)Create a test visit with the given ID.Methods in org.optaweb.vehiclerouting.plugin.planner.domain that return types with arguments of type PlanningVisit Modifier and Type Method Description Iterable<PlanningVisit>PlanningVehicle. getFutureVisits()List<PlanningVisit>VehicleRoutingSolution. getVisitList()Methods in org.optaweb.vehiclerouting.plugin.planner.domain with parameters of type PlanningVisit Modifier and Type Method Description voidPlanningVehicle. setNextVisit(PlanningVisit nextVisit)voidPlanningVisit. setNextVisit(PlanningVisit nextVisit)voidStandstill. setNextVisit(PlanningVisit nextVisit)Method parameters in org.optaweb.vehiclerouting.plugin.planner.domain with type arguments of type PlanningVisit Modifier and Type Method Description voidVehicleRoutingSolution. setVisitList(List<PlanningVisit> visitList) -
Uses of PlanningVisit in org.optaweb.vehiclerouting.plugin.planner.weight
Methods in org.optaweb.vehiclerouting.plugin.planner.weight with parameters of type PlanningVisit Modifier and Type Method Description DepotAngleVisitDifficultyWeightFactory.DepotAngleVisitDifficultyWeightDepotAngleVisitDifficultyWeightFactory. createSorterWeight(VehicleRoutingSolution solution, PlanningVisit visit)Constructors in org.optaweb.vehiclerouting.plugin.planner.weight with parameters of type PlanningVisit Constructor Description DepotAngleVisitDifficultyWeight(PlanningVisit visit, double depotAngle, long depotRoundTripDistance)
-