Uses of Class
org.goplanit.cost.physical.initial.InitialLinkSegmentCost
-
Packages that use InitialLinkSegmentCost Package Description org.goplanit.assignment Traffic assignment classesorg.goplanit.component.event org.goplanit.cost.physical.initial Initial Physical Cost objectsorg.goplanit.project PLANit project classes -
-
Uses of InitialLinkSegmentCost in org.goplanit.assignment
Methods in org.goplanit.assignment with parameters of type InitialLinkSegmentCost Modifier and Type Method Description void
TrafficAssignmentConfigurator. registerInitialLinkSegmentCost(InitialLinkSegmentCost initialLinkSegmentCost)
Register all available initial costs, both time period agnostic and time period specific, 1:1 on the assignment -
Uses of InitialLinkSegmentCost in org.goplanit.component.event
Methods in org.goplanit.component.event that return InitialLinkSegmentCost Modifier and Type Method Description InitialLinkSegmentCost
PopulateInitialLinkSegmentCostEvent. getInitialLinkSegmentCostToPopulate()
Collect PLANit initial cost component to populateConstructors in org.goplanit.component.event with parameters of type InitialLinkSegmentCost Constructor Description PopulateInitialLinkSegmentCostEvent(PlanitComponentFactory<?> source, InitialLinkSegmentCost initialLinkSegmentCostToPopulate, String fileName, MacroscopicNetwork network, TimePeriod timePeriod)
Constructor -
Uses of InitialLinkSegmentCost in org.goplanit.cost.physical.initial
Subclasses of InitialLinkSegmentCost in org.goplanit.cost.physical.initial Modifier and Type Class Description class
ManualInitialLinkSegmentCost
Initial Link Segment Cost for which all the link segments have the same cost value for a specified modeMethods in org.goplanit.cost.physical.initial that return InitialLinkSegmentCost Modifier and Type Method Description InitialLinkSegmentCost
InitialLinkSegmentCost. clone()
Create a shallow copy of this entityConstructors in org.goplanit.cost.physical.initial with parameters of type InitialLinkSegmentCost Constructor Description InitialLinkSegmentCost(InitialLinkSegmentCost other)
Copy constructor -
Uses of InitialLinkSegmentCost in org.goplanit.project
Fields in org.goplanit.project with type parameters of type InitialLinkSegmentCost Modifier and Type Field Description protected Map<TransportLayerNetwork<?,?>,List<InitialLinkSegmentCost>>
PlanItProjectInput. initialLinkSegmentCosts
Map to store all InitialLinkSegmentCost objects for each physical networkMethods in org.goplanit.project that return InitialLinkSegmentCost Modifier and Type Method Description InitialLinkSegmentCost
CustomPlanItProject. createAndRegisterInitialLinkSegmentCost(TransportLayerNetwork<?,?> network, String fileName)
Create and register initial link segment costs from a (single) file which we assume are available in the native xml/csv output format as provided in this projectInitialLinkSegmentCost
CustomPlanItProject. createAndRegisterInitialLinkSegmentCost(TransportLayerNetwork<?,?> network, String fileName, TimePeriod timePeriod)
Create and register initial link segment costs from a (single) file and register it to the provided time periodInitialLinkSegmentCost
PlanItProjectInput. createAndRegisterInitialLinkSegmentCost(TransportLayerNetwork<?,?> network, String fileName)
Create and register initial link segment costs from a (single) file which we assume are available in the native XML/CSV output format as provided in this project.protected InitialLinkSegmentCost
PlanItProjectInput. createAndRegisterInitialLinkSegmentCost(TransportLayerNetwork<?,?> network, String fileName, TimePeriod timePeriod)
Create and register initial link segment costs from a (single) file for all time periods (which are assumed are sorted by start time)Methods in org.goplanit.project that return types with arguments of type InitialLinkSegmentCost Modifier and Type Method Description List<InitialLinkSegmentCost>
CustomPlanItProject. getInitialLinkSegmentCost(TransportLayerNetwork<?,?> network)
Return the initial link segment costs for a networkList<InitialLinkSegmentCost>
PlanItProjectInput. getInitialLinkSegmentCost(TransportLayerNetwork<?,?> network)
Return the initial link segment costs for a network
-