Uses of Class
org.planit.cost.physical.PhysicalCost
-
Packages that use PhysicalCost Package Description org.planit.cost.physical Contains the definition of physical cost classesorg.planit.trafficassignment Traffic assignment classesorg.planit.trafficassignment.builder Traffic assignment builder classes -
-
Uses of PhysicalCost in org.planit.cost.physical
Subclasses of PhysicalCost in org.planit.cost.physical 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. -
Uses of PhysicalCost in org.planit.trafficassignment
Fields in org.planit.trafficassignment declared as PhysicalCost Modifier and Type Field Description protected PhysicalCostTrafficAssignment. physicalCostThe physical generalized cost approachMethods in org.planit.trafficassignment that return PhysicalCost Modifier and Type Method Description PhysicalCostTrafficAssignment. getPhysicalCost()Get the dynamic physical cost object for the current assignmentMethods in org.planit.trafficassignment with parameters of type PhysicalCost Modifier and Type Method Description voidTrafficAssignment. setPhysicalCost(PhysicalCost 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 PhysicalCost in org.planit.trafficassignment.builder
Fields in org.planit.trafficassignment.builder with type parameters of type PhysicalCost Modifier and Type Field Description protected TrafficAssignmentComponentFactory<PhysicalCost>TrafficAssignmentBuilder. physicalCostFactoryCost factory to create physical costs to register on the generalized cost.Methods in org.planit.trafficassignment.builder that return PhysicalCost Modifier and Type Method Description PhysicalCostTrafficAssignmentBuilder. createAndRegisterPhysicalCost(String physicalTraveltimeCostFunctionType)Create and register physical link cost function to determine travel timePhysicalCostTrafficAssignmentBuilder. getPhysicalCost()Collect the physical cost entity registered on the traffic assignment
-