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:getrequiredfactpatterns [2023/04/04 07:17] – removed - external edit (Unknown date) 127.0.0.1pr_methods:getrequiredfactpatterns [2023/05/03 04:35] (current) sean
Line 1: Line 1:
 +{{tag>Programmers_Reference Methods IFunctionLibrary_Interface getRequiredFactPatterns Index}}
 +
 +====getRequiredFactPatterns (String, Collection)====
 +<code java>public HashSet getRequiredFactPatterns (String functionName, Collection parameters)</code>
 +
 +===Parameters===
 +|''functionName''|the name of the function in the library the return type of which is required.|
 +|''parameters''|the parameters of the function specified as a collection of the ''IArithmeticNode'' objects. |
 +
 +===Returns===
 +This method should have no implementation and return ''null''.