Class SusquehannaLanguage


  • public class SusquehannaLanguage
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SusquehannaLanguage​(java.io.File langFile, java.io.File metadataFile)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.File getFile()  
      net.oijon.oling.datatypes.language.Language getLanguage()  
      void read()  
      void write()  
      • Methods inherited from class java.lang.Object

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

      • SusquehannaLanguage

        public SusquehannaLanguage​(java.io.File langFile,
                                   java.io.File metadataFile)
    • Method Detail

      • getLanguage

        public net.oijon.oling.datatypes.language.Language getLanguage()
      • getFile

        public java.io.File getFile()
      • read

        public void read()
      • write

        public void write()