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
ConstructorsConstructorDescriptionTOTASSResult(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 aTOTASSResultrecord class. -
Method Summary
Modifier and TypeMethodDescriptiondoubleReturns the value of theAMAXshaderecord component.doubleAMAXsun()Returns the value of theAMAXsunrecord component.doubleReturns the value of theCO2Ishaderecord component.doubleCO2Isun()Returns the value of theCO2Isunrecord component.doubleReturns the value of theDFGROshaderecord component.doubleDFGROsun()Returns the value of theDFGROsunrecord component.doubleDgsCO2()Returns the value of theDgsCO2record component.doubleReturns the value of theDRScropH2Orecord component.doubleDS0()Returns the value of theDS0record component.doubleDTGA()Returns the value of theDTGArecord component.doubleEFFshade()Returns the value of theEFFshaderecord component.doubleEFFsun()Returns the value of theEFFsunrecord component.final booleanIndicates whether some other object is "equal to" this one.doubleFSLLA()Returns the value of theFSLLArecord component.doubleReturns the value of theGSshadeH2Orecord component.doubleGSsunH2O()Returns the value of theGSsunH2Orecord component.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.
-
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 aTOTASSResultrecord class.- Parameters:
DTGA- the value for theDTGArecord componentDS0- the value for theDS0record componentDRScropH2O- the value for theDRScropH2Orecord componentFSLLA- the value for theFSLLArecord componentAMAXsun- the value for theAMAXsunrecord componentAMAXshade- the value for theAMAXshaderecord componentEFFsun- the value for theEFFsunrecord componentEFFshade- the value for theEFFshaderecord componentDFGROsun- the value for theDFGROsunrecord componentDFGROshade- the value for theDFGROshaderecord componentDgsCO2- the value for theDgsCO2record componentCO2Isun- the value for theCO2Isunrecord componentCO2Ishade- the value for theCO2Ishaderecord componentGSsunH2O- the value for theGSsunH2Orecord componentGSshadeH2O- the value for theGSshadeH2Orecord 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 '=='. -
DTGA
public double DTGA()Returns the value of theDTGArecord component.- Returns:
- the value of the
DTGArecord component
-
DS0
public double DS0()Returns the value of theDS0record component.- Returns:
- the value of the
DS0record component
-
DRScropH2O
public double DRScropH2O()Returns the value of theDRScropH2Orecord component.- Returns:
- the value of the
DRScropH2Orecord component
-
FSLLA
public double FSLLA()Returns the value of theFSLLArecord component.- Returns:
- the value of the
FSLLArecord component
-
AMAXsun
public double AMAXsun()Returns the value of theAMAXsunrecord component.- Returns:
- the value of the
AMAXsunrecord component
-
AMAXshade
public double AMAXshade()Returns the value of theAMAXshaderecord component.- Returns:
- the value of the
AMAXshaderecord component
-
EFFsun
public double EFFsun()Returns the value of theEFFsunrecord component.- Returns:
- the value of the
EFFsunrecord component
-
EFFshade
public double EFFshade()Returns the value of theEFFshaderecord component.- Returns:
- the value of the
EFFshaderecord component
-
DFGROsun
public double DFGROsun()Returns the value of theDFGROsunrecord component.- Returns:
- the value of the
DFGROsunrecord component
-
DFGROshade
public double DFGROshade()Returns the value of theDFGROshaderecord component.- Returns:
- the value of the
DFGROshaderecord component
-
DgsCO2
public double DgsCO2()Returns the value of theDgsCO2record component.- Returns:
- the value of the
DgsCO2record component
-
CO2Isun
public double CO2Isun()Returns the value of theCO2Isunrecord component.- Returns:
- the value of the
CO2Isunrecord component
-
CO2Ishade
public double CO2Ishade()Returns the value of theCO2Ishaderecord component.- Returns:
- the value of the
CO2Ishaderecord component
-
GSsunH2O
public double GSsunH2O()Returns the value of theGSsunH2Orecord component.- Returns:
- the value of the
GSsunH2Orecord component
-
GSshadeH2O
public double GSshadeH2O()Returns the value of theGSshadeH2Orecord component.- Returns:
- the value of the
GSshadeH2Orecord component
-