| Interface | Description |
|---|---|
| Job |
Basic interface for all jobs.
|
| Class | Description |
|---|---|
| Activity | |
| Activity.Builder | |
| Break |
Break extends Service and is intended to model a time-window based driver break.
|
| Break.Builder | |
| Delivery |
Delivery extends Service and is intended to model a Service where smth is UNLOADED (i.e.
|
| Delivery.Builder | |
| Pickup |
Pickup extends Service and is intended to model a Service where smth is LOADED (i.e.
|
| Pickup.Builder | |
| Service |
Service implementation of a job.
|
| Service.Builder<T extends Service> |
Builder that builds a service.
|
| Shipment |
Shipment is an implementation of Job and consists of a pickup and a delivery of something.
|
| Shipment.Builder |
Builder that builds the shipment.
|
| Enum | Description |
|---|---|
| Activity.Type |
Copyright © 2013–2024. All rights reserved.