Uses of Class
com.walkfares.odsl.function.Function
-
Uses of Function in com.walkfares.function
Methods in com.walkfares.function that return types with arguments of type Function Modifier and Type Method Description List<Function>
BeanConstructors. getFunctions()
List<Function>
Constructors. getFunctions()
List<Function>
ConversionFunctions. getFunctions()
List<Function>
CurveFunctions. getFunctions()
List<Function>
DateFunctions. getFunctions()
List<Function>
GeneralFunctions. getFunctions()
List<Function>
GeoConstructors. getFunctions()
List<Function>
IntrospectionFunctions. getFunctions()
List<Function>
LoaderFunctions. getFunctions()
List<Function>
MatrixFunctions. getFunctions()
List<Function>
NumericFunctions. getFunctions()
List<Function>
StringFunctions. getFunctions()
List<Function>
TestFunctions. getFunctions()
List<Function>
TimeSeriesFunctions. getFunctions()
List<Function>
TimeSeriesScaling. getFunctions()
-
Uses of Function in com.walkfares.function.interpolation
Methods in com.walkfares.function.interpolation that return types with arguments of type Function Modifier and Type Method Description List<Function>
CurveInterpolation. getFunctions()
List<Function>
TimeseriesInterpolation. getFunctions()
-
Uses of Function in com.walkfares.function.math
Methods in com.walkfares.function.math that return types with arguments of type Function Modifier and Type Method Description List<Function>
DataGeneration. getFunctions()
List<Function>
StatisticsFunctions. getFunctions()
-
Uses of Function in com.walkfares.function.quality
Methods in com.walkfares.function.quality that return types with arguments of type Function Modifier and Type Method Description List<Function>
Validation. getFunctions()
-
Uses of Function in com.walkfares.function.vollib
Methods in com.walkfares.function.vollib that return types with arguments of type Function Modifier and Type Method Description List<Function>
OptionsFunctions. getFunctions()
-
Uses of Function in com.walkfares.odsl.function
Methods in com.walkfares.odsl.function that return Function Modifier and Type Method Description Function
FunctionRegistry. getFunction(String name)
Function
Function. setHolder(FunctionHolder holder)
Function
Function. setName(String name)
Methods in com.walkfares.odsl.function that return types with arguments of type Function Modifier and Type Method Description List<Function>
FunctionRegistry. getAllFunctions()
List<Function>
FunctionHolder. getFunctions()