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 GapFunctionTrafficAssignmentBuilder. 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 StopCriterionGapFunction. stopCriterionThe stopCriterion to useMethods in org.planit.gap that return StopCriterion Modifier and Type Method Description StopCriterionGapFunction. getStopCriterion()Return the StopCriterion objectMethods in org.planit.gap with parameters of type StopCriterion Modifier and Type Method Description voidStopCriterionConfigurator. 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
-