| Package | Description |
|---|---|
| com.graphhopper.jsprit.core.problem.job | |
| com.graphhopper.jsprit.core.problem.solution.route | |
| com.graphhopper.jsprit.core.problem.solution.route.activity |
| Modifier and Type | Class and Description |
|---|---|
static class |
Service.Builder<T extends Service>
Builder that builds a service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Break
Pickup extends Service and is intended to model a Service where smth is LOADED (i.e.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
VehicleRoute.Builder |
VehicleRoute.Builder.addService(Service service)
Adds a service to this route.
|
VehicleRoute.Builder |
VehicleRoute.Builder.addService(Service service,
TimeWindow timeWindow) |
| Modifier and Type | Method and Description |
|---|---|
Service |
ServiceActivity.getJob() |
Service |
PickupService.getJob() |
Service |
BreakActivity.getJob() |
| Modifier and Type | Method and Description |
|---|---|
AbstractActivity |
TourActivityFactory.createActivity(Service service) |
AbstractActivity |
DefaultTourActivityFactory.createActivity(Service service) |
static ServiceActivity |
ServiceActivity.newInstance(Service service) |
| Constructor and Description |
|---|
PickupService(Service service) |
ServiceActivity(Service service) |
Copyright © 2013–2016. All rights reserved.