Record Class LintulCCFunctions.ASSIMROzoneResult

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

public static record LintulCCFunctions.ASSIMROzoneResult(double FGROS, double FSLLA, double GScropH2O, double AMAXsun, double AMAXshade, double EFFsun, double EFFshade, double FGROSsun, double FGROSshade, double CO2Isun, double CO2Ishade, double GSsunH2O, double GSshadeH2O, double OZIFsun, double OZIFshade, double DAMAXsun, double DAMAXshade, double IterationCount) extends Record
  • Constructor Summary

    Constructors
    Constructor
    Description
    ASSIMROzoneResult(double FGROS, double FSLLA, double GScropH2O, double AMAXsun, double AMAXshade, double EFFsun, double EFFshade, double FGROSsun, double FGROSshade, double CO2Isun, double CO2Ishade, double GSsunH2O, double GSshadeH2O, double OZIFsun, double OZIFshade, double DAMAXsun, double DAMAXshade, double IterationCount)
    Creates an instance of a ASSIMROzoneResult 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 DAMAXshade record component.
    double
    Returns the value of the DAMAXsun 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 FGROS record component.
    double
    Returns the value of the FGROSshade record component.
    double
    Returns the value of the FGROSsun record component.
    double
    Returns the value of the FSLLA record component.
    double
    Returns the value of the GScropH2O 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.
    double
    Returns the value of the IterationCount record component.
    double
    Returns the value of the OZIFshade record component.
    double
    Returns the value of the OZIFsun record component.
    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

    • ASSIMROzoneResult

      public ASSIMROzoneResult(double FGROS, double FSLLA, double GScropH2O, double AMAXsun, double AMAXshade, double EFFsun, double EFFshade, double FGROSsun, double FGROSshade, double CO2Isun, double CO2Ishade, double GSsunH2O, double GSshadeH2O, double OZIFsun, double OZIFshade, double DAMAXsun, double DAMAXshade, double IterationCount)
      Creates an instance of a ASSIMROzoneResult record class.
      Parameters:
      FGROS - the value for the FGROS record component
      FSLLA - the value for the FSLLA record component
      GScropH2O - the value for the GScropH2O 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
      FGROSsun - the value for the FGROSsun record component
      FGROSshade - the value for the FGROSshade 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
      OZIFsun - the value for the OZIFsun record component
      OZIFshade - the value for the OZIFshade record component
      DAMAXsun - the value for the DAMAXsun record component
      DAMAXshade - the value for the DAMAXshade record component
      IterationCount - the value for the IterationCount 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.
    • FGROS

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

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

      public double GScropH2O()
      Returns the value of the GScropH2O record component.
      Returns:
      the value of the GScropH2O 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
    • FGROSsun

      public double FGROSsun()
      Returns the value of the FGROSsun record component.
      Returns:
      the value of the FGROSsun record component
    • FGROSshade

      public double FGROSshade()
      Returns the value of the FGROSshade record component.
      Returns:
      the value of the FGROSshade 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
    • OZIFsun

      public double OZIFsun()
      Returns the value of the OZIFsun record component.
      Returns:
      the value of the OZIFsun record component
    • OZIFshade

      public double OZIFshade()
      Returns the value of the OZIFshade record component.
      Returns:
      the value of the OZIFshade record component
    • DAMAXsun

      public double DAMAXsun()
      Returns the value of the DAMAXsun record component.
      Returns:
      the value of the DAMAXsun record component
    • DAMAXshade

      public double DAMAXshade()
      Returns the value of the DAMAXshade record component.
      Returns:
      the value of the DAMAXshade record component
    • IterationCount

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