| Package | Description |
|---|---|
| org.optaweb.vehiclerouting.domain |
Domain model.
|
| org.optaweb.vehiclerouting.plugin.persistence |
Persistence infrastructure.
|
| org.optaweb.vehiclerouting.service.demo.dataset |
Data set marshalling and unmarshalling.
|
| org.optaweb.vehiclerouting.service.vehicle |
Performs use cases that involve vehicles.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Vehicle
Vehicle that can be used to deliver cargo to visits.
|
| Modifier and Type | Method and Description |
|---|---|
static VehicleData |
VehicleFactory.vehicleData(String name,
int capacity)
Create vehicle data.
|
| Modifier and Type | Method and Description |
|---|---|
List<VehicleData> |
RoutingProblem.vehicles()
Vehicles that are part of the problem definition.
|
| Constructor and Description |
|---|
RoutingProblem(String name,
List<? extends VehicleData> vehicles,
LocationData depot,
List<? extends LocationData> visits)
Create routing problem instance.
|
| Modifier and Type | Method and Description |
|---|---|
Vehicle |
VehicleRepositoryImpl.createVehicle(VehicleData vehicleData) |
| Modifier and Type | Method and Description |
|---|---|
(package private) static VehicleData |
DataSetMarshaller.toDomain(DataSetVehicle dataSetVehicle) |
| Modifier and Type | Method and Description |
|---|---|
(package private) static DataSetVehicle |
DataSetMarshaller.toDataSet(VehicleData vehicleData) |
| Modifier and Type | Method and Description |
|---|---|
void |
VehicleService.createVehicle(VehicleData vehicleData) |
Vehicle |
VehicleRepository.createVehicle(VehicleData vehicleData)
Create a vehicle from the given data.
|
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.