Uses of Class
org.onebusaway.utility.EInRangeStrategy
-
Packages that use EInRangeStrategy Package Description org.onebusaway.utility -
-
Uses of EInRangeStrategy in org.onebusaway.utility
Methods in org.onebusaway.utility that return EInRangeStrategy Modifier and Type Method Description static EInRangeStrategyEInRangeStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static EInRangeStrategy[]EInRangeStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.onebusaway.utility with parameters of type EInRangeStrategy Modifier and Type Method Description static doubleInterpolationLibrary. interpolate(double[] keys, double[] values, double target, EOutOfRangeStrategy outOfRangeStrategy, EInRangeStrategy inRangeStrategy)static DoubleTransitInterpolationLibrary. interpolate(double[] keys, double[] values, double target, EOutOfRangeStrategy outOfRangeStrategy, EInRangeStrategy inRangeStrategy)Find the deviation that should be used for a particular stop, given sorted keys (arrival times) and values (deviations) arrays.
-