Class AbstractFunction

    • Method Detail

      • getName

        public String getName()
        Description copied from interface: IFunction
        Retrieve the name of the function.
        Specified by:
        getName in interface IFunction
        Returns:
        the function's name
      • arity

        public int arity()
        Description copied from interface: IFunction
        Determine the number of arguments the function has.
        Specified by:
        arity in interface IFunction
        Returns:
        the number of function arguments