Class GeneratedInput<F extends InputFormat<?,​?>>

    • Constructor Detail

      • GeneratedInput

        public GeneratedInput​(String className,
                              String code,
                              Object[] references,
                              ReadableConfig conf)
        Creates a GeneratedInput.
        Parameters:
        className - class name of the generated Function.
        code - code of the generated Function.
        references - referenced objects of the generated Function.
        conf - configuration when generating Function.