public interface RouteOptimizer
| Modifier and Type | Method and Description |
|---|---|
void |
addLocation(Location location,
DistanceMatrixRow distanceMatrixRow) |
void |
addVehicle(Vehicle vehicle) |
void |
changeCapacity(Vehicle vehicle) |
void |
removeAllLocations() |
void |
removeAllVehicles() |
void |
removeLocation(Location location) |
void |
removeVehicle(Vehicle vehicle) |
void addLocation(Location location, DistanceMatrixRow distanceMatrixRow)
void removeLocation(Location location)
void removeAllLocations()
void addVehicle(Vehicle vehicle)
void removeVehicle(Vehicle vehicle)
void removeAllVehicles()
void changeCapacity(Vehicle vehicle)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.