Record Class LintulCCFunctions.ASTROResult
java.lang.Object
java.lang.Record
net.simplace.sim.components.experimental.lintulcc.LintulCCFunctions.ASTROResult
- Enclosing class:
- LintulCCFunctions
public static record LintulCCFunctions.ASTROResult(double SC, double DS0, double SINLD, double COSLD, double DAYL, double DSINB, double DSINBE)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionASTROResult(double SC, double DS0, double SINLD, double COSLD, double DAYL, double DSINB, double DSINBE) Creates an instance of aASTROResultrecord class. -
Method Summary
Modifier and TypeMethodDescriptiondoubleCOSLD()Returns the value of theCOSLDrecord component.doubleDAYL()Returns the value of theDAYLrecord component.doubleDS0()Returns the value of theDS0record component.doubleDSINB()Returns the value of theDSINBrecord component.doubleDSINBE()Returns the value of theDSINBErecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.doubleSC()Returns the value of theSCrecord component.doubleSINLD()Returns the value of theSINLDrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
ASTROResult
public ASTROResult(double SC, double DS0, double SINLD, double COSLD, double DAYL, double DSINB, double DSINBE) Creates an instance of aASTROResultrecord class.- Parameters:
SC- the value for theSCrecord componentDS0- the value for theDS0record componentSINLD- the value for theSINLDrecord componentCOSLD- the value for theCOSLDrecord componentDAYL- the value for theDAYLrecord componentDSINB- the value for theDSINBrecord componentDSINBE- the value for theDSINBErecord component
-
-
Method Details
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared with '=='. -
SC
public double SC()Returns the value of theSCrecord component.- Returns:
- the value of the
SCrecord component
-
DS0
public double DS0()Returns the value of theDS0record component.- Returns:
- the value of the
DS0record component
-
SINLD
public double SINLD()Returns the value of theSINLDrecord component.- Returns:
- the value of the
SINLDrecord component
-
COSLD
public double COSLD()Returns the value of theCOSLDrecord component.- Returns:
- the value of the
COSLDrecord component
-
DAYL
public double DAYL()Returns the value of theDAYLrecord component.- Returns:
- the value of the
DAYLrecord component
-
DSINB
public double DSINB()Returns the value of theDSINBrecord component.- Returns:
- the value of the
DSINBrecord component
-
DSINBE
public double DSINBE()Returns the value of theDSINBErecord component.- Returns:
- the value of the
DSINBErecord component
-