Class FooterParser<T extends ParseInfo<?>>

java.lang.Object
org.orekit.files.sinex.FooterParser<T>
Type Parameters:
T - type of the SINEX files parse info
All Implemented Interfaces:
LineParser<T>

public class FooterParser<T extends ParseInfo<?>> extends Object implements LineParser<T>
Parser for footer line.
Since:
13.0
Author:
Luc Maisonobe
  • Constructor Details

    • FooterParser

      public FooterParser(String footer)
      Simple constructor.
      Parameters:
      footer - footer line
  • Method Details

    • parseIfRecognized

      public boolean parseIfRecognized(T parseInfo)
      Parse a line if recognized.
      Specified by:
      parseIfRecognized in interface LineParser<T extends ParseInfo<?>>
      Parameters:
      parseInfo - holder for transient data
      Returns:
      true if line was recognized
    • allowedNextParsers

      public Iterable<LineParser<T>> allowedNextParsers(T parseInfo)
      Get allowed next line parsers.
      Specified by:
      allowedNextParsers in interface LineParser<T extends ParseInfo<?>>
      Parameters:
      parseInfo - holder for transient data
      Returns:
      allowed parszers for next lines