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 classCdmHeaderProcessingState -
Uses of ProcessingState in org.orekit.files.ccsds.section
Classes in org.orekit.files.ccsds.section that implement ProcessingState Modifier and Type Class Description classHeaderProcessingStateclassKvnStructureProcessingStateProcessingStatefor structure ofFileFormat.KVNCCSDS Messages.classXmlStructureProcessingStateProcessingStatefor structure ofFileFormat.XMLCCSDS 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 classErrorStateSpecialProcessingStatethat always generate an error message.Methods in org.orekit.files.ccsds.utils.parsing that return ProcessingState Modifier and Type Method Description ProcessingStateAbstractMessageParser. getCurrent()Get the current processing state.Methods in org.orekit.files.ccsds.utils.parsing with parameters of type ProcessingState Modifier and Type Method Description voidAbstractMessageParser. 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.
-