Record Class OryzaFunctions.SUBGRN3
java.lang.Object
java.lang.Record
net.simplace.sim.components.experimental.oryza.OryzaFunctions.SUBGRN3
- Enclosing class:
- OryzaFunctions
public static record OryzaFunctions.SUBGRN3(double SUMTMI, double CNTTMI, double SF3SUM, double SF3CNT, double GNSP, double FLHAS, double SUNRIS, double FLTIME, double TAIRFL, double VPSFL, double RHFL, double TPANFL, double SF3, double SFHEAT, double SFCOLD, double SPFERT, double GRAINS, double GNGR, double COLDTT, double SFC1CNT, double SFC2CNT, double SFC1SUM, double SFC2SUM)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionSUBGRN3(double SUMTMI, double CNTTMI, double SF3SUM, double SF3CNT, double GNSP, double FLHAS, double SUNRIS, double FLTIME, double TAIRFL, double VPSFL, double RHFL, double TPANFL, double SF3, double SFHEAT, double SFCOLD, double SPFERT, double GRAINS, double GNGR, double COLDTT, double SFC1CNT, double SFC2CNT, double SFC1SUM, double SFC2SUM) Creates an instance of aSUBGRN3record class. -
Method Summary
Modifier and TypeMethodDescriptiondoubleCNTTMI()Returns the value of theCNTTMIrecord component.doubleCOLDTT()Returns the value of theCOLDTTrecord component.final booleanIndicates whether some other object is "equal to" this one.doubleFLHAS()Returns the value of theFLHASrecord component.doubleFLTIME()Returns the value of theFLTIMErecord component.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.doubleRHFL()Returns the value of theRHFLrecord component.doubleSF3()Returns the value of theSF3record component.doubleSF3CNT()Returns the value of theSF3CNTrecord component.doubleSF3SUM()Returns the value of theSF3SUMrecord component.doubleSFC1CNT()Returns the value of theSFC1CNTrecord component.doubleSFC1SUM()Returns the value of theSFC1SUMrecord component.doubleSFC2CNT()Returns the value of theSFC2CNTrecord component.doubleSFC2SUM()Returns the value of theSFC2SUMrecord component.doubleSFCOLD()Returns the value of theSFCOLDrecord component.doubleSFHEAT()Returns the value of theSFHEATrecord component.doubleSPFERT()Returns the value of theSPFERTrecord component.doubleSUMTMI()Returns the value of theSUMTMIrecord component.doubleSUNRIS()Returns the value of theSUNRISrecord component.doubleTAIRFL()Returns the value of theTAIRFLrecord component.final StringtoString()Returns a string representation of this record class.doubleTPANFL()Returns the value of theTPANFLrecord component.doubleVPSFL()Returns the value of theVPSFLrecord component.
-
Constructor Details
-
SUBGRN3
public SUBGRN3(double SUMTMI, double CNTTMI, double SF3SUM, double SF3CNT, double GNSP, double FLHAS, double SUNRIS, double FLTIME, double TAIRFL, double VPSFL, double RHFL, double TPANFL, double SF3, double SFHEAT, double SFCOLD, double SPFERT, double GRAINS, double GNGR, double COLDTT, double SFC1CNT, double SFC2CNT, double SFC1SUM, double SFC2SUM) Creates an instance of aSUBGRN3record class.- Parameters:
SUMTMI- the value for theSUMTMIrecord componentCNTTMI- the value for theCNTTMIrecord componentSF3SUM- the value for theSF3SUMrecord componentSF3CNT- the value for theSF3CNTrecord componentGNSP- the value for theGNSPrecord componentFLHAS- the value for theFLHASrecord componentSUNRIS- the value for theSUNRISrecord componentFLTIME- the value for theFLTIMErecord componentTAIRFL- the value for theTAIRFLrecord componentVPSFL- the value for theVPSFLrecord componentRHFL- the value for theRHFLrecord componentTPANFL- the value for theTPANFLrecord componentSF3- the value for theSF3record componentSFHEAT- the value for theSFHEATrecord componentSFCOLD- the value for theSFCOLDrecord componentSPFERT- the value for theSPFERTrecord componentGRAINS- the value for theGRAINSrecord componentGNGR- the value for theGNGRrecord componentCOLDTT- the value for theCOLDTTrecord componentSFC1CNT- the value for theSFC1CNTrecord componentSFC2CNT- the value for theSFC2CNTrecord componentSFC1SUM- the value for theSFC1SUMrecord componentSFC2SUM- the value for theSFC2SUMrecord 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 '=='. -
SUMTMI
public double SUMTMI()Returns the value of theSUMTMIrecord component.- Returns:
- the value of the
SUMTMIrecord component
-
CNTTMI
public double CNTTMI()Returns the value of theCNTTMIrecord component.- Returns:
- the value of the
CNTTMIrecord component
-
SF3SUM
public double SF3SUM()Returns the value of theSF3SUMrecord component.- Returns:
- the value of the
SF3SUMrecord component
-
SF3CNT
public double SF3CNT()Returns the value of theSF3CNTrecord component.- Returns:
- the value of the
SF3CNTrecord component
-
GNSP
public double GNSP()Returns the value of theGNSPrecord component.- Returns:
- the value of the
GNSPrecord component
-
FLHAS
public double FLHAS()Returns the value of theFLHASrecord component.- Returns:
- the value of the
FLHASrecord component
-
SUNRIS
public double SUNRIS()Returns the value of theSUNRISrecord component.- Returns:
- the value of the
SUNRISrecord component
-
FLTIME
public double FLTIME()Returns the value of theFLTIMErecord component.- Returns:
- the value of the
FLTIMErecord component
-
TAIRFL
public double TAIRFL()Returns the value of theTAIRFLrecord component.- Returns:
- the value of the
TAIRFLrecord component
-
VPSFL
public double VPSFL()Returns the value of theVPSFLrecord component.- Returns:
- the value of the
VPSFLrecord component
-
RHFL
public double RHFL()Returns the value of theRHFLrecord component.- Returns:
- the value of the
RHFLrecord component
-
TPANFL
public double TPANFL()Returns the value of theTPANFLrecord component.- Returns:
- the value of the
TPANFLrecord component
-
SF3
public double SF3()Returns the value of theSF3record component.- Returns:
- the value of the
SF3record component
-
SFHEAT
public double SFHEAT()Returns the value of theSFHEATrecord component.- Returns:
- the value of the
SFHEATrecord component
-
SFCOLD
public double SFCOLD()Returns the value of theSFCOLDrecord component.- Returns:
- the value of the
SFCOLDrecord component
-
SPFERT
public double SPFERT()Returns the value of theSPFERTrecord component.- Returns:
- the value of the
SPFERTrecord component
-
GRAINS
public double GRAINS()Returns the value of theGRAINSrecord component.- Returns:
- the value of the
GRAINSrecord component
-
GNGR
public double GNGR()Returns the value of theGNGRrecord component.- Returns:
- the value of the
GNGRrecord component
-
COLDTT
public double COLDTT()Returns the value of theCOLDTTrecord component.- Returns:
- the value of the
COLDTTrecord component
-
SFC1CNT
public double SFC1CNT()Returns the value of theSFC1CNTrecord component.- Returns:
- the value of the
SFC1CNTrecord component
-
SFC2CNT
public double SFC2CNT()Returns the value of theSFC2CNTrecord component.- Returns:
- the value of the
SFC2CNTrecord component
-
SFC1SUM
public double SFC1SUM()Returns the value of theSFC1SUMrecord component.- Returns:
- the value of the
SFC1SUMrecord component
-
SFC2SUM
public double SFC2SUM()Returns the value of theSFC2SUMrecord component.- Returns:
- the value of the
SFC2SUMrecord component
-