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

    Modifier and Type
    Method
    Description
    boolean
    Process one token.
  • Method Details

    • processToken

      boolean processToken(ParseToken token)
      Process one token.
      Parameters:
      token - token to process
      Returns:
      true if token was processed, false otherwise