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
ConstructorDescriptionSUBLAI
(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 aSUBLAI
record class. -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Indicates whether some other object is "equal to" this one.double
GLAI()
Returns the value of theGLAI
record component.final int
hashCode()
Returns a hash code value for this object.double
LAIEXP()
Returns the value of theLAIEXP
record component.double
LAIEXS()
Returns the value of theLAIEXS
record component.double
RGRL()
Returns the value of theRGRL
record component.boolean
TESTL()
Returns the value of theTESTL
record component.double
TESTSET()
Returns the value of theTESTSET
record component.final String
toString()
Returns a string representation of this record class.double
TSHCKL()
Returns the value of theTSHCKL
record component.double
TSLVTR()
Returns the value of theTSLVTR
record component.double
WLVGEXP()
Returns the value of theWLVGEXP
record component.double
WLVGEXS()
Returns the value of theWLVGEXS
record component.int
X()
Returns the value of theX
record 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 aSUBLAI
record class.- Parameters:
X
- the value for theX
record componentTESTL
- the value for theTESTL
record componentTESTSET
- the value for theTESTSET
record componentWLVGEXS
- the value for theWLVGEXS
record componentLAIEXS
- the value for theLAIEXS
record componentWLVGEXP
- the value for theWLVGEXP
record componentLAIEXP
- the value for theLAIEXP
record componentTSHCKL
- the value for theTSHCKL
record componentTSLVTR
- the value for theTSLVTR
record componentGLAI
- the value for theGLAI
record componentRGRL
- the value for theRGRL
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 '=='. -
X
public int X()Returns the value of theX
record component.- Returns:
- the value of the
X
record component
-
TESTL
public boolean TESTL()Returns the value of theTESTL
record component.- Returns:
- the value of the
TESTL
record component
-
TESTSET
public double TESTSET()Returns the value of theTESTSET
record component.- Returns:
- the value of the
TESTSET
record component
-
WLVGEXS
public double WLVGEXS()Returns the value of theWLVGEXS
record component.- Returns:
- the value of the
WLVGEXS
record component
-
LAIEXS
public double LAIEXS()Returns the value of theLAIEXS
record component.- Returns:
- the value of the
LAIEXS
record component
-
WLVGEXP
public double WLVGEXP()Returns the value of theWLVGEXP
record component.- Returns:
- the value of the
WLVGEXP
record component
-
LAIEXP
public double LAIEXP()Returns the value of theLAIEXP
record component.- Returns:
- the value of the
LAIEXP
record component
-
TSHCKL
public double TSHCKL()Returns the value of theTSHCKL
record component.- Returns:
- the value of the
TSHCKL
record component
-
TSLVTR
public double TSLVTR()Returns the value of theTSLVTR
record component.- Returns:
- the value of the
TSLVTR
record component
-
GLAI
public double GLAI()Returns the value of theGLAI
record component.- Returns:
- the value of the
GLAI
record component
-
RGRL
public double RGRL()Returns the value of theRGRL
record component.- Returns:
- the value of the
RGRL
record component
-