Package org.orekit.files.sinex
Class VersionParser<T extends ParseInfo<?>>
java.lang.Object
org.orekit.files.sinex.VersionParser<T>
- Type Parameters:
T- type of the SINEX files parse info
- All Implemented Interfaces:
LineParser<T>
Base class for version line.
- Since:
- 13.0
- Author:
- Luc Maisonobe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanparseIfRecognized(T parseInfo) Parse a line if recognized.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.orekit.files.sinex.LineParser
allowedNextParsers
-
Constructor Details
-
VersionParser
Simple constructor.- Parameters:
key- file format key
-
-
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
-