Record Class OryzaFunctions.SUBGRN4
java.lang.Object
java.lang.Record
net.simplace.sim.components.experimental.oryza.OryzaFunctions.SUBGRN4
- Enclosing class:
- OryzaFunctions
public static record OryzaFunctions.SUBGRN4(boolean GRAINS, boolean PANEX, double COLDTT, double SFC1CNT, double SFC2CNT, double SFC1SUM, double SFC2SUM, double GCR2BF, double CNT2BF, double SUMTMI, double CNTTMI, double SF3SUM, double SF3CNT, double GNSP, double SF3, double SFHEAT, double SFCOLD, double SFCOLD1, double SFCOLD2, double SPFERT, double GNGR, double NSPJUV)
extends Record
-
Constructor Summary
ConstructorDescriptionSUBGRN4
(boolean GRAINS, boolean PANEX, double COLDTT, double SFC1CNT, double SFC2CNT, double SFC1SUM, double SFC2SUM, double GCR2BF, double CNT2BF, double SUMTMI, double CNTTMI, double SF3SUM, double SF3CNT, double GNSP, double SF3, double SFHEAT, double SFCOLD, double SFCOLD1, double SFCOLD2, double SPFERT, double GNGR, double NSPJUV) Creates an instance of aSUBGRN4
record class. -
Method Summary
Modifier and TypeMethodDescriptiondouble
CNT2BF()
Returns the value of theCNT2BF
record component.double
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
GCR2BF()
Returns the value of theGCR2BF
record component.double
GNGR()
Returns the value of theGNGR
record component.double
GNSP()
Returns the value of theGNSP
record component.boolean
GRAINS()
Returns the value of theGRAINS
record component.final int
hashCode()
Returns a hash code value for this object.double
NSPJUV()
Returns the value of theNSPJUV
record component.boolean
PANEX()
Returns the value of thePANEX
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
SFCOLD1()
Returns the value of theSFCOLD1
record component.double
SFCOLD2()
Returns the value of theSFCOLD2
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.final String
toString()
Returns a string representation of this record class.
-
Constructor Details
-
SUBGRN4
public SUBGRN4(boolean GRAINS, boolean PANEX, double COLDTT, double SFC1CNT, double SFC2CNT, double SFC1SUM, double SFC2SUM, double GCR2BF, double CNT2BF, double SUMTMI, double CNTTMI, double SF3SUM, double SF3CNT, double GNSP, double SF3, double SFHEAT, double SFCOLD, double SFCOLD1, double SFCOLD2, double SPFERT, double GNGR, double NSPJUV) Creates an instance of aSUBGRN4
record class.- Parameters:
GRAINS
- the value for theGRAINS
record componentPANEX
- the value for thePANEX
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 componentGCR2BF
- the value for theGCR2BF
record componentCNT2BF
- the value for theCNT2BF
record componentSUMTMI
- 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 componentSF3
- the value for theSF3
record componentSFHEAT
- the value for theSFHEAT
record componentSFCOLD
- the value for theSFCOLD
record componentSFCOLD1
- the value for theSFCOLD1
record componentSFCOLD2
- the value for theSFCOLD2
record componentSPFERT
- the value for theSPFERT
record componentGNGR
- the value for theGNGR
record componentNSPJUV
- the value for theNSPJUV
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 '=='. -
GRAINS
public boolean GRAINS()Returns the value of theGRAINS
record component.- Returns:
- the value of the
GRAINS
record component
-
PANEX
public boolean PANEX()Returns the value of thePANEX
record component.- Returns:
- the value of the
PANEX
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
-
GCR2BF
public double GCR2BF()Returns the value of theGCR2BF
record component.- Returns:
- the value of the
GCR2BF
record component
-
CNT2BF
public double CNT2BF()Returns the value of theCNT2BF
record component.- Returns:
- the value of the
CNT2BF
record component
-
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
-
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
-
SFCOLD1
public double SFCOLD1()Returns the value of theSFCOLD1
record component.- Returns:
- the value of the
SFCOLD1
record component
-
SFCOLD2
public double SFCOLD2()Returns the value of theSFCOLD2
record component.- Returns:
- the value of the
SFCOLD2
record component
-
SPFERT
public double SPFERT()Returns the value of theSPFERT
record component.- Returns:
- the value of the
SPFERT
record component
-
GNGR
public double GNGR()Returns the value of theGNGR
record component.- Returns:
- the value of the
GNGR
record component
-
NSPJUV
public double NSPJUV()Returns the value of theNSPJUV
record component.- Returns:
- the value of the
NSPJUV
record component
-