Class QuadratureReader

    • Method Detail

      • read

        public OrdinateSet read​(File file)
                         throws IOException
        Reads an ordinate set. Scans the first line for any keywords and then treats any subsequent lines as consisting of two tokens, which correspond to the quadrature node and weight. Ignores all other information.
        Specified by:
        read in interface AbstractReader<OrdinateSet>
        Parameters:
        file - a file which has readable content
        Returns:
        a T object created by reading all information from f.
        Throws:
        IOException
      • getSupportedExtension

        public String getSupportedExtension()
        Description copied from interface: AbstractHandler
        Retrieves the supported extension of files, which this AbstractHandler is able to process.
        Specified by:
        getSupportedExtension in interface AbstractHandler
        Returns:
        quad
      • getInstance

        public static QuadratureReader getInstance()
        Returns the single instance of this class.
        Returns:
        an instance of QuadratureReader.