Interface QueryFunctionLayerInterface

    • Method Summary

      Modifier and Type Method Description
      java.lang.Object evaluate​(java.lang.String functionName, java.lang.Object... parameters)
      Evaluates the specific function.
      • Methods inherited from interface java.lang.reflect.InvocationHandler

        invoke
    • Method Detail

      • evaluate

        java.lang.Object evaluate​(java.lang.String functionName,
                                  java.lang.Object... parameters)
        Evaluates the specific function.
        Parameters:
        functionName - Function name.
        parameters - Function's parameters.
        Returns:
        Function result.