Package | Description |
---|---|
org.optaplanner.examples.vehiclerouting.domain |
Modifier and Type | Field and Description |
---|---|
protected Vehicle |
Customer.vehicle |
Modifier and Type | Field and Description |
---|---|
protected List<Vehicle> |
VehicleRoutingSolution.vehicleList |
Modifier and Type | Method and Description |
---|---|
Vehicle |
Vehicle.getVehicle() |
Vehicle |
Standstill.getVehicle() |
Vehicle |
Customer.getVehicle() |
Modifier and Type | Method and Description |
---|---|
List<Vehicle> |
VehicleRoutingSolution.getVehicleList() |
Modifier and Type | Method and Description |
---|---|
void |
Customer.setVehicle(Vehicle vehicle) |
Modifier and Type | Method and Description |
---|---|
void |
VehicleRoutingSolution.setVehicleList(List<Vehicle> vehicleList) |
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.