Package org.orekit.files.ccsds.section
Class KvnStructureProcessingState
- java.lang.Object
-
- org.orekit.files.ccsds.section.KvnStructureProcessingState
-
- All Implemented Interfaces:
ProcessingState
public class KvnStructureProcessingState extends Object implements ProcessingState
ProcessingStatefor structure ofFileFormat.KVNCCSDS Messages.- Since:
- 11.0
- Author:
- Luc Maisonobe
-
-
Constructor Summary
Constructors Constructor Description KvnStructureProcessingState(AbstractConstituentParser<?,?,?> parser)Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanprocessToken(ParseToken token)Process one token.
-
-
-
Constructor Detail
-
KvnStructureProcessingState
public KvnStructureProcessingState(AbstractConstituentParser<?,?,?> parser)
Simple constructor.- Parameters:
parser- parser for the complete message
-
-
Method Detail
-
processToken
public boolean processToken(ParseToken token)
Process one token.- Specified by:
processTokenin interfaceProcessingState- Parameters:
token- token to process- Returns:
- true if token was processed, false otherwise
-
-