Uses of Interface
org.orekit.files.ccsds.utils.parsing.ProcessingState
-
Packages that use ProcessingState Package Description org.orekit.files.ccsds.ndm.cdm This package contains class managing CCSDS Conjunction Data Message.org.orekit.files.ccsds.section This package contains class managing the sections in CCSDS Messages.org.orekit.files.ccsds.utils.parsing This package contains classes related to the processing of parse tokens using the state design pattern. -
-
Uses of ProcessingState in org.orekit.files.ccsds.ndm.cdm
Classes in org.orekit.files.ccsds.ndm.cdm that implement ProcessingState Modifier and Type Class Description class
CdmHeaderProcessingState
-
Uses of ProcessingState in org.orekit.files.ccsds.section
Classes in org.orekit.files.ccsds.section that implement ProcessingState Modifier and Type Class Description class
HeaderProcessingState
class
KvnStructureProcessingState
ProcessingState
for structure ofFileFormat.KVN
CCSDS Messages.class
XmlStructureProcessingState
ProcessingState
for structure ofFileFormat.XML
CCSDS Messages. -
Uses of ProcessingState in org.orekit.files.ccsds.utils.parsing
Classes in org.orekit.files.ccsds.utils.parsing that implement ProcessingState Modifier and Type Class Description class
ErrorState
SpecialProcessingState
that always generate an error message.Methods in org.orekit.files.ccsds.utils.parsing that return ProcessingState Modifier and Type Method Description ProcessingState
AbstractMessageParser. getCurrent()
Get the current processing state.Methods in org.orekit.files.ccsds.utils.parsing with parameters of type ProcessingState Modifier and Type Method Description void
AbstractMessageParser. anticipateNext(ProcessingState anticipated)
Anticipate what next processing state should be.protected void
AbstractMessageParser. reset(FileFormat fileFormat, ProcessingState initialState)
Reset parser to initial state before parsing.void
AbstractMessageParser. setFallback(ProcessingState fallback)
Set fallback processing state.
-