|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectutil.RouteUtils
public class RouteUtils
| 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 |
|---|
public RouteUtils()
| Method Detail |
|---|
public static double getTotalCost(java.util.Collection<VehicleRoute> routes)
public static double getTotalServiceTime(java.util.Collection<VehicleRoute> routes)
public static double getTotalFixCost(java.util.Collection<VehicleRoute> routes)
public static int getNuOfActiveRoutes(java.util.Collection<VehicleRoute> routes)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||