Uses of Class
org.planit.gap.GapFunction
-
Packages that use GapFunction Package Description org.planit.gap Gap functions and criteria used to test for convergence of the assignment algorithmsorg.planit.trafficassignment Traffic assignment classesorg.planit.trafficassignment.builder Traffic assignment builder classes -
-
Uses of GapFunction in org.planit.gap
Subclasses of GapFunction in org.planit.gap Modifier and Type Class Description class
LinkBasedRelativeDualityGapFunction
Gap 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 time -
Uses of GapFunction in org.planit.trafficassignment
Methods in org.planit.trafficassignment that return GapFunction Modifier and Type Method Description GapFunction
TrafficAssignment. 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.trafficassignment with parameters of type GapFunction Modifier and Type Method Description void
TrafficAssignment. setGapFunction(GapFunction gapfunction)
Collect the gap function which is to be set by a derived class of TrafficAssignment via the initialiseDefaults() right after construction -
Uses of GapFunction in org.planit.trafficassignment.builder
Methods in org.planit.trafficassignment.builder that return GapFunction Modifier and Type Method Description protected GapFunction
TrafficAssignmentBuilder. createGapFunction()
Currently, there exists only a single gap function (link based relative duality gap) that is created via this factory method.GapFunction
TrafficAssignmentBuilder. getGapFunction()
Collect the gap function of the trafficAssignment instance
-