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
ConstructorDescriptionTOTASSResult
(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 aTOTASSResult
record class. -
Method Summary
Modifier and TypeMethodDescriptiondouble
Returns the value of theAMAXshade
record component.double
AMAXsun()
Returns the value of theAMAXsun
record component.double
Returns the value of theCO2Ishade
record component.double
CO2Isun()
Returns the value of theCO2Isun
record component.double
Returns the value of theDFGROshade
record component.double
DFGROsun()
Returns the value of theDFGROsun
record component.double
DgsCO2()
Returns the value of theDgsCO2
record component.double
Returns the value of theDRScropH2O
record component.double
DS0()
Returns the value of theDS0
record component.double
DTGA()
Returns the value of theDTGA
record component.double
EFFshade()
Returns the value of theEFFshade
record component.double
EFFsun()
Returns the value of theEFFsun
record component.final boolean
Indicates whether some other object is "equal to" this one.double
FSLLA()
Returns the value of theFSLLA
record component.double
Returns the value of theGSshadeH2O
record component.double
GSsunH2O()
Returns the value of theGSsunH2O
record component.final int
hashCode()
Returns a hash code value for this object.final String
toString()
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 aTOTASSResult
record class.- Parameters:
DTGA
- the value for theDTGA
record componentDS0
- the value for theDS0
record componentDRScropH2O
- the value for theDRScropH2O
record componentFSLLA
- the value for theFSLLA
record componentAMAXsun
- the value for theAMAXsun
record componentAMAXshade
- the value for theAMAXshade
record componentEFFsun
- the value for theEFFsun
record componentEFFshade
- the value for theEFFshade
record componentDFGROsun
- the value for theDFGROsun
record componentDFGROshade
- the value for theDFGROshade
record componentDgsCO2
- the value for theDgsCO2
record componentCO2Isun
- the value for theCO2Isun
record componentCO2Ishade
- the value for theCO2Ishade
record componentGSsunH2O
- the value for theGSsunH2O
record componentGSshadeH2O
- the value for theGSshadeH2O
record 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 theDTGA
record component.- Returns:
- the value of the
DTGA
record component
-
DS0
public double DS0()Returns the value of theDS0
record component.- Returns:
- the value of the
DS0
record component
-
DRScropH2O
public double DRScropH2O()Returns the value of theDRScropH2O
record component.- Returns:
- the value of the
DRScropH2O
record component
-
FSLLA
public double FSLLA()Returns the value of theFSLLA
record component.- Returns:
- the value of the
FSLLA
record component
-
AMAXsun
public double AMAXsun()Returns the value of theAMAXsun
record component.- Returns:
- the value of the
AMAXsun
record component
-
AMAXshade
public double AMAXshade()Returns the value of theAMAXshade
record component.- Returns:
- the value of the
AMAXshade
record component
-
EFFsun
public double EFFsun()Returns the value of theEFFsun
record component.- Returns:
- the value of the
EFFsun
record component
-
EFFshade
public double EFFshade()Returns the value of theEFFshade
record component.- Returns:
- the value of the
EFFshade
record component
-
DFGROsun
public double DFGROsun()Returns the value of theDFGROsun
record component.- Returns:
- the value of the
DFGROsun
record component
-
DFGROshade
public double DFGROshade()Returns the value of theDFGROshade
record component.- Returns:
- the value of the
DFGROshade
record component
-
DgsCO2
public double DgsCO2()Returns the value of theDgsCO2
record component.- Returns:
- the value of the
DgsCO2
record component
-
CO2Isun
public double CO2Isun()Returns the value of theCO2Isun
record component.- Returns:
- the value of the
CO2Isun
record component
-
CO2Ishade
public double CO2Ishade()Returns the value of theCO2Ishade
record component.- Returns:
- the value of the
CO2Ishade
record component
-
GSsunH2O
public double GSsunH2O()Returns the value of theGSsunH2O
record component.- Returns:
- the value of the
GSsunH2O
record component
-
GSshadeH2O
public double GSshadeH2O()Returns the value of theGSshadeH2O
record component.- Returns:
- the value of the
GSshadeH2O
record component
-