Uses of Interface
org.goplanit.cost.physical.PhysicalCost
-
Packages that use PhysicalCost Package Description org.goplanit.cost.physical Contains the definition of physical cost classesorg.goplanit.cost.physical.initial Initial Physical Cost objects -
-
Uses of PhysicalCost in org.goplanit.cost.physical
Classes in org.goplanit.cost.physical that implement PhysicalCost Modifier and Type Class Description class
AbstractPhysicalCost
Class for dynamic cost functions, which calculate link segment costs for each iterationclass
BPRLinkTravelTimeCost
Well known BPR link performance function to compute travel time cost on link segment based on flow and configuration parameters.class
FreeFlowLinkTravelTimeCost
Simplest possible travel time cost, namely fixed to free flow travel time regardless of the flows measured.class
SteadyStateTravelTimeCost
Cost computation for travel times based on the work of Raadsen and Bliemer (2019), Steady-state link travel time methods: Formulation, derivation, classification, and unification. -
Uses of PhysicalCost in org.goplanit.cost.physical.initial
Classes in org.goplanit.cost.physical.initial that implement PhysicalCost Modifier and Type Class Description class
InitialLinkSegmentCost
Initial Link Segment Costs stored by modeclass
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
-