Uses of Interface
org.goplanit.cost.Cost
-
Packages that use Cost Package Description org.goplanit.cost.physical Contains the definition of physical cost classesorg.goplanit.cost.physical.initial Initial Physical Cost objectsorg.goplanit.cost.virtual Contains the definitions of virtual cost classes -
-
Uses of Cost in org.goplanit.cost.physical
Subinterfaces of Cost in org.goplanit.cost.physical Modifier and Type Interface Description interface
PhysicalCost<LS extends 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).Classes in org.goplanit.cost.physical that implement Cost Modifier and Type Class Description class
AbstractPhysicalCost
Class for dynamic cost functions, which calculate link segment costs for each iteration and assumes an underlying macroscopic link segment approachclass
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 Cost in org.goplanit.cost.physical.initial
Classes in org.goplanit.cost.physical.initial that implement Cost Modifier and Type Class Description class
FixedInitialMacroscopicLinkSegmentCost
Initial Link Segment Cost for which all the link segments have the same cost value for a specified modeclass
InitialMacroscopicLinkSegmentCost
Initial Link Segment Costs stored by modeclass
InitialModesLinkSegmentCost
Wrapper around all initial costs per link segment per mode.class
InitialPhysicalCost
The initial physical costs for the network -
Uses of Cost in org.goplanit.cost.virtual
Subinterfaces of Cost in org.goplanit.cost.virtual Modifier and Type Interface Description interface
VirtualCost
Interface to classify costs of virtual linksClasses in org.goplanit.cost.virtual that implement Cost Modifier and Type Class Description class
AbstractVirtualCost
Object to handle the travel time cost of a virtual linkclass
FixedConnectoidTravelTimeCost
Class holding fixed connectoid costs for each connectoid segmentclass
SpeedConnectoidTravelTimeCost
Class to calculate the connectoid travel time using connectoid speed
-