Package org.orekit.files.ilrs
Class CRDConfiguration.SoftwareConfiguration
java.lang.Object
org.orekit.files.ilrs.CRDConfiguration.BaseConfiguration
org.orekit.files.ilrs.CRDConfiguration.SoftwareConfiguration
- Enclosing class:
CRDConfiguration
public static class CRDConfiguration.SoftwareConfiguration
extends CRDConfiguration.BaseConfiguration
Container for software configuration record.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]Get the processing softwares.String[]Get the processing software versions.Get the software configuration ID.String[]Get the tracking softwares.String[]Get the tracking software versions.voidsetProcessingSoftwares(String[] processingSoftwares) Set the processing softwares.voidsetProcessingSoftwareVersions(String[] processingSoftwareVersions) Set the processing software versions.voidsetSoftwareId(String softwareId) Set the software configuration ID.voidsetTrackingSoftwares(String[] trackingSoftwares) Set the tracking softwares.voidsetTrackingSoftwareVersions(String[] trackingSoftwareVersions) Set the tracking software versions.Get a string representation of the instance in the CRD format.toString()Methods inherited from class org.orekit.files.ilrs.CRDConfiguration.BaseConfiguration
equals, getConfigurationId, hashCode, setConfigurationId
-
Constructor Details
-
SoftwareConfiguration
public SoftwareConfiguration()Empty constructor.This constructor is not strictly necessary, but it prevents spurious javadoc warnings with JDK 18 and later.
- Since:
- 12.0
-
-
Method Details
-
getSoftwareId
Get the software configuration ID.- Returns:
- the software configuration ID.
-
setSoftwareId
Set the software configuration ID.- Parameters:
softwareId- the software configuration ID
-
getTrackingSoftwares
Get the tracking softwares.- Returns:
- the tracking softwares
-
setTrackingSoftwares
Set the tracking softwares.- Parameters:
trackingSoftwares- the tracking softwares to set
-
getTrackingSoftwareVersions
Get the tracking software versions.- Returns:
- the tracking software versions
-
setTrackingSoftwareVersions
Set the tracking software versions.- Parameters:
trackingSoftwareVersions- the tracking software versions to set
-
getProcessingSoftwares
Get the processing softwares.- Returns:
- the processing softwares
-
setProcessingSoftwares
Set the processing softwares.- Parameters:
processingSoftwares- the processing softwares to set
-
getProcessingSoftwareVersions
Get the processing software versions.- Returns:
- the processing software versions
-
setProcessingSoftwareVersions
Set the processing software versions.- Parameters:
processingSoftwareVersions- the processing software versions to set
-
toCrdString
Get a string representation of the instance in the CRD format.- Specified by:
toCrdStringin classCRDConfiguration.BaseConfiguration- Returns:
- a string representation of the instance, in the CRD format.
-
toString
-