Record Class LintulCCFunctions.TOTASSResult

java.lang.Object
java.lang.Record
net.simplace.sim.components.experimental.lintulcc.LintulCCFunctions.TOTASSResult
Enclosing class:
LintulCCFunctions

public static record LintulCCFunctions.TOTASSResult(double DTGA, double DS0, double DRScropH2O, double FSLLA, double AMAXsun, double AMAXshade, double EFFsun, double EFFshade, double DFGROsun, double DFGROshade, double DgsCO2, double CO2Isun, double CO2Ishade, double GSsunH2O, double GSshadeH2O) extends Record
  • Constructor Summary

    Constructors
    Constructor
    Description
    TOTASSResult(double DTGA, double DS0, double DRScropH2O, double FSLLA, double AMAXsun, double AMAXshade, double EFFsun, double EFFshade, double DFGROsun, double DFGROshade, double DgsCO2, double CO2Isun, double CO2Ishade, double GSsunH2O, double GSshadeH2O)
    Creates an instance of a TOTASSResult record class.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Returns the value of the AMAXshade record component.
    double
    Returns the value of the AMAXsun record component.
    double
    Returns the value of the CO2Ishade record component.
    double
    Returns the value of the CO2Isun record component.
    double
    Returns the value of the DFGROshade record component.
    double
    Returns the value of the DFGROsun record component.
    double
    Returns the value of the DgsCO2 record component.
    double
    Returns the value of the DRScropH2O record component.
    double
    DS0()
    Returns the value of the DS0 record component.
    double
    Returns the value of the DTGA record component.
    double
    Returns the value of the EFFshade record component.
    double
    Returns the value of the EFFsun record component.
    final boolean
    Indicates whether some other object is "equal to" this one.
    double
    Returns the value of the FSLLA record component.
    double
    Returns the value of the GSshadeH2O record component.
    double
    Returns the value of the GSsunH2O record component.
    final int
    Returns a hash code value for this object.
    final String
    Returns a string representation of this record class.

    Methods inherited from class java.lang.Object

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

    • TOTASSResult

      public TOTASSResult(double DTGA, double DS0, double DRScropH2O, double FSLLA, double AMAXsun, double AMAXshade, double EFFsun, double EFFshade, double DFGROsun, double DFGROshade, double DgsCO2, double CO2Isun, double CO2Ishade, double GSsunH2O, double GSshadeH2O)
      Creates an instance of a TOTASSResult record class.
      Parameters:
      DTGA - the value for the DTGA record component
      DS0 - the value for the DS0 record component
      DRScropH2O - the value for the DRScropH2O record component
      FSLLA - the value for the FSLLA record component
      AMAXsun - the value for the AMAXsun record component
      AMAXshade - the value for the AMAXshade record component
      EFFsun - the value for the EFFsun record component
      EFFshade - the value for the EFFshade record component
      DFGROsun - the value for the DFGROsun record component
      DFGROshade - the value for the DFGROshade record component
      DgsCO2 - the value for the DgsCO2 record component
      CO2Isun - the value for the CO2Isun record component
      CO2Ishade - the value for the CO2Ishade record component
      GSsunH2O - the value for the GSsunH2O record component
      GSshadeH2O - the value for the GSshadeH2O 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.
    • DTGA

      public double DTGA()
      Returns the value of the DTGA record component.
      Returns:
      the value of the DTGA record component
    • DS0

      public double DS0()
      Returns the value of the DS0 record component.
      Returns:
      the value of the DS0 record component
    • DRScropH2O

      public double DRScropH2O()
      Returns the value of the DRScropH2O record component.
      Returns:
      the value of the DRScropH2O record component
    • FSLLA

      public double FSLLA()
      Returns the value of the FSLLA record component.
      Returns:
      the value of the FSLLA record component
    • AMAXsun

      public double AMAXsun()
      Returns the value of the AMAXsun record component.
      Returns:
      the value of the AMAXsun record component
    • AMAXshade

      public double AMAXshade()
      Returns the value of the AMAXshade record component.
      Returns:
      the value of the AMAXshade record component
    • EFFsun

      public double EFFsun()
      Returns the value of the EFFsun record component.
      Returns:
      the value of the EFFsun record component
    • EFFshade

      public double EFFshade()
      Returns the value of the EFFshade record component.
      Returns:
      the value of the EFFshade record component
    • DFGROsun

      public double DFGROsun()
      Returns the value of the DFGROsun record component.
      Returns:
      the value of the DFGROsun record component
    • DFGROshade

      public double DFGROshade()
      Returns the value of the DFGROshade record component.
      Returns:
      the value of the DFGROshade record component
    • DgsCO2

      public double DgsCO2()
      Returns the value of the DgsCO2 record component.
      Returns:
      the value of the DgsCO2 record component
    • CO2Isun

      public double CO2Isun()
      Returns the value of the CO2Isun record component.
      Returns:
      the value of the CO2Isun record component
    • CO2Ishade

      public double CO2Ishade()
      Returns the value of the CO2Ishade record component.
      Returns:
      the value of the CO2Ishade record component
    • GSsunH2O

      public double GSsunH2O()
      Returns the value of the GSsunH2O record component.
      Returns:
      the value of the GSsunH2O record component
    • GSshadeH2O

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