| Modifier and Type | Interface and Description |
|---|---|
interface |
StateId
Created by schroeder on 28.07.14.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractActivity
Created by schroeder on 14.07.14.
|
class |
AbstractJob
Created by schroeder on 14.07.14.
|
class |
AbstractVehicle
AbstractVehicle to handle indeces of vehicles.
|
static class |
AbstractVehicle.AbstractTypeKey |
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 |
DeliveryActivity |
interface |
PickupActivity |
interface |
TourActivity
Basic interface for tour-activities.
|
static interface |
TourActivity.JobActivity
Basic interface of job-activies.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BreakActivity |
class |
DeliverService |
class |
DeliverShipment |
class |
End |
class |
PickupService |
class |
PickupShipment |
class |
ServiceActivity |
class |
Start |
| 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). |
class |
VehicleTypeKey
Key to identify similar vehicles
|
Copyright © 2013–2019. All rights reserved.