Uses of Class
org.planit.gap.StopCriterion
-
Packages that use StopCriterion 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 StopCriterion in org.planit.assignment
Methods in org.planit.assignment with parameters of type StopCriterion Modifier and Type Method Description protected GapFunction
TrafficAssignmentBuilder. createGapFunctionInstance(TrafficAssignmentConfigurator<?> configurator, StopCriterion stopCriterion)
create a gap function instance based on configuration -
Uses of StopCriterion in org.planit.gap
Fields in org.planit.gap declared as StopCriterion Modifier and Type Field Description protected StopCriterion
GapFunction. stopCriterion
The stopCriterion to useMethods in org.planit.gap that return StopCriterion Modifier and Type Method Description StopCriterion
GapFunction. getStopCriterion()
Return the StopCriterion objectMethods in org.planit.gap with parameters of type StopCriterion Modifier and Type Method Description void
StopCriterionConfigurator. configure(StopCriterion stopCriterion)
Needed to avoid issues with generics, although it should be obvious that T extends GapFunctionConstructors in org.planit.gap with parameters of type StopCriterion Constructor Description GapFunction(StopCriterion stopCriterion)
ConstructorLinkBasedRelativeDualityGapFunction(StopCriterion stopCriterion)
Constructor
-