Uses of Interface
org.example.expression.function.Function
-
Packages that use Function Package Description org.example.expression.function Математические функции, реестр операций и провайдер переменных. -
-
Uses of Function in org.example.expression.function
Classes in org.example.expression.function that implement Function Modifier and Type Class Description classLogFunctionСтратегия для логарифмических функций (ln, log10, log).classMathFunctionclassTrigonometricalFunctionСтратегия для тригонометрических функций (sin, cos, tan).Methods in org.example.expression.function that return Function Modifier and Type Method Description FunctionFunctionRegistry. get(String name)Получает функцию по имени.FunctionLogFunction.Type. getDelegate()FunctionMathFunction.Type. getDelegate()FunctionTrigonometricalFunction.Type. getDelegate()Methods in org.example.expression.function with parameters of type Function Modifier and Type Method Description voidFunctionRegistry. register(String name, Function function)Регистрирует функцию по имени.
-