Uses of Interface
org.orekit.files.ccsds.utils.parsing.ProcessingState
Packages that use ProcessingState
Package
Description
This package contains class managing CCSDS Conjunction Data Message.
This package contains class managing the sections in CCSDS Messages.
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 -
Uses of ProcessingState in org.orekit.files.ccsds.section
Classes in org.orekit.files.ccsds.section that implement ProcessingStateModifier and TypeClassDescriptionclassclassProcessingStatefor structure ofFileFormat.KVNCCSDS Messages.classProcessingStatefor structure ofFileFormat.XMLCCSDS Messages. -
Uses of ProcessingState in org.orekit.files.ccsds.utils.parsing
Classes in org.orekit.files.ccsds.utils.parsing that implement ProcessingStateModifier and TypeClassDescriptionclassSpecialProcessingStatethat always generate an error message.Methods in org.orekit.files.ccsds.utils.parsing that return ProcessingStateModifier and TypeMethodDescriptionAbstractMessageParser.getCurrent()Get the current processing state.Methods in org.orekit.files.ccsds.utils.parsing with parameters of type ProcessingStateModifier and TypeMethodDescriptionvoidAbstractMessageParser.anticipateNext(ProcessingState anticipated) Anticipate what next processing state should be.protected voidAbstractMessageParser.reset(FileFormat fileFormat, ProcessingState initialState) Reset parser to initial state before parsing.voidAbstractMessageParser.setFallback(ProcessingState fallback) Set fallback processing state.