All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
void |
add(VehicleRoutingAlgorithmListeners.PrioritizedVRAListener l) |
void |
addAll(Collection<VehicleRoutingAlgorithmListeners.PrioritizedVRAListener> algorithmListeners) |
void |
addListener(VehicleRoutingAlgorithmListener listener) |
void |
addListener(VehicleRoutingAlgorithmListener listener,
VehicleRoutingAlgorithmListeners.Priority priority) |
void |
algorithmEnds(VehicleRoutingProblem problem,
Collection<VehicleRoutingProblemSolution> solutions) |
void |
algorithmStarts(VehicleRoutingProblem problem,
VehicleRoutingAlgorithm algorithm,
Collection<VehicleRoutingProblemSolution> solutions) |
Collection<VehicleRoutingAlgorithmListener> |
getAlgorithmListeners() |
void |
iterationEnds(int i,
VehicleRoutingProblem problem,
Collection<VehicleRoutingProblemSolution> solutions) |
void |
iterationStarts(int i,
VehicleRoutingProblem problem,
Collection<VehicleRoutingProblemSolution> solutions) |
void |
remove(VehicleRoutingAlgorithmListeners.PrioritizedVRAListener listener) |
void |
selectedStrategy(SearchStrategy.DiscoveredSolution discoveredSolution,
VehicleRoutingProblem problem,
Collection<VehicleRoutingProblemSolution> solutions) |