Interface UDFFinder

All Known Implementing Classes:
AggregatingUDFFinder, AnalysisToolPak, DefaultUDFFinder, IndexedUDFFinder

public interface UDFFinder
Common interface for "Add-in" libraries and user defined function libraries.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns executor by specified name.
  • Method Details

    • findFunction

      FreeRefFunction findFunction(String name)
      Returns executor by specified name. Returns null if the function name is unknown.
      Parameters:
      name - Name of function.
      Returns:
      Function executor.