Package org.planit.cost.physical
Interface PhysicalCost
-
- All Superinterfaces:
Cost<MacroscopicLinkSegment>
,Serializable
- All Known Implementing Classes:
AbstractPhysicalCost
,BPRLinkTravelTimeCost
,InitialLinkSegmentCost
,InitialLinkSegmentCostPeriod
,InitialPhysicalCost
,ManualInitialLinkSegmentCost
public interface PhysicalCost extends Cost<MacroscopicLinkSegment>
Interface to classify costs of physical links Physical links can be either InitialPhysicalCosts (which are read in at the start and are constant) or PhysicalCosts (which are derived from other inputs and are recalculated after each iteration).- Author:
- markr
-
-
Method Summary
-
Methods inherited from interface org.planit.cost.Cost
getSegmentCost
-
-
-
-
Field Detail
-
BPR
static final String BPR
short hand for configuring physical cost with BPR function instance
-
-