| Package | Description |
|---|---|
| org.optaweb.vehiclerouting.service.demo.dataset |
Data set marshalling and unmarshalling.
|
| Modifier and Type | Method and Description |
|---|---|
DataSetLocation |
DataSet.getDepot()
The depot.
|
(package private) static DataSetLocation |
DataSetMarshaller.toDataSet(LocationData locationData) |
| Modifier and Type | Method and Description |
|---|---|
List<DataSetLocation> |
DataSet.getVisits()
Visits.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataSet.setDepot(DataSetLocation depot) |
(package private) static LocationData |
DataSetMarshaller.toDomain(DataSetLocation dataSetLocation) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataSet.setVisits(List<DataSetLocation> visits) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.