Uses of Class
org.onebusaway.utility.EOutOfRangeStrategy
-
Packages that use EOutOfRangeStrategy Package Description org.onebusaway.utility -
-
Uses of EOutOfRangeStrategy in org.onebusaway.utility
Methods in org.onebusaway.utility that return EOutOfRangeStrategy Modifier and Type Method Description static EOutOfRangeStrategyEOutOfRangeStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static EOutOfRangeStrategy[]EOutOfRangeStrategy. 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 EOutOfRangeStrategy Modifier and Type Method Description static doubleInterpolationLibrary. interpolate(double[] keys, double[] values, double target, EOutOfRangeStrategy outOfRangeStrategy)static doubleInterpolationLibrary. interpolate(double[] keys, double[] values, double target, EOutOfRangeStrategy outOfRangeStrategy, EInRangeStrategy inRangeStrategy)static <K extends Number,V extends Number>
doubleInterpolationLibrary. interpolate(SortedMap<K,V> values, K target, EOutOfRangeStrategy outOfRangeStrategy)static <KEY extends Number,VALUE,ANY_KEY extends KEY,ANY_VALUE extends VALUE>
VALUEInterpolationLibrary. interpolate(InterpolationStrategy<KEY,VALUE> interpolationStrategy, EOutOfRangeStrategy outOfRangeStrategy, SortedMap<ANY_KEY,ANY_VALUE> values, ANY_KEY target)Given aSortedMapwith key-values that of arbitrary type and aInterpolationStrategyto define interpolation over those types, interpolate a value for a target key within the key-range of the map.static DoubleTransitInterpolationLibrary. interpolate(double[] keys, double[] values, double target, EOutOfRangeStrategy outOfRangeStrategy)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.
-