basics.costs
Interface VehicleRoutingTransportCosts

All Superinterfaces:
BackwardTransportCost, BackwardTransportTime, ForwardTransportCost, ForwardTransportTime, TransportCost, TransportTime
All Known Implementing Classes:
CrowFlyCosts, ManhattanCosts, VehicleRoutingTransportCostsMatrix

public interface VehicleRoutingTransportCosts
extends TransportTime, TransportCost

Interface for transportCost and transportTime.

Transport here is what happens between two activities within the transport system, i.e. in the physical transport network. And must give the answer of how long does it take from A to B, and how much does this cost.

Author:
schroeder

Method Summary
 
Methods inherited from interface basics.costs.ForwardTransportTime
getTransportTime
 
Methods inherited from interface basics.costs.BackwardTransportTime
getBackwardTransportTime
 
Methods inherited from interface basics.costs.ForwardTransportCost
getTransportCost
 
Methods inherited from interface basics.costs.BackwardTransportCost
getBackwardTransportCost