Class LexiconUtil


  • public class LexiconUtil
    extends java.lang.Object
    Lexicon utilities class. Enables the printing of the lexicon.
    • Constructor Summary

      Constructors 
      Constructor Description
      LexiconUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void printLexicon​(Index index, java.lang.String structureName)
      Prints Lexicon
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LexiconUtil

        public LexiconUtil()
    • Method Detail

      • printLexicon

        public static void printLexicon​(Index index,
                                        java.lang.String structureName)
                                 throws java.io.IOException
        Prints Lexicon
        Parameters:
        index -
        structureName -
        Throws:
        java.io.IOException