Class SystemExternalFunctionProvider

    • Constructor Summary

      Constructors 
      Constructor Description
      SystemExternalFunctionProvider​(java.util.List<java.lang.reflect.Method> staticFunctions)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object evaluate​(java.lang.String staticFunctionName, java.util.List<java.lang.Object> arguments)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SystemExternalFunctionProvider

        public SystemExternalFunctionProvider​(java.util.List<java.lang.reflect.Method> staticFunctions)
    • Method Detail

      • evaluate

        public java.lang.Object evaluate​(java.lang.String staticFunctionName,
                                         java.util.List<java.lang.Object> arguments)
        Specified by:
        evaluate in interface ExternalFunctionProvider