Uses of Class
org.orekit.files.ccsds.utils.lexical.ParseToken
Packages that use ParseToken
Package
Description
This package contains the base hierarchy for CCSDS ADM, ODM and TDM.
This package contains class managing CCSDS Attitude Data Message.
This package contains class managing CCSDS Attitude Comprehensive Message.
This package contains class managing CCSDS Attitude Ephemeris Message.
This package contains class managing CCSDS Attitude Parameter Message.
This package contains class managing CCSDS Conjunction Data Message.
This package contains class managing CCSDS Orbit Data Message.
This package contains class managing CCSDS Orbit Comprehensive Message.
This package contains class managing CCSDS Orbit Ephemeris Message.
This package contains class managing CCSDS Orbit Mean-Elements Message.
This package contains class managing CCSDS Orbit Parameter Message.
This package contains class managing CCSDS Tracking Data Message.
This package contains class managing the sections in CCSDS Messages.
This package contains utilities for CCSDS messages lexical analysis.
This package contains classes related to the processing
of parse tokens using the state design pattern.
-
Uses of ParseToken in org.orekit.files.ccsds.ndm
Methods in org.orekit.files.ccsds.ndm that return types with arguments of type ParseTokenModifier and TypeMethodDescriptionParserBuilder.getFilters()Get the filters to apply to parse tokens.ParserBuilder.getFilters()Get the filters to apply to parse tokens.Method parameters in org.orekit.files.ccsds.ndm with type arguments of type ParseTokenModifier and TypeMethodDescriptionParserBuilder.withFilter(Function<ParseToken, List<ParseToken>> filter) Add a filter for parsed tokens.ParserBuilder.withFilter(Function<ParseToken, List<ParseToken>> filter) Add a filter for parsed tokens. -
Uses of ParseToken in org.orekit.files.ccsds.ndm.adm
Methods in org.orekit.files.ccsds.ndm.adm that return types with arguments of type ParseTokenModifier and TypeMethodDescriptionRotationXmlTokenBuilder.buildTokens(boolean startTag, boolean isLeaf, String qName, String content, Map<String, String> attributes, int lineNumber, String fileName) Create a list of parse tokens.Methods in org.orekit.files.ccsds.ndm.adm with parameters of type ParseTokenModifier and TypeMethodDescriptionbooleanAdmCommonMetadataKey.process(ParseToken token, ContextBinding context, AdmMetadata container) Process one token.booleanAdmMetadataKey.process(ParseToken token, ContextBinding context, AdmMetadata container) Process one token. -
Uses of ParseToken in org.orekit.files.ccsds.ndm.adm.acm
Methods in org.orekit.files.ccsds.ndm.adm.acm with parameters of type ParseTokenModifier and TypeMethodDescriptionbooleanAcmDataSubStructureKey.process(ParseToken token, AcmParser parser) Process one token.booleanAcmMetadataKey.process(ParseToken token, ContextBinding context, AcmMetadata container) Process an token.booleanAttitudeCovarianceHistoryMetadataKey.process(ParseToken token, ContextBinding context, AttitudeCovarianceHistoryMetadata container) Process an token.booleanAttitudeDeterminationKey.process(ParseToken token, AcmParser parser, ContextBinding context, AttitudeDetermination container) Process an token.booleanAttitudeDeterminationSensorKey.process(ParseToken token, ContextBinding context, AttitudeDeterminationSensor container) Process an token.booleanAttitudeManeuverKey.process(ParseToken token, ContextBinding context, AttitudeManeuver data) Process an token.booleanAttitudePhysicalPropertiesKey.process(ParseToken token, ContextBinding context, AttitudePhysicalProperties data) Process an token.booleanAttitudeStateHistoryMetadataKey.process(ParseToken token, ContextBinding context, AttitudeStateHistoryMetadata container) Process an token. -
Uses of ParseToken in org.orekit.files.ccsds.ndm.adm.aem
Methods in org.orekit.files.ccsds.ndm.adm.aem with parameters of type ParseTokenModifier and TypeMethodDescriptionbooleanAemMetadataKey.process(ParseToken token, ContextBinding context, AemMetadata container) Process an token.booleanAttitudeEntryKey.process(ParseToken token, ContextBinding context, org.orekit.files.ccsds.ndm.adm.aem.AttitudeEntry container) Process an token. -
Uses of ParseToken in org.orekit.files.ccsds.ndm.adm.apm
Methods in org.orekit.files.ccsds.ndm.adm.apm with parameters of type ParseTokenModifier and TypeMethodDescriptionbooleanAngularVelocityKey.process(ParseToken token, ContextBinding context, AngularVelocity container) Process one token.booleanApmQuaternionKey.process(ParseToken token, ContextBinding context, ApmQuaternion container, ParseToken.DateConsumer epochSetter) Process one token.booleanEulerKey.process(ParseToken token, ContextBinding context, Euler container) Process one token.booleanInertiaKey.process(ParseToken token, ContextBinding context, Inertia data) Process an token.booleanManeuverKey.process(ParseToken token, ContextBinding context, Maneuver container) Process one token.booleanSpinStabilizedKey.process(ParseToken token, ContextBinding context, SpinStabilized container) Process one token. -
Uses of ParseToken in org.orekit.files.ccsds.ndm.cdm
Methods in org.orekit.files.ccsds.ndm.cdm with parameters of type ParseTokenModifier and TypeMethodDescriptionbooleanAdditionalCovarianceMetadataKey.process(ParseToken token, ContextBinding context, AdditionalCovarianceMetadata container) Process one token.booleanAdditionalParametersKey.process(ParseToken token, ContextBinding context, AdditionalParameters container) Process one token.booleanCdmHeaderKey.process(ParseToken token, ContextBinding context, CdmHeader header) Process an token.booleanCdmMetadataKey.process(ParseToken token, ContextBinding context, CdmMetadata container) Process an token.booleanCdmRelativeMetadataKey.process(ParseToken token, ContextBinding context, CdmRelativeMetadata container) Process one token.booleanODParametersKey.process(ParseToken token, ContextBinding context, ODParameters container) Process one token.booleanRTNCovarianceKey.process(ParseToken token, ContextBinding context, RTNCovariance container) Process one token.booleanSigmaEigenvectorsCovarianceKey.process(ParseToken token, ContextBinding context, SigmaEigenvectorsCovariance container) Process one token.booleanStateVectorKey.process(ParseToken token, ContextBinding context, StateVector container) Process one token.booleanXmlSubStructureKey.process(ParseToken token, CdmParser parser) Process one token.booleanXYZCovarianceKey.process(ParseToken token, ContextBinding context, XYZCovariance container) Process one token.booleanCdmHeaderProcessingState.processToken(ParseToken token) Process one token. -
Uses of ParseToken in org.orekit.files.ccsds.ndm.odm
Methods in org.orekit.files.ccsds.ndm.odm with parameters of type ParseTokenModifier and TypeMethodDescriptionbooleanCartesianCovarianceKey.process(ParseToken token, ContextBinding context, CartesianCovariance container) Process one token.booleanCommonMetadataKey.process(ParseToken token, ContextBinding context, OdmCommonMetadata container) Process one token.booleanKeplerianElementsKey.process(ParseToken token, ContextBinding context, KeplerianElements container) Process one token.booleanOdmMetadataKey.process(ParseToken token, ContextBinding context, OdmMetadata container) Process one token.booleanSpacecraftParametersKey.process(ParseToken token, ContextBinding context, SpacecraftParameters container) Process one token.booleanStateVectorKey.process(ParseToken token, ContextBinding context, StateVector container) Process one token. -
Uses of ParseToken in org.orekit.files.ccsds.ndm.odm.ocm
Methods in org.orekit.files.ccsds.ndm.odm.ocm with parameters of type ParseTokenModifier and TypeMethodDescriptionbooleanOcmDataSubStructureKey.process(ParseToken token, OcmParser parser) Process one token.booleanOcmMetadataKey.process(ParseToken token, ContextBinding context, OcmMetadata container) Process an token.booleanOrbitCovarianceHistoryMetadataKey.process(ParseToken token, ContextBinding context, OrbitCovarianceHistoryMetadata container) Process an token.booleanOrbitDeterminationKey.process(ParseToken token, ContextBinding context, OrbitDetermination container) Process an token.booleanOrbitManeuverHistoryMetadataKey.process(ParseToken token, ContextBinding context, OrbitManeuverHistoryMetadata container) Process an token.booleanOrbitPhysicalPropertiesKey.process(ParseToken token, ContextBinding context, OrbitPhysicalProperties data) Process an token.booleanPerturbationsKey.process(ParseToken token, ContextBinding context, Perturbations container) Process an token.booleanTrajectoryStateHistoryMetadataKey.process(ParseToken token, ContextBinding context, TrajectoryStateHistoryMetadata container) Process an token. -
Uses of ParseToken in org.orekit.files.ccsds.ndm.odm.oem
Methods in org.orekit.files.ccsds.ndm.odm.oem with parameters of type ParseTokenModifier and TypeMethodDescriptionbooleanOemMetadataKey.process(ParseToken token, ContextBinding context, OemMetadata container) Process an token. -
Uses of ParseToken in org.orekit.files.ccsds.ndm.odm.omm
Methods in org.orekit.files.ccsds.ndm.odm.omm with parameters of type ParseTokenModifier and TypeMethodDescriptionbooleanOmmMetadataKey.process(ParseToken token, ContextBinding context, OmmMetadata container) Process one token.booleanOmmTleKey.process(ParseToken token, ContextBinding context, OmmTle container) Process one token. -
Uses of ParseToken in org.orekit.files.ccsds.ndm.odm.opm
Methods in org.orekit.files.ccsds.ndm.odm.opm with parameters of type ParseTokenModifier and TypeMethodDescriptionbooleanManeuverKey.process(ParseToken token, ContextBinding context, Maneuver container) Process one token. -
Uses of ParseToken in org.orekit.files.ccsds.ndm.tdm
Methods in org.orekit.files.ccsds.ndm.tdm with parameters of type ParseTokenModifier and TypeMethodDescriptionbooleanObservationType.process(ParseToken token, ContextBinding context, RangeUnitsConverter ruConverter, TdmMetadata metadata, ObservationsBlock observationsBlock) Process an observation line.booleanTdmDataKey.process(ParseToken token, ContextBinding context, ObservationsBlock observationsBlock) Process one token.booleanTdmMetadataKey.process(ParseToken token, ContextBinding context, TdmMetadata container) Process an token. -
Uses of ParseToken in org.orekit.files.ccsds.section
Methods in org.orekit.files.ccsds.section with parameters of type ParseTokenModifier and TypeMethodDescriptionbooleanHeaderKey.process(ParseToken token, ContextBinding context, Header header) Process an token.booleanKvnStructureKey.process(ParseToken token, AbstractConstituentParser<?, ?, ?> parser) Process an token.booleanMetadataKey.process(ParseToken token, ContextBinding context, Metadata metadata) Process an token.booleanXmlStructureKey.process(ParseToken token, AbstractConstituentParser<?, ?, ?> parser) Process an token.booleanHeaderProcessingState.processToken(ParseToken token) Process one token.booleanKvnStructureProcessingState.processToken(ParseToken token) Process one token.booleanXmlStructureProcessingState.processToken(ParseToken token) Process one token. -
Uses of ParseToken in org.orekit.files.ccsds.utils.lexical
Methods in org.orekit.files.ccsds.utils.lexical that return types with arguments of type ParseTokenModifier and TypeMethodDescriptionMessageVersionXmlTokenBuilder.buildTokens(boolean startTag, boolean isLeaf, String qName, String content, Map<String, String> attributes, int lineNumber, String fileName) Create a list of parse tokens.RegularXmlTokenBuilder.buildTokens(boolean startTag, boolean isLeaf, String qName, String content, Map<String, String> attributes, int lineNumber, String fileName) Create a list of parse tokens.UserDefinedXmlTokenBuilder.buildTokens(boolean startTag, boolean isLeaf, String qName, String content, Map<String, String> attributes, int lineNumber, String fileName) Create a list of parse tokens.XmlTokenBuilder.buildTokens(boolean startTag, boolean isLeaf, String qName, String content, Map<String, String> attributes, int lineNumber, String fileName) Create a list of parse tokens.Methods in org.orekit.files.ccsds.utils.lexical with parameters of type ParseTokenModifier and TypeMethodDescriptionvoidMessageParser.process(ParseToken token) Process a parse token. -
Uses of ParseToken in org.orekit.files.ccsds.utils.parsing
Methods in org.orekit.files.ccsds.utils.parsing with parameters of type ParseTokenModifier and TypeMethodDescriptionvoidAbstractMessageParser.process(ParseToken token) Process a parse token.booleanErrorState.processToken(ParseToken token) Process one token.booleanProcessingState.processToken(ParseToken token) Process one token.