| Package | Description |
|---|---|
| org.optaweb.vehiclerouting.service.demo |
Demo data set loading and exporting.
|
| org.optaweb.vehiclerouting.service.demo.dataset |
Data set marshalling and unmarshalling.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) RoutingProblem |
RoutingProblemList.byName(String name) |
| Modifier and Type | Method and Description |
|---|---|
(package private) Collection<RoutingProblem> |
RoutingProblemList.all() |
Collection<RoutingProblem> |
DemoService.demos() |
| Constructor and Description |
|---|
RoutingProblemList(List<RoutingProblem> routingProblems) |
| Modifier and Type | Method and Description |
|---|---|
(package private) static RoutingProblem |
DataSetMarshaller.toDomain(DataSet dataSet) |
RoutingProblem |
DataSetMarshaller.unmarshal(Reader reader)
Unmarshal routing problem from a reader.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DataSetMarshaller.marshal(RoutingProblem routingProblem)
Marshal routing problem to string.
|
(package private) static DataSet |
DataSetMarshaller.toDataSet(RoutingProblem routingProblem) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.