public interface RuinListener extends SearchStrategyModuleListener
| Modifier and Type | Method and Description |
|---|---|
void |
removed(Job job,
VehicleRoute fromRoute)
informs if a
Job has been removed from a VehicleRoute. |
void |
ruinEnds(Collection<VehicleRoute> routes,
Collection<Job> unassignedJobs)
informs about ruin-end.
|
void |
ruinStarts(Collection<VehicleRoute> routes)
informs about ruin-start.
|
void ruinStarts(Collection<VehicleRoute> routes)
routes - void ruinEnds(Collection<VehicleRoute> routes, Collection<Job> unassignedJobs)
routes - unassignedJobs - void removed(Job job, VehicleRoute fromRoute)
Job has been removed from a VehicleRoute.job - fromRoute - Copyright © 2013–2020. All rights reserved.