Package org.orekit.files.sinex
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>
Parser for footer line.
- Since:
- 13.0
- Author:
- Luc Maisonobe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallowedNextParsers(T parseInfo) Get allowed next line parsers.booleanparseIfRecognized(T parseInfo) Parse a line if recognized.
-
Constructor Details
-
FooterParser
Simple constructor.- Parameters:
footer- footer line
-
-
Method Details
-
parseIfRecognized
Parse a line if recognized.- Specified by:
parseIfRecognizedin interfaceLineParser<T extends ParseInfo<?>>- Parameters:
parseInfo- holder for transient data- Returns:
- true if line was recognized
-
allowedNextParsers
Get allowed next line parsers.- Specified by:
allowedNextParsersin interfaceLineParser<T extends ParseInfo<?>>- Parameters:
parseInfo- holder for transient data- Returns:
- allowed parszers for next lines
-