| Package | Description |
|---|---|
| com.graphhopper.jsprit.core.problem | |
| com.graphhopper.jsprit.core.problem.job | |
| com.graphhopper.jsprit.core.problem.vehicle |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJob
Created by schroeder on 14.07.14.
|
class |
AbstractVehicle
AbstractVehicle to handle indeces of vehicles.
|
class |
Location
Created by schroeder on 16.12.14.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Job
Basic interface for all jobs.
|
| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Vehicle
Basic interface for vehicle-data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VehicleImpl
Implementation of
Vehicle. |
static class |
VehicleImpl.NoVehicle
Extension of
VehicleImpl representing an unspecified vehicle with the id 'noVehicle'
(to avoid null). |
Copyright © 2013–2019. All rights reserved.