| Package | Description |
|---|---|
| org.optaplanner.examples.vehiclerouting.domain | |
| org.optaplanner.examples.vehiclerouting.domain.timewindowed |
| Modifier and Type | Field and Description |
|---|---|
protected Depot |
Vehicle.depot |
| Modifier and Type | Field and Description |
|---|---|
protected List<Depot> |
VehicleRoutingSolution.depotList |
| Modifier and Type | Method and Description |
|---|---|
Depot |
Vehicle.getDepot() |
| Modifier and Type | Method and Description |
|---|---|
List<Depot> |
VehicleRoutingSolution.getDepotList() |
| Modifier and Type | Method and Description |
|---|---|
void |
Vehicle.setDepot(Depot depot) |
| Modifier and Type | Method and Description |
|---|---|
void |
VehicleRoutingSolution.setDepotList(List<Depot> depotList) |
| Constructor and Description |
|---|
Vehicle(long id,
int capacity,
Depot depot) |
| Modifier and Type | Class and Description |
|---|---|
class |
TimeWindowedDepot |
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.