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

    Constructors
    Constructor
    Description
    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 a SUBLAI record class.
  • Method Summary

    Modifier and Type
    Method
    Description
    final boolean
    Indicates whether some other object is "equal to" this one.
    double
    Returns the value of the GLAI record component.
    final int
    Returns a hash code value for this object.
    double
    Returns the value of the LAIEXP record component.
    double
    Returns the value of the LAIEXS record component.
    double
    Returns the value of the RGRL record component.
    boolean
    Returns the value of the TESTL record component.
    double
    Returns the value of the TESTSET record component.
    final String
    Returns a string representation of this record class.
    double
    Returns the value of the TSHCKL record component.
    double
    Returns the value of the TSLVTR record component.
    double
    Returns the value of the WLVGEXP record component.
    double
    Returns the value of the WLVGEXS record component.
    int
    X()
    Returns the value of the X record component.

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 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 a SUBLAI record class.
      Parameters:
      X - the value for the X record component
      TESTL - the value for the TESTL record component
      TESTSET - the value for the TESTSET record component
      WLVGEXS - the value for the WLVGEXS record component
      LAIEXS - the value for the LAIEXS record component
      WLVGEXP - the value for the WLVGEXP record component
      LAIEXP - the value for the LAIEXP record component
      TSHCKL - the value for the TSHCKL record component
      TSLVTR - the value for the TSLVTR record component
      GLAI - the value for the GLAI record component
      RGRL - the value for the RGRL record component
  • Method Details

    • toString

      public final String 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.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • 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.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object o)
      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 '=='.
      Specified by:
      equals in class Record
      Parameters:
      o - the object with which to compare
      Returns:
      true if this object is the same as the o argument; false otherwise.
    • X

      public int X()
      Returns the value of the X record component.
      Returns:
      the value of the X record component
    • TESTL

      public boolean TESTL()
      Returns the value of the TESTL record component.
      Returns:
      the value of the TESTL record component
    • TESTSET

      public double TESTSET()
      Returns the value of the TESTSET record component.
      Returns:
      the value of the TESTSET record component
    • WLVGEXS

      public double WLVGEXS()
      Returns the value of the WLVGEXS record component.
      Returns:
      the value of the WLVGEXS record component
    • LAIEXS

      public double LAIEXS()
      Returns the value of the LAIEXS record component.
      Returns:
      the value of the LAIEXS record component
    • WLVGEXP

      public double WLVGEXP()
      Returns the value of the WLVGEXP record component.
      Returns:
      the value of the WLVGEXP record component
    • LAIEXP

      public double LAIEXP()
      Returns the value of the LAIEXP record component.
      Returns:
      the value of the LAIEXP record component
    • TSHCKL

      public double TSHCKL()
      Returns the value of the TSHCKL record component.
      Returns:
      the value of the TSHCKL record component
    • TSLVTR

      public double TSLVTR()
      Returns the value of the TSLVTR record component.
      Returns:
      the value of the TSLVTR record component
    • GLAI

      public double GLAI()
      Returns the value of the GLAI record component.
      Returns:
      the value of the GLAI record component
    • RGRL

      public double RGRL()
      Returns the value of the RGRL record component.
      Returns:
      the value of the RGRL record component