algorithms
Class RemoveEmptyVehicles

java.lang.Object
  extended by algorithms.RemoveEmptyVehicles
All Implemented Interfaces:
InsertionEndsListener, InsertionListener, SearchStrategyModuleListener, VehicleRoutingAlgorithmListener

public class RemoveEmptyVehicles
extends java.lang.Object
implements InsertionEndsListener


Constructor Summary
RemoveEmptyVehicles(VehicleFleetManager fleetManager)
           
 
Method Summary
 void informInsertionEnds(java.util.Collection<VehicleRoute> vehicleRoutes)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoveEmptyVehicles

public RemoveEmptyVehicles(VehicleFleetManager fleetManager)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

informInsertionEnds

public void informInsertionEnds(java.util.Collection<VehicleRoute> vehicleRoutes)
Specified by:
informInsertionEnds in interface InsertionEndsListener