Interface IStiAppFunction

All Known Implementing Classes:
StiFunction

public interface IStiAppFunction
Copyright Stimulsoft
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a name of the function.
    invoke(List<Object> arguments)
    Invokes this function with specified arguments.
  • Method Details

    • getName

      String getName()
      Returns a name of the function.
      Returns:
      The name of the function.
    • invoke

      Object invoke(List<Object> arguments)
      Invokes this function with specified arguments.
      Parameters:
      arguments - The list of arguments.
      Returns:
      The result of the function calling.