Interface IGlossaryReader

    • Method Detail

      • open

        void open​(File file)
        Opens a glossary from a File.
        Parameters:
        file - the glossary file.
      • open

        void open​(InputStream input)
        Opens a glossary from an input stream.
        Parameters:
        input - the input to read.
      • close

        void close()
        Close the glossary reader.
      • hasNext

        boolean hasNext()
        Indicates if there is another entry.
        Specified by:
        hasNext in interface Iterator<ConceptEntry>
        Returns:
        true if there is another entry, false otherwise.