Class AbstractFunction

    • Constructor Detail

      • AbstractFunction

        public AbstractFunction​(String name)
      • AbstractFunction

        public AbstractFunction​(String name,
                                List<String> aliases)
    • Method Detail

      • getName

        public String getName()
        Description copied from interface: Function

        Gets the default name of this function.

        The default name should be unique in application scope. Currently, the JPMML library does not check or enforce this constraint in any way.

        Specified by:
        getName in interface Function