public class RuinBreaks extends Object implements RuinListener
| Constructor and Description |
|---|
RuinBreaks() |
| 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.
|
public void ruinStarts(Collection<VehicleRoute> routes)
RuinListenerruinStarts in interface RuinListenerpublic void ruinEnds(Collection<VehicleRoute> routes, Collection<Job> unassignedJobs)
RuinListenerruinEnds in interface RuinListenerpublic void removed(Job job, VehicleRoute fromRoute)
RuinListenerJob has been removed from a VehicleRoute.removed in interface RuinListenerCopyright © 2013–2020. All rights reserved.