Package org.planit.cost.physical
Interface AbstractPhysicalCost
-
- All Superinterfaces:
Cost<LinkSegment>
,Serializable
- All Known Implementing Classes:
BPRLinkTravelTimeCost
,InitialLinkSegmentCost
,InitialLinkSegmentCostPeriod
,InitialPhysicalCost
,ManualInitialLinkSegmentCost
,PhysicalCost
public interface AbstractPhysicalCost extends Cost<LinkSegment>
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
-
-