Uses of Interface
org.planit.cost.physical.AbstractPhysicalCost
-
Packages that use AbstractPhysicalCost Package Description org.planit.cost.physical Contains the definition of physical cost classesorg.planit.cost.physical.initial Initial Physical Cost objects -
-
Uses of AbstractPhysicalCost in org.planit.cost.physical
Classes in org.planit.cost.physical that implement AbstractPhysicalCost Modifier and Type Class Description class
BPRLinkTravelTimeCost
Well known BPR link performance function to compute travel time cost on link segment based on flow and configuration parameters.class
PhysicalCost
Class for dynamic cost functions, which calculate link segment costs for each iteration -
Uses of AbstractPhysicalCost in org.planit.cost.physical.initial
Classes in org.planit.cost.physical.initial that implement AbstractPhysicalCost Modifier and Type Class Description class
InitialLinkSegmentCost
Initial Link Segment Costs stored by modeclass
InitialLinkSegmentCostPeriod
Identical to InitialLinkSegmentCost except that it is directly attached to a particular time period.class
InitialPhysicalCost
The initial physical costs for the networkclass
ManualInitialLinkSegmentCost
Initial Link Segment Cost for which all the link segments have the same cost value for a specified mode
-