util
Class RouteUtils

java.lang.Object
  extended by util.RouteUtils

public class RouteUtils
extends java.lang.Object


Constructor Summary
RouteUtils()
           
 
Method Summary
static int getNuOfActiveRoutes(java.util.Collection<VehicleRoute> routes)
           
static double getTotalCost(java.util.Collection<VehicleRoute> routes)
           
static double getTotalFixCost(java.util.Collection<VehicleRoute> routes)
           
static double getTotalServiceTime(java.util.Collection<VehicleRoute> routes)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RouteUtils

public RouteUtils()
Method Detail

getTotalCost

public static double getTotalCost(java.util.Collection<VehicleRoute> routes)

getTotalServiceTime

public static double getTotalServiceTime(java.util.Collection<VehicleRoute> routes)

getTotalFixCost

public static double getTotalFixCost(java.util.Collection<VehicleRoute> routes)

getNuOfActiveRoutes

public static int getNuOfActiveRoutes(java.util.Collection<VehicleRoute> routes)