Uses of Class
org.planit.cost.physical.AbstractPhysicalCost
-
Packages that use AbstractPhysicalCost Package Description org.planit.assignment Traffic assignment classesorg.planit.cost.physical Contains the definition of physical cost classesorg.planit.tntp.input Scanner reader for reading input files which are in the TNTP Format -
-
Uses of AbstractPhysicalCost in org.planit.assignment
Fields in org.planit.assignment declared as AbstractPhysicalCost Modifier and Type Field Description protected AbstractPhysicalCost
TrafficAssignment. physicalCost
The physical generalized cost approachMethods in org.planit.assignment that return AbstractPhysicalCost Modifier and Type Method Description protected AbstractPhysicalCost
TrafficAssignmentBuilder. createPhysicalCostInstance(TrafficAssignmentConfigurator<?> configurator)
create a physical cost instance based on configurationAbstractPhysicalCost
TrafficAssignment. getPhysicalCost()
Get the dynamic physical cost object for the current assignmentMethods in org.planit.assignment that return types with arguments of type AbstractPhysicalCost Modifier and Type Method Description PhysicalCostConfigurator<? extends AbstractPhysicalCost>
TrafficAssignmentConfigurator. createAndRegisterPhysicalCost(String physicalTraveltimeCostFunctionType)
Create and register physical link cost function to determine travel timePhysicalCostConfigurator<? extends AbstractPhysicalCost>
TrafficAssignmentConfigurator. getPhysicalCost()
Collect the physical cost entity registered on the traffic assignmentMethods in org.planit.assignment with parameters of type AbstractPhysicalCost Modifier and Type Method Description void
TrafficAssignment. setPhysicalCost(AbstractPhysicalCost physicalCost)
Set the physical cost where in case the cost is an InteractorAccessor will trigger an event to get access to the required data via requesting an InteractorAccessee -
Uses of AbstractPhysicalCost in org.planit.cost.physical
Classes in org.planit.cost.physical with type parameters of type AbstractPhysicalCost Modifier and Type Class Description class
PhysicalCostConfigurator<T extends AbstractPhysicalCost>
Base class for all physical cost configurator implementationsSubclasses of AbstractPhysicalCost in org.planit.cost.physical Modifier and Type Class Description class
BPRLinkTravelTimeCost
Well known BPR link performance function to compute travel time cost on link segment based on flow and configuration parameters.Methods in org.planit.cost.physical that return types with arguments of type AbstractPhysicalCost Modifier and Type Method Description static PhysicalCostConfigurator<? extends AbstractPhysicalCost>
PhysicalCostConfiguratorFactory. createConfigurator(String physicalCostType)
Create a configurator for given physical cost typeMethods in org.planit.cost.physical with parameters of type AbstractPhysicalCost Modifier and Type Method Description void
PhysicalCostConfigurator. configure(AbstractPhysicalCost physicalCost)
Needed to avoid issues with generics, although it should be obvious that T extends PhysicalCost -
Uses of AbstractPhysicalCost in org.planit.tntp.input
Methods in org.planit.tntp.input with parameters of type AbstractPhysicalCost Modifier and Type Method Description protected void
TntpInputBuilder. populatePhysicalCost(AbstractPhysicalCost costComponent)
Populate the BPR parameters
-