Uses of Class
org.optaweb.vehiclerouting.plugin.planner.domain.PlanningLocation
-
Packages that use PlanningLocation Package Description org.optaweb.vehiclerouting.plugin.planner Route optimization.org.optaweb.vehiclerouting.plugin.planner.domain Domain model adjusted for OptaPlanner. -
-
Uses of PlanningLocation in org.optaweb.vehiclerouting.plugin.planner
Methods in org.optaweb.vehiclerouting.plugin.planner with parameters of type PlanningLocation Modifier and Type Method Description longDistanceMapImpl. distanceTo(PlanningLocation location) -
Uses of PlanningLocation in org.optaweb.vehiclerouting.plugin.planner.domain
Methods in org.optaweb.vehiclerouting.plugin.planner.domain that return PlanningLocation Modifier and Type Method Description static PlanningLocationPlanningLocationFactory. fromDomain(Location location)Create planning location without a distance map.static PlanningLocationPlanningLocationFactory. fromDomain(Location location, DistanceMap distanceMap)Create planning location from a domain location and a distance map.PlanningLocationPlanningDepot. getLocation()PlanningLocationPlanningVehicle. getLocation()PlanningLocationPlanningVisit. getLocation()PlanningLocationStandstill. getLocation()The standstill's location.static PlanningLocationPlanningLocationFactory. testLocation(long id)Create test location without distance map and coordinates.static PlanningLocationPlanningLocationFactory. testLocation(long id, DistanceMap distanceMap)Create test location with distance map and without coordinates.Methods in org.optaweb.vehiclerouting.plugin.planner.domain with parameters of type PlanningLocation Modifier and Type Method Description doublePlanningLocation. angleTo(PlanningLocation location)Angle between the given location and the direction EAST withthislocation being the vertex.longDistanceMap. distanceTo(PlanningLocation location)Get distance from a reference location to the given location.longPlanningLocation. distanceTo(PlanningLocation location)Distance to the given location.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.voidPlanningVisit. setLocation(PlanningLocation location)Constructors in org.optaweb.vehiclerouting.plugin.planner.domain with parameters of type PlanningLocation Constructor Description PlanningDepot(PlanningLocation location)
-