Uses of Class
org.planit.cost.physical.initial.InitialLinkSegmentCostPeriod
-
Packages that use InitialLinkSegmentCostPeriod Package Description org.planit.assignment Traffic assignment classesorg.planit.project PLANit project classes -
-
Uses of InitialLinkSegmentCostPeriod in org.planit.assignment
Methods in org.planit.assignment with parameters of type InitialLinkSegmentCostPeriod Modifier and Type Method Description void
TrafficAssignmentConfigurator. registerInitialLinkSegmentCost(InitialLinkSegmentCostPeriod initialLinkSegmentCost)
Register the initial link segment cost for the time period embedded in it -
Uses of InitialLinkSegmentCostPeriod in org.planit.project
Methods in org.planit.project that return InitialLinkSegmentCostPeriod Modifier and Type Method Description InitialLinkSegmentCostPeriod
CustomPlanItProject. createAndRegisterInitialLinkSegmentCost(InfrastructureNetwork network, String fileName, TimePeriod timePeriod)
Create and register initial link segment costs from a (single) file and register it to the provided time periodInitialLinkSegmentCostPeriod
PlanItProjectInput. createAndRegisterInitialLinkSegmentCost(InfrastructureNetwork network, String fileName, TimePeriod timePeriod)
Create and register initial link segment costs from a (single) file for each time periodMethods in org.planit.project that return types with arguments of type InitialLinkSegmentCostPeriod Modifier and Type Method Description List<InitialLinkSegmentCostPeriod>
CustomPlanItProject. createAndRegisterInitialLinkSegmentCost(InfrastructureNetwork network, String fileName, Demands demands)
Create and register initial link segment costs from a (single) file for all time periods in Demands objectList<InitialLinkSegmentCostPeriod>
PlanItProjectInput. createAndRegisterInitialLinkSegmentCost(InfrastructureNetwork network, String fileName, Demands demands)
Create and register initial link segment costs from a (single) file for all time periods in Demands object
-