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. assignmentFactory
Object factory for network loading objectprotected TrafficAssignmentComponentFactory<Demands>
PlanItProjectInput. demandsFactory
Object factory for demands objectprotected TrafficAssignmentComponentFactory<InitialPhysicalCost>
PlanItProjectInput. initialPhysicalCostFactory
Object factory for physical costsprotected TrafficAssignmentComponentFactory<ODRouteSets>
PlanItProjectInput. odRouteSetsFactory
Object factory for od route sets objectprotected TrafficAssignmentComponentFactory<PhysicalNetwork>
PlanItProjectInput. physicalNetworkFactory
Object Factory for physical network objectprotected TrafficAssignmentComponentFactory<Zoning>
PlanItProjectInput. zoningFactory
Object 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. logitChoiceModelFactory
logit 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. fundamentalDiagramFactory
fundamental diagram factory to create fundamental diagrams used to populate the link modelprotected TrafficAssignmentComponentFactory<NodeModel>
CapacityConstrainedTrafficAssignmentBuilder. nodeModelFactory
fundamental diagram factory to create fundamental diagrams used to populate the link modelprotected TrafficAssignmentComponentFactory<PhysicalCost>
TrafficAssignmentBuilder. physicalCostFactory
Cost factory to create physical costs to register on the generalized cost.protected TrafficAssignmentComponentFactory<RouteChoice>
DynamicTrafficAssignmentBuilder. routeChoiceFactory
the route choice factoryprotected TrafficAssignmentComponentFactory<Smoothing>
TrafficAssignmentBuilder. smoothingFactory
The 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. virtualCostFactory
Cost factory to create physical costs to register on the generalized cost.
-