Uses of Class
org.goplanit.gap.NormBasedGapFunction
-
Packages that use NormBasedGapFunction Package Description org.goplanit.assignment.ltm.sltm.loading org.goplanit.gap Gap functions and criteria used to test for convergence of the assignment algorithms -
-
Uses of NormBasedGapFunction in org.goplanit.assignment.ltm.sltm.loading
Fields in org.goplanit.assignment.ltm.sltm.loading declared as NormBasedGapFunction Modifier and Type Field Description protected NormBasedGapFunction
StaticLtmNetworkLoading. flowAcceptanceGapFunction
the gap function to apply on global convergence updateprotected NormBasedGapFunction
StaticLtmNetworkLoading. receivingFlowGapFunction
the gap function to apply on receiving flow update stepprotected NormBasedGapFunction
StaticLtmNetworkLoading. sendingFlowGapFunction
the gap function to apply on sending flow update step -
Uses of NormBasedGapFunction in org.goplanit.gap
Methods in org.goplanit.gap that return NormBasedGapFunction Modifier and Type Method Description NormBasedGapFunction
NormBasedGapFunction. deepClone()
deep clone on planit component should attempt to also update internal dependencies between deep cloned containers where possibleNormBasedGapFunction
NormBasedGapFunction. shallowClone()
Create a shallow copy of this entityConstructors in org.goplanit.gap with parameters of type NormBasedGapFunction Constructor Description NormBasedGapFunction(NormBasedGapFunction other, boolean deepCopy)
Copy constructor
-