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
ConstructorDescriptionSASTRO
(double SOLCON, double ANGOT, double DAYL, double DAYLP, double DSINB, double DSINBE, double SINLD, double COSLD) Creates an instance of aSASTRO
record class. -
Method Summary
Modifier and TypeMethodDescriptiondouble
ANGOT()
Returns the value of theANGOT
record component.double
COSLD()
Returns the value of theCOSLD
record component.double
DAYL()
Returns the value of theDAYL
record component.double
DAYLP()
Returns the value of theDAYLP
record component.double
DSINB()
Returns the value of theDSINB
record component.double
DSINBE()
Returns the value of theDSINBE
record component.final boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.double
SINLD()
Returns the value of theSINLD
record component.double
SOLCON()
Returns the value of theSOLCON
record component.final String
toString()
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 aSASTRO
record class.- Parameters:
SOLCON
- the value for theSOLCON
record componentANGOT
- the value for theANGOT
record componentDAYL
- the value for theDAYL
record componentDAYLP
- the value for theDAYLP
record componentDSINB
- the value for theDSINB
record componentDSINBE
- the value for theDSINBE
record componentSINLD
- the value for theSINLD
record componentCOSLD
- the value for theCOSLD
record 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 theSOLCON
record component.- Returns:
- the value of the
SOLCON
record component
-
ANGOT
public double ANGOT()Returns the value of theANGOT
record component.- Returns:
- the value of the
ANGOT
record component
-
DAYL
public double DAYL()Returns the value of theDAYL
record component.- Returns:
- the value of the
DAYL
record component
-
DAYLP
public double DAYLP()Returns the value of theDAYLP
record component.- Returns:
- the value of the
DAYLP
record component
-
DSINB
public double DSINB()Returns the value of theDSINB
record component.- Returns:
- the value of the
DSINB
record component
-
DSINBE
public double DSINBE()Returns the value of theDSINBE
record component.- Returns:
- the value of the
DSINBE
record component
-
SINLD
public double SINLD()Returns the value of theSINLD
record component.- Returns:
- the value of the
SINLD
record component
-
COSLD
public double COSLD()Returns the value of theCOSLD
record component.- Returns:
- the value of the
COSLD
record component
-