Uses of Interface
org.planit.cost.Cost
-
Packages that use Cost Package Description org.planit.cost.physical Contains the definition of physical cost classesorg.planit.cost.physical.initial Initial Physical Cost objectsorg.planit.cost.virtual Contains the definitions of virtual cost classes -
-
Uses of Cost in org.planit.cost.physical
Subinterfaces of Cost in org.planit.cost.physical Modifier and Type Interface Description interfaceAbstractPhysicalCostInterface 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.planit.cost.physical that implement Cost Modifier and Type Class Description classBPRLinkTravelTimeCostWell known BPR link performance function to compute travel time cost on link segment based on flow and configuration parameters.classPhysicalCostClass for dynamic cost functions, which calculate link segment costs for each iteration -
Uses of Cost in org.planit.cost.physical.initial
Classes in org.planit.cost.physical.initial that implement Cost Modifier and Type Class Description classInitialLinkSegmentCostInitial Link Segment Costs stored by modeclassInitialLinkSegmentCostPeriodIdentical to InitialLinkSegmentCost except that it is directly attached to a particular time period.classInitialPhysicalCostThe initial physical costs for the networkclassManualInitialLinkSegmentCostInitial Link Segment Cost for which all the link segments have the same cost value for a specified mode -
Uses of Cost in org.planit.cost.virtual
Classes in org.planit.cost.virtual that implement Cost Modifier and Type Class Description classFixedConnectoidTravelTimeCostClass holding fixed connectoid costs for each connectoid segmentclassSpeedConnectoidTravelTimeCostClass to calculate the connectoid travel time using connectoid speedclassVirtualCostObject to handle the travel time cost of a virtual link
-