public boolean hasFunction (String functionName, int paramNmb)

This method must return true if the library contains the function with the specified name and number of parameters. Aware IM will call this method to find the library responsible for the calculation of a particular function referenced in a rule.

Parameters

functionNamethe name of the function
paramNmbthe number of function parameters

Returns

True if the function with the specified name and number of parameters is supported by the library, false otherwise.

  • Last modified: 2023/05/03 04:40