| Package | Description |
|---|---|
| com.graphhopper.jsprit.core.problem |
| Modifier and Type | Method and Description |
|---|---|
VehicleRoutingProblem.Builder |
VehicleRoutingProblem.Builder.addAllJobs(Collection<? extends Job> jobs)
Adds a collection of jobs.
|
VehicleRoutingProblem.Builder |
VehicleRoutingProblem.Builder.addAllVehicles(Collection<? extends Vehicle> vehicles)
Adds a collection of vehicles.
|
VehicleRoutingProblem.Builder |
VehicleRoutingProblem.Builder.addInitialVehicleRoute(VehicleRoute route)
Adds an initial vehicle route.
|
VehicleRoutingProblem.Builder |
VehicleRoutingProblem.Builder.addInitialVehicleRoutes(Collection<VehicleRoute> routes)
Adds a collection of initial vehicle routes.
|
VehicleRoutingProblem.Builder |
VehicleRoutingProblem.Builder.addJob(AbstractJob job)
Adds a job which is either a service or a shipment.
|
VehicleRoutingProblem.Builder |
VehicleRoutingProblem.Builder.addJob(Job job)
Adds a job which is either a service or a shipment.
|
VehicleRoutingProblem.Builder |
VehicleRoutingProblem.Builder.addLocation(String locationId,
Coordinate coordinate) |
VehicleRoutingProblem.Builder |
VehicleRoutingProblem.Builder.addVehicle(AbstractVehicle vehicle)
Adds a vehicle.
|
VehicleRoutingProblem.Builder |
VehicleRoutingProblem.Builder.addVehicle(Vehicle vehicle)
Adds a vehicle.
|
static VehicleRoutingProblem.Builder |
VehicleRoutingProblem.Builder.newInstance()
Returns a new instance of this builder.
|
VehicleRoutingProblem.Builder |
VehicleRoutingProblem.Builder.setActivityCosts(VehicleRoutingActivityCosts activityCosts)
Sets the activity-costs.
|
VehicleRoutingProblem.Builder |
VehicleRoutingProblem.Builder.setFleetSize(VehicleRoutingProblem.FleetSize fleetSize)
Sets the type of fleetSize.
|
VehicleRoutingProblem.Builder |
VehicleRoutingProblem.Builder.setJobActivityFactory(JobActivityFactory jobActivityFactory) |
VehicleRoutingProblem.Builder |
VehicleRoutingProblem.Builder.setRoutingCost(VehicleRoutingTransportCosts costs)
Sets routing costs.
|
Copyright © 2013–2016. All rights reserved.