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 classStochasticRouteChoiceStochastic route choice component.Methods in org.planit.route.choice that return RouteChoice Modifier and Type Method Description RouteChoiceRouteChoiceBuilder. 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 RouteChoiceDynamicTrafficAssignment. routeChoicethe route choice methodology adoptedMethods in org.planit.trafficassignment with parameters of type RouteChoice Modifier and Type Method Description voidDynamicTrafficAssignment. 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. routeChoiceFactorythe route choice factoryMethods in org.planit.trafficassignment.builder that return RouteChoice Modifier and Type Method Description RouteChoiceDynamicTrafficAssignmentBuilder. createAndRegisterRouteChoice(String routeChoiceType)create and register the route choice one desires.
-