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
ConstructorDescriptionSUBGRN3
(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 aSUBGRN3
record class. -
Method Summary
Modifier and TypeMethodDescriptiondouble
CNTTMI()
Returns the value of theCNTTMI
record component.double
COLDTT()
Returns the value of theCOLDTT
record component.final boolean
Indicates whether some other object is "equal to" this one.double
FLHAS()
Returns the value of theFLHAS
record component.double
FLTIME()
Returns the value of theFLTIME
record component.double
GNGR()
Returns the value of theGNGR
record component.double
GNSP()
Returns the value of theGNSP
record component.double
GRAINS()
Returns the value of theGRAINS
record component.final int
hashCode()
Returns a hash code value for this object.double
RHFL()
Returns the value of theRHFL
record component.double
SF3()
Returns the value of theSF3
record component.double
SF3CNT()
Returns the value of theSF3CNT
record component.double
SF3SUM()
Returns the value of theSF3SUM
record component.double
SFC1CNT()
Returns the value of theSFC1CNT
record component.double
SFC1SUM()
Returns the value of theSFC1SUM
record component.double
SFC2CNT()
Returns the value of theSFC2CNT
record component.double
SFC2SUM()
Returns the value of theSFC2SUM
record component.double
SFCOLD()
Returns the value of theSFCOLD
record component.double
SFHEAT()
Returns the value of theSFHEAT
record component.double
SPFERT()
Returns the value of theSPFERT
record component.double
SUMTMI()
Returns the value of theSUMTMI
record component.double
SUNRIS()
Returns the value of theSUNRIS
record component.double
TAIRFL()
Returns the value of theTAIRFL
record component.final String
toString()
Returns a string representation of this record class.double
TPANFL()
Returns the value of theTPANFL
record component.double
VPSFL()
Returns the value of theVPSFL
record 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 aSUBGRN3
record class.- Parameters:
SUMTMI
- the value for theSUMTMI
record componentCNTTMI
- the value for theCNTTMI
record componentSF3SUM
- the value for theSF3SUM
record componentSF3CNT
- the value for theSF3CNT
record componentGNSP
- the value for theGNSP
record componentFLHAS
- the value for theFLHAS
record componentSUNRIS
- the value for theSUNRIS
record componentFLTIME
- the value for theFLTIME
record componentTAIRFL
- the value for theTAIRFL
record componentVPSFL
- the value for theVPSFL
record componentRHFL
- the value for theRHFL
record componentTPANFL
- the value for theTPANFL
record componentSF3
- the value for theSF3
record componentSFHEAT
- the value for theSFHEAT
record componentSFCOLD
- the value for theSFCOLD
record componentSPFERT
- the value for theSPFERT
record componentGRAINS
- the value for theGRAINS
record componentGNGR
- the value for theGNGR
record componentCOLDTT
- the value for theCOLDTT
record componentSFC1CNT
- the value for theSFC1CNT
record componentSFC2CNT
- the value for theSFC2CNT
record componentSFC1SUM
- the value for theSFC1SUM
record componentSFC2SUM
- the value for theSFC2SUM
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 '=='. -
SUMTMI
public double SUMTMI()Returns the value of theSUMTMI
record component.- Returns:
- the value of the
SUMTMI
record component
-
CNTTMI
public double CNTTMI()Returns the value of theCNTTMI
record component.- Returns:
- the value of the
CNTTMI
record component
-
SF3SUM
public double SF3SUM()Returns the value of theSF3SUM
record component.- Returns:
- the value of the
SF3SUM
record component
-
SF3CNT
public double SF3CNT()Returns the value of theSF3CNT
record component.- Returns:
- the value of the
SF3CNT
record component
-
GNSP
public double GNSP()Returns the value of theGNSP
record component.- Returns:
- the value of the
GNSP
record component
-
FLHAS
public double FLHAS()Returns the value of theFLHAS
record component.- Returns:
- the value of the
FLHAS
record component
-
SUNRIS
public double SUNRIS()Returns the value of theSUNRIS
record component.- Returns:
- the value of the
SUNRIS
record component
-
FLTIME
public double FLTIME()Returns the value of theFLTIME
record component.- Returns:
- the value of the
FLTIME
record component
-
TAIRFL
public double TAIRFL()Returns the value of theTAIRFL
record component.- Returns:
- the value of the
TAIRFL
record component
-
VPSFL
public double VPSFL()Returns the value of theVPSFL
record component.- Returns:
- the value of the
VPSFL
record component
-
RHFL
public double RHFL()Returns the value of theRHFL
record component.- Returns:
- the value of the
RHFL
record component
-
TPANFL
public double TPANFL()Returns the value of theTPANFL
record component.- Returns:
- the value of the
TPANFL
record component
-
SF3
public double SF3()Returns the value of theSF3
record component.- Returns:
- the value of the
SF3
record component
-
SFHEAT
public double SFHEAT()Returns the value of theSFHEAT
record component.- Returns:
- the value of the
SFHEAT
record component
-
SFCOLD
public double SFCOLD()Returns the value of theSFCOLD
record component.- Returns:
- the value of the
SFCOLD
record component
-
SPFERT
public double SPFERT()Returns the value of theSPFERT
record component.- Returns:
- the value of the
SPFERT
record component
-
GRAINS
public double GRAINS()Returns the value of theGRAINS
record component.- Returns:
- the value of the
GRAINS
record component
-
GNGR
public double GNGR()Returns the value of theGNGR
record component.- Returns:
- the value of the
GNGR
record component
-
COLDTT
public double COLDTT()Returns the value of theCOLDTT
record component.- Returns:
- the value of the
COLDTT
record component
-
SFC1CNT
public double SFC1CNT()Returns the value of theSFC1CNT
record component.- Returns:
- the value of the
SFC1CNT
record component
-
SFC2CNT
public double SFC2CNT()Returns the value of theSFC2CNT
record component.- Returns:
- the value of the
SFC2CNT
record component
-
SFC1SUM
public double SFC1SUM()Returns the value of theSFC1SUM
record component.- Returns:
- the value of the
SFC1SUM
record component
-
SFC2SUM
public double SFC2SUM()Returns the value of theSFC2SUM
record component.- Returns:
- the value of the
SFC2SUM
record component
-