Interface ProcessingState
- All Known Implementing Classes:
CdmHeaderProcessingState,ErrorState,HeaderProcessingState,KvnStructureProcessingState,XmlStructureProcessingState
public interface ProcessingState
Interface for processing parsing tokens for CCSDS NDM files.
This interface is intended for use as the state in
state design pattern, the message parser
itself being used as the context that holds the active state.
- Since:
- 11.0
- Author:
- Luc Maisonobe
- See Also:
-
Method Summary
-
Method Details
-
processToken
Process one token.- Parameters:
token- token to process- Returns:
- true if token was processed, false otherwise
-