Class CoefficientsFactory.NSKey
java.lang.Object
org.orekit.propagation.semianalytical.dsst.utilities.CoefficientsFactory.NSKey
- All Implemented Interfaces:
Comparable<CoefficientsFactory.NSKey>
- Enclosing class:
CoefficientsFactory
public static class CoefficientsFactory.NSKey
extends Object
implements Comparable<CoefficientsFactory.NSKey>
Key formed by two integer values.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NSKey
public NSKey(int n, int s) Simple constructor.- Parameters:
n- ns- s
-
-
Method Details
-
getN
public int getN()Get n.- Returns:
- n
-
getS
public int getS()Get s.- Returns:
- s
-
compareTo
- Specified by:
compareToin interfaceComparable<CoefficientsFactory.NSKey>
-
equals
-
hashCode
public int hashCode()
-