Record Class OryzaFunctions.SASTRO
java.lang.Object
java.lang.Record
net.simplace.sim.components.experimental.oryza.OryzaFunctions.SASTRO
- Enclosing class:
- OryzaFunctions
public static record OryzaFunctions.SASTRO(double SOLCON, double ANGOT, double DAYL, double DAYLP, double DSINB, double DSINBE, double SINLD, double COSLD)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionSASTRO(double SOLCON, double ANGOT, double DAYL, double DAYLP, double DSINB, double DSINBE, double SINLD, double COSLD) Creates an instance of aSASTROrecord class. -
Method Summary
Modifier and TypeMethodDescriptiondoubleANGOT()Returns the value of theANGOTrecord component.doubleCOSLD()Returns the value of theCOSLDrecord component.doubleDAYL()Returns the value of theDAYLrecord component.doubleDAYLP()Returns the value of theDAYLPrecord 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.doubleSINLD()Returns the value of theSINLDrecord component.doubleSOLCON()Returns the value of theSOLCONrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
SASTRO
public SASTRO(double SOLCON, double ANGOT, double DAYL, double DAYLP, double DSINB, double DSINBE, double SINLD, double COSLD) Creates an instance of aSASTROrecord class.- Parameters:
SOLCON- the value for theSOLCONrecord componentANGOT- the value for theANGOTrecord componentDAYL- the value for theDAYLrecord componentDAYLP- the value for theDAYLPrecord componentDSINB- the value for theDSINBrecord componentDSINBE- the value for theDSINBErecord componentSINLD- the value for theSINLDrecord componentCOSLD- the value for theCOSLDrecord 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 '=='. -
SOLCON
public double SOLCON()Returns the value of theSOLCONrecord component.- Returns:
- the value of the
SOLCONrecord component
-
ANGOT
public double ANGOT()Returns the value of theANGOTrecord component.- Returns:
- the value of the
ANGOTrecord component
-
DAYL
public double DAYL()Returns the value of theDAYLrecord component.- Returns:
- the value of the
DAYLrecord component
-
DAYLP
public double DAYLP()Returns the value of theDAYLPrecord component.- Returns:
- the value of the
DAYLPrecord 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
-
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
-