| Interface | Description |
|---|---|
| Vehicle |
Basic interface for vehicle-data.
|
| VehicleFleetManager | |
| VehicleFleetManagerFactory | |
| VehicleType |
Basic interface for vehicle-type-data.
|
| Class | Description |
|---|---|
| FiniteFleetManagerFactory |
Factory that creates a finite fleetmanager.
|
| InfiniteFleetManagerFactory |
Factory that creates an infinite fleetmanager.
|
| VehicleImpl |
Implementation of
Vehicle. |
| VehicleImpl.Builder |
Builder that builds the vehicle.
|
| VehicleImpl.NoVehicle |
Extension of
VehicleImpl representing an unspecified vehicle with the id 'noVehicle'
(to avoid null). |
| VehicleTypeImpl |
Implementation of
VehicleType. |
| VehicleTypeImpl.Builder |
Builder that builds the vehicle-type.
|
| VehicleTypeImpl.VehicleCostParams |
CostParameter consisting of fixed cost parameter, time-based cost parameter and distance-based cost parameter.
|
| VehicleTypeKey |
Key to identify similar vehicles
|
Copyright © 2013–2016. All rights reserved.