Uses of Class
org.planit.gap.GapFunctionConfigurator
-
Packages that use GapFunctionConfigurator 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 GapFunctionConfigurator in org.planit.assignment
Methods in org.planit.assignment that return GapFunctionConfigurator 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 GapFunctionConfigurator Modifier and Type Method Description protected void
TrafficAssignmentConfigurator. setGapFunction(GapFunctionConfigurator<? extends GapFunction> gapFunctionConfigurator)
Set the gap function configurator for this assignment -
Uses of GapFunctionConfigurator in org.planit.gap
Subclasses of GapFunctionConfigurator in org.planit.gap Modifier and Type Class Description class
LinkBasedRelativeGapConfigurator
Link based relative duality gap function configuratorMethods in org.planit.gap that return GapFunctionConfigurator Modifier and Type Method Description static GapFunctionConfigurator<? extends GapFunction>
GapFunctionConfiguratorFactory. createConfigurator(String gapFunctionType)
Create a configurator for given gap function type
-