| Package | Description |
|---|---|
| com.graphhopper.jsprit.core.algorithm.listener |
| Modifier and Type | Method and Description |
|---|---|
VehicleRoutingAlgorithmListeners.Priority |
VehicleRoutingAlgorithmListeners.PrioritizedVRAListener.getPriority() |
static VehicleRoutingAlgorithmListeners.Priority |
VehicleRoutingAlgorithmListeners.Priority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VehicleRoutingAlgorithmListeners.Priority[] |
VehicleRoutingAlgorithmListeners.Priority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VehicleRoutingAlgorithmListeners.addListener(VehicleRoutingAlgorithmListener listener,
VehicleRoutingAlgorithmListeners.Priority priority) |
| Constructor and Description |
|---|
PrioritizedVRAListener(VehicleRoutingAlgorithmListeners.Priority priority,
VehicleRoutingAlgorithmListener l) |
Copyright © 2013–2019. All rights reserved.