| Package | Description |
|---|---|
| com.graphhopper.jsprit.core.problem | |
| com.graphhopper.jsprit.core.problem.job |
| Modifier and Type | Method and Description |
|---|---|
VehicleRoutingProblem.Builder |
VehicleRoutingProblem.Builder.addJob(AbstractJob job)
Adds a job which is either a service or a shipment.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Break
Break extends Service and is intended to model a time-window based driver break.
|
class |
Delivery
Delivery extends Service and is intended to model a Service where smth is UNLOADED (i.e.
|
class |
Pickup
Pickup extends Service and is intended to model a Service where smth is LOADED (i.e.
|
class |
Service
Service implementation of a job.
|
class |
Shipment
Shipment is an implementation of Job and consists of a pickup and a delivery of something.
|
Copyright © 2013–2019. All rights reserved.