Package org.orekit.files.ccsds.ndm
Class Ndm
java.lang.Object
org.orekit.files.ccsds.ndm.Ndm
CCSDS Navigation Data Message.
This class is a container for comments and
constituents.- Since:
- 11.0
- Author:
- Luc Maisonobe
-
Constructor Summary
ConstructorsConstructorDescriptionNdm(List<String> comments, List<NdmConstituent<?, ?>> constituents) Simple constructor. -
Method Summary
Modifier and TypeMethodDescriptionGet an unmodifiable view of the comments.List<NdmConstituent<?, ?>> Get an unmodifiable view of the constituents.
-
Constructor Details
-
Ndm
Simple constructor.- Parameters:
comments- file commentsconstituents- constituents of the message
-
-
Method Details
-
getComments
Get an unmodifiable view of the comments.- Returns:
- unmodifiable view of the comment
-
getConstituents
Get an unmodifiable view of the constituents.- Returns:
- unmodifiable view of the constituents
-