Record Class OryzaFunctions.SUBLAI
java.lang.Object
java.lang.Record
net.simplace.sim.components.experimental.oryza.OryzaFunctions.SUBLAI
- Enclosing class:
- OryzaFunctions
public static record OryzaFunctions.SUBLAI(int X, boolean TESTL, double TESTSET, double WLVGEXS, double LAIEXS, double WLVGEXP, double LAIEXP, double TSHCKL, double TSLVTR, double GLAI, double RGRL)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionSUBLAI(int X, boolean TESTL, double TESTSET, double WLVGEXS, double LAIEXS, double WLVGEXP, double LAIEXP, double TSHCKL, double TSLVTR, double GLAI, double RGRL) Creates an instance of aSUBLAIrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.doubleGLAI()Returns the value of theGLAIrecord component.final inthashCode()Returns a hash code value for this object.doubleLAIEXP()Returns the value of theLAIEXPrecord component.doubleLAIEXS()Returns the value of theLAIEXSrecord component.doubleRGRL()Returns the value of theRGRLrecord component.booleanTESTL()Returns the value of theTESTLrecord component.doubleTESTSET()Returns the value of theTESTSETrecord component.final StringtoString()Returns a string representation of this record class.doubleTSHCKL()Returns the value of theTSHCKLrecord component.doubleTSLVTR()Returns the value of theTSLVTRrecord component.doubleWLVGEXP()Returns the value of theWLVGEXPrecord component.doubleWLVGEXS()Returns the value of theWLVGEXSrecord component.intX()Returns the value of theXrecord component.
-
Constructor Details
-
SUBLAI
public SUBLAI(int X, boolean TESTL, double TESTSET, double WLVGEXS, double LAIEXS, double WLVGEXP, double LAIEXP, double TSHCKL, double TSLVTR, double GLAI, double RGRL) Creates an instance of aSUBLAIrecord class.- Parameters:
X- the value for theXrecord componentTESTL- the value for theTESTLrecord componentTESTSET- the value for theTESTSETrecord componentWLVGEXS- the value for theWLVGEXSrecord componentLAIEXS- the value for theLAIEXSrecord componentWLVGEXP- the value for theWLVGEXPrecord componentLAIEXP- the value for theLAIEXPrecord componentTSHCKL- the value for theTSHCKLrecord componentTSLVTR- the value for theTSLVTRrecord componentGLAI- the value for theGLAIrecord componentRGRL- the value for theRGRLrecord 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 '=='. -
X
public int X()Returns the value of theXrecord component.- Returns:
- the value of the
Xrecord component
-
TESTL
public boolean TESTL()Returns the value of theTESTLrecord component.- Returns:
- the value of the
TESTLrecord component
-
TESTSET
public double TESTSET()Returns the value of theTESTSETrecord component.- Returns:
- the value of the
TESTSETrecord component
-
WLVGEXS
public double WLVGEXS()Returns the value of theWLVGEXSrecord component.- Returns:
- the value of the
WLVGEXSrecord component
-
LAIEXS
public double LAIEXS()Returns the value of theLAIEXSrecord component.- Returns:
- the value of the
LAIEXSrecord component
-
WLVGEXP
public double WLVGEXP()Returns the value of theWLVGEXPrecord component.- Returns:
- the value of the
WLVGEXPrecord component
-
LAIEXP
public double LAIEXP()Returns the value of theLAIEXPrecord component.- Returns:
- the value of the
LAIEXPrecord component
-
TSHCKL
public double TSHCKL()Returns the value of theTSHCKLrecord component.- Returns:
- the value of the
TSHCKLrecord component
-
TSLVTR
public double TSLVTR()Returns the value of theTSLVTRrecord component.- Returns:
- the value of the
TSLVTRrecord component
-
GLAI
public double GLAI()Returns the value of theGLAIrecord component.- Returns:
- the value of the
GLAIrecord component
-
RGRL
public double RGRL()Returns the value of theRGRLrecord component.- Returns:
- the value of the
RGRLrecord component
-