Interface Function

    • Method Detail

      • getName

        String getName()

        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.

      • evaluate

        FieldValue evaluate​(List<FieldValue> arguments)

        Evaluates this function with the specified arguments.

        Throws:
        FunctionException - If the arguments do not match the formal parameters of this function.