Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
pr_methods:hasfunction [2023/04/04 07:17] – ↷ Page moved from progref:0500_adding_function_libraries:0510_implementing_function_library:hasfunction to pr_methods:hasfunction seanpr_methods:hasfunction [2025/06/12 04:00] (current) – Change to AwareIM aware_support3
Line 1: Line 1:
-{{tag>Programmers_Reference Methods IFunctionLibrary_Interface IFunctionLibrary_Interface_Methods hasFunction}}+{{tag>Programmers_Reference Methods IFunctionLibrary_Interface hasFunction Index}}
 ====hasFunction (String, int)==== ====hasFunction (String, int)====
 <code java>public boolean hasFunction (String functionName, int paramNmb)</code> <code java>public boolean hasFunction (String functionName, int paramNmb)</code>
  
-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.+This method must return true if the library contains the function with the specified name and number of parameters. //**AwareIM**// will call this method to find the library responsible for the calculation of a particular function referenced in a rule.
  
 ===Parameters=== ===Parameters===
  • Last modified: 2023/04/04 07:17