| Package | Description |
|---|---|
| org.optaweb.vehiclerouting.domain |
Domain model.
|
| org.optaweb.vehiclerouting.service.demo.dataset |
Data set marshalling and unmarshalling.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Location
A unique location significant to the user.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<LocationData> |
RoutingProblem.depot()
Get the depot.
|
List<LocationData> |
RoutingProblem.visits()
Get locations that should be visited.
|
| Constructor and Description |
|---|
RoutingProblem(String name,
List<? extends VehicleData> vehicles,
LocationData depot,
List<? extends LocationData> visits)
Create routing problem instance.
|
| 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 |
|---|---|
(package private) static LocationData |
DataSetMarshaller.toDomain(DataSetLocation dataSetLocation) |
| Modifier and Type | Method and Description |
|---|---|
(package private) static DataSetLocation |
DataSetMarshaller.toDataSet(LocationData locationData) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.