Uses of Class
org.planit.trafficassignment.TrafficAssignmentComponentFactory
-
Packages that use TrafficAssignmentComponentFactory Package Description org.planit.project PLANit project classesorg.planit.route.choice PLANit route choice classesorg.planit.trafficassignment.builder Traffic assignment builder classes -
-
Uses of TrafficAssignmentComponentFactory in org.planit.project
Fields in org.planit.project declared as TrafficAssignmentComponentFactory Modifier and Type Field Description protected TrafficAssignmentComponentFactory<NetworkLoading>CustomPlanItProject. assignmentFactoryObject factory for network loading objectprotected TrafficAssignmentComponentFactory<Demands>PlanItProjectInput. demandsFactoryObject factory for demands objectprotected TrafficAssignmentComponentFactory<InitialPhysicalCost>PlanItProjectInput. initialPhysicalCostFactoryObject factory for physical costsprotected TrafficAssignmentComponentFactory<ODRouteSets>PlanItProjectInput. odRouteSetsFactoryObject factory for od route sets objectprotected TrafficAssignmentComponentFactory<PhysicalNetwork>PlanItProjectInput. physicalNetworkFactoryObject Factory for physical network objectprotected TrafficAssignmentComponentFactory<Zoning>PlanItProjectInput. zoningFactoryObject factory for zoning objects -
Uses of TrafficAssignmentComponentFactory in org.planit.route.choice
Fields in org.planit.route.choice declared as TrafficAssignmentComponentFactory Modifier and Type Field Description protected TrafficAssignmentComponentFactory<LogitChoiceModel>StochasticRouteChoice. logitChoiceModelFactorylogit choice model factory to create logit models to direct the probabilities of choosing paths -
Uses of TrafficAssignmentComponentFactory in org.planit.trafficassignment.builder
Fields in org.planit.trafficassignment.builder declared as TrafficAssignmentComponentFactory Modifier and Type Field Description protected TrafficAssignmentComponentFactory<FundamentalDiagram>CapacityConstrainedTrafficAssignmentBuilder. fundamentalDiagramFactoryfundamental diagram factory to create fundamental diagrams used to populate the link modelprotected TrafficAssignmentComponentFactory<NodeModel>CapacityConstrainedTrafficAssignmentBuilder. nodeModelFactoryfundamental diagram factory to create fundamental diagrams used to populate the link modelprotected TrafficAssignmentComponentFactory<PhysicalCost>TrafficAssignmentBuilder. physicalCostFactoryCost factory to create physical costs to register on the generalized cost.protected TrafficAssignmentComponentFactory<RouteChoice>DynamicTrafficAssignmentBuilder. routeChoiceFactorythe route choice factoryprotected TrafficAssignmentComponentFactory<Smoothing>TrafficAssignmentBuilder. smoothingFactoryThe smoothing factory used in the assignment algorithm NB: The smoothing factory is defined here because the same smoothing algorithm is used for all assignments.protected TrafficAssignmentComponentFactory<VirtualCost>TrafficAssignmentBuilder. virtualCostFactoryCost factory to create physical costs to register on the generalized cost.
-