Class MultiturnParserImpl

  • All Implemented Interfaces:
    MultiturnParser

    public class MultiturnParserImpl
    extends java.lang.Object
    implements MultiturnParser
    This is the implementation of the parser for multiturn-files
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      MultiturnData parse​(java.io.File file)
      the parser used to parse the text-file
      void parse​(java.io.File file, MultiturnData data)
      parses the file and adds the containig data to the given data object
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait