Uses of Class
org.planit.route.choice.RouteChoice
-
Packages that use RouteChoice Package Description org.planit.route.choice PLANit route choice classesorg.planit.trafficassignment Traffic assignment classesorg.planit.trafficassignment.builder Traffic assignment builder classes -
-
Uses of RouteChoice in org.planit.route.choice
Subclasses of RouteChoice in org.planit.route.choice Modifier and Type Class Description class
StochasticRouteChoice
Stochastic route choice component.Methods in org.planit.route.choice that return RouteChoice Modifier and Type Method Description RouteChoice
RouteChoiceBuilder. createAndRegisterRouteChoice(String physicalTraveltimeCostFunctionType)
create and register the route choice one desires. -
Uses of RouteChoice in org.planit.trafficassignment
Fields in org.planit.trafficassignment declared as RouteChoice Modifier and Type Field Description protected RouteChoice
DynamicTrafficAssignment. routeChoice
the route choice methodology adoptedMethods in org.planit.trafficassignment with parameters of type RouteChoice Modifier and Type Method Description void
DynamicTrafficAssignment. setRouteChoice(RouteChoice routeChoice)
set the route choice methodology as to be adopted by this traffic assignment -
Uses of RouteChoice in org.planit.trafficassignment.builder
Fields in org.planit.trafficassignment.builder with type parameters of type RouteChoice Modifier and Type Field Description protected TrafficAssignmentComponentFactory<RouteChoice>
DynamicTrafficAssignmentBuilder. routeChoiceFactory
the route choice factoryMethods in org.planit.trafficassignment.builder that return RouteChoice Modifier and Type Method Description RouteChoice
DynamicTrafficAssignmentBuilder. createAndRegisterRouteChoice(String routeChoiceType)
create and register the route choice one desires.
-