Uses of Class
org.planit.gap.GapFunction
-
Packages that use GapFunction Package Description org.planit.assignment Traffic assignment classesorg.planit.gap Gap functions and criteria used to test for convergence of the assignment algorithms -
-
Uses of GapFunction in org.planit.assignment
Methods in org.planit.assignment that return GapFunction Modifier and Type Method Description protected GapFunctionTrafficAssignmentBuilder. createGapFunctionInstance(TrafficAssignmentConfigurator<?> configurator, StopCriterion stopCriterion)create a gap function instance based on configurationGapFunctionTrafficAssignment. getGapFunction()Collect the gap function which is to be set by a derived class of TrafficAssignment via the initialiseDefaults() right after constructionMethods in org.planit.assignment that return types with arguments of type GapFunction Modifier and Type Method Description GapFunctionConfigurator<? extends GapFunction>TrafficAssignmentConfigurator. getGapFunction()Collect the gap function of the trafficAssignment instanceMethods in org.planit.assignment with parameters of type GapFunction Modifier and Type Method Description voidTrafficAssignment. setGapFunction(GapFunction gapfunction)Collect the gap function which is to be set by a derived class of TrafficAssignment via the initialiseDefaults() right after constructionMethod parameters in org.planit.assignment with type arguments of type GapFunction Modifier and Type Method Description protected voidTrafficAssignmentConfigurator. setGapFunction(GapFunctionConfigurator<? extends GapFunction> gapFunctionConfigurator)Set the gap function configurator for this assignment -
Uses of GapFunction in org.planit.gap
Classes in org.planit.gap with type parameters of type GapFunction Modifier and Type Class Description classGapFunctionConfigurator<T extends GapFunction>Base class for all vgap function configurator implementationsSubclasses of GapFunction in org.planit.gap Modifier and Type Class Description classLinkBasedRelativeDualityGapFunctionGap function based on the work of Bovy and Jansen (1983) who take the different between the current system travel time and the system travel time if all flow were to be assigned to the shortest paths, divided by the system travel timeMethods in org.planit.gap that return types with arguments of type GapFunction Modifier and Type Method Description static GapFunctionConfigurator<? extends GapFunction>GapFunctionConfiguratorFactory. createConfigurator(String gapFunctionType)Create a configurator for given gap function typeMethods in org.planit.gap with parameters of type GapFunction Modifier and Type Method Description voidGapFunctionConfigurator. configure(GapFunction gapFunction)Needed to avoid issues with generics, although it should be obvious that T extends GapFunction
-