Record Class OryzaFunctions.PADDY

java.lang.Object
java.lang.Record
net.simplace.sim.components.experimental.oryza.OryzaFunctions.PADDY
Enclosing class:
OryzaFunctions

public static record OryzaFunctions.PADDY(double WLOCH, double WLOFILL, Double[] WLFL, Double[] WLCH, double CAPTOT, double GWTOT, double EVSW, double RUNOF, double HSPREV, double DSPW) extends Record
  • Constructor Summary

    Constructors
    Constructor
    Description
    PADDY(double WLOCH, double WLOFILL, Double[] WLFL, Double[] WLCH, double CAPTOT, double GWTOT, double EVSW, double RUNOF, double HSPREV, double DSPW)
    Creates an instance of a PADDY record class.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Returns the value of the CAPTOT record component.
    double
    Returns the value of the DSPW record component.
    final boolean
    Indicates whether some other object is "equal to" this one.
    double
    Returns the value of the EVSW record component.
    double
    Returns the value of the GWTOT record component.
    final int
    Returns a hash code value for this object.
    double
    Returns the value of the HSPREV record component.
    double
    Returns the value of the RUNOF record component.
    final String
    Returns a string representation of this record class.
    Returns the value of the WLCH record component.
    Returns the value of the WLFL record component.
    double
    Returns the value of the WLOCH record component.
    double
    Returns the value of the WLOFILL record component.

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • PADDY

      public PADDY(double WLOCH, double WLOFILL, Double[] WLFL, Double[] WLCH, double CAPTOT, double GWTOT, double EVSW, double RUNOF, double HSPREV, double DSPW)
      Creates an instance of a PADDY record class.
      Parameters:
      WLOCH - the value for the WLOCH record component
      WLOFILL - the value for the WLOFILL record component
      WLFL - the value for the WLFL record component
      WLCH - the value for the WLCH record component
      CAPTOT - the value for the CAPTOT record component
      GWTOT - the value for the GWTOT record component
      EVSW - the value for the EVSW record component
      RUNOF - the value for the RUNOF record component
      HSPREV - the value for the HSPREV record component
      DSPW - the value for the DSPW 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. Reference components are compared with Objects::equals(Object,Object); primitive components 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.
    • WLOCH

      public double WLOCH()
      Returns the value of the WLOCH record component.
      Returns:
      the value of the WLOCH record component
    • WLOFILL

      public double WLOFILL()
      Returns the value of the WLOFILL record component.
      Returns:
      the value of the WLOFILL record component
    • WLFL

      public Double[] WLFL()
      Returns the value of the WLFL record component.
      Returns:
      the value of the WLFL record component
    • WLCH

      public Double[] WLCH()
      Returns the value of the WLCH record component.
      Returns:
      the value of the WLCH record component
    • CAPTOT

      public double CAPTOT()
      Returns the value of the CAPTOT record component.
      Returns:
      the value of the CAPTOT record component
    • GWTOT

      public double GWTOT()
      Returns the value of the GWTOT record component.
      Returns:
      the value of the GWTOT record component
    • EVSW

      public double EVSW()
      Returns the value of the EVSW record component.
      Returns:
      the value of the EVSW record component
    • RUNOF

      public double RUNOF()
      Returns the value of the RUNOF record component.
      Returns:
      the value of the RUNOF record component
    • HSPREV

      public double HSPREV()
      Returns the value of the HSPREV record component.
      Returns:
      the value of the HSPREV record component
    • DSPW

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