Record Class OryzaFunctions.SUBGRN
java.lang.Object
java.lang.Record
net.simplace.sim.components.experimental.oryza.OryzaFunctions.SUBGRN
- Enclosing class:
- OryzaFunctions
public static record OryzaFunctions.SUBGRN(double GRAINS, double COLDTT, double TFERT, double NTFERT, double SF1, double SF2, double SPFERT, double GNSP, double GNGR)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionSUBGRN(double GRAINS, double COLDTT, double TFERT, double NTFERT, double SF1, double SF2, double SPFERT, double GNSP, double GNGR) Creates an instance of aSUBGRNrecord class. -
Method Summary
Modifier and TypeMethodDescriptiondoubleCOLDTT()Returns the value of theCOLDTTrecord component.final booleanIndicates whether some other object is "equal to" this one.doubleGNGR()Returns the value of theGNGRrecord component.doubleGNSP()Returns the value of theGNSPrecord component.doubleGRAINS()Returns the value of theGRAINSrecord component.final inthashCode()Returns a hash code value for this object.doubleNTFERT()Returns the value of theNTFERTrecord component.doubleSF1()Returns the value of theSF1record component.doubleSF2()Returns the value of theSF2record component.doubleSPFERT()Returns the value of theSPFERTrecord component.doubleTFERT()Returns the value of theTFERTrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
SUBGRN
public SUBGRN(double GRAINS, double COLDTT, double TFERT, double NTFERT, double SF1, double SF2, double SPFERT, double GNSP, double GNGR) Creates an instance of aSUBGRNrecord class.- Parameters:
GRAINS- the value for theGRAINSrecord componentCOLDTT- the value for theCOLDTTrecord componentTFERT- the value for theTFERTrecord componentNTFERT- the value for theNTFERTrecord componentSF1- the value for theSF1record componentSF2- the value for theSF2record componentSPFERT- the value for theSPFERTrecord componentGNSP- the value for theGNSPrecord componentGNGR- the value for theGNGRrecord 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 '=='. -
GRAINS
public double GRAINS()Returns the value of theGRAINSrecord component.- Returns:
- the value of the
GRAINSrecord component
-
COLDTT
public double COLDTT()Returns the value of theCOLDTTrecord component.- Returns:
- the value of the
COLDTTrecord component
-
TFERT
public double TFERT()Returns the value of theTFERTrecord component.- Returns:
- the value of the
TFERTrecord component
-
NTFERT
public double NTFERT()Returns the value of theNTFERTrecord component.- Returns:
- the value of the
NTFERTrecord component
-
SF1
public double SF1()Returns the value of theSF1record component.- Returns:
- the value of the
SF1record component
-
SF2
public double SF2()Returns the value of theSF2record component.- Returns:
- the value of the
SF2record component
-
SPFERT
public double SPFERT()Returns the value of theSPFERTrecord component.- Returns:
- the value of the
SPFERTrecord component
-
GNSP
public double GNSP()Returns the value of theGNSPrecord component.- Returns:
- the value of the
GNSPrecord component
-
GNGR
public double GNGR()Returns the value of theGNGRrecord component.- Returns:
- the value of the
GNGRrecord component
-