Uses of Interface
basics.costs.TransportTime

Packages that use TransportTime
basics.costs   
util   
 

Uses of TransportTime in basics.costs
 

Subinterfaces of TransportTime in basics.costs
 interface VehicleRoutingTransportCosts
          Interface for transportCost and transportTime.
 

Uses of TransportTime in util
 

Classes in util that implement TransportTime
 class CrowFlyCosts
           
 class ManhattanCosts
           
 class VehicleRoutingTransportCostsMatrix
          CostMatrix that allows pre-compiled time and distance-matrices to be considered as VehicleRoutingRoutingCosts in the VehicleRoutingProblem.