Record Class LintulCCFunctions.radiation_and_vap
java.lang.Object
java.lang.Record
net.simplace.sim.components.experimental.lintulcc.LintulCCFunctions.radiation_and_vap
- Enclosing class:
- LintulCCFunctions
public static record LintulCCFunctions.radiation_and_vap(double SLOPE, double ORLOSS, double ONRAD, double G, double rho, double SVAP, double VAP)
extends Record
-
Constructor Summary
ConstructorDescriptionradiation_and_vap
(double SLOPE, double ORLOSS, double ONRAD, double G, double rho, double SVAP, double VAP) Creates an instance of aradiation_and_vap
record class. -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Indicates whether some other object is "equal to" this one.double
G()
Returns the value of theG
record component.final int
hashCode()
Returns a hash code value for this object.double
ONRAD()
Returns the value of theONRAD
record component.double
ORLOSS()
Returns the value of theORLOSS
record component.double
rho()
Returns the value of therho
record component.double
SLOPE()
Returns the value of theSLOPE
record component.double
SVAP()
Returns the value of theSVAP
record component.final String
toString()
Returns a string representation of this record class.double
VAP()
Returns the value of theVAP
record component.
-
Constructor Details
-
radiation_and_vap
public radiation_and_vap(double SLOPE, double ORLOSS, double ONRAD, double G, double rho, double SVAP, double VAP) Creates an instance of aradiation_and_vap
record class.- Parameters:
SLOPE
- the value for theSLOPE
record componentORLOSS
- the value for theORLOSS
record componentONRAD
- the value for theONRAD
record componentG
- the value for theG
record componentrho
- the value for therho
record componentSVAP
- the value for theSVAP
record componentVAP
- the value for theVAP
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 '=='. -
SLOPE
public double SLOPE()Returns the value of theSLOPE
record component.- Returns:
- the value of the
SLOPE
record component
-
ORLOSS
public double ORLOSS()Returns the value of theORLOSS
record component.- Returns:
- the value of the
ORLOSS
record component
-
ONRAD
public double ONRAD()Returns the value of theONRAD
record component.- Returns:
- the value of the
ONRAD
record component
-
G
public double G()Returns the value of theG
record component.- Returns:
- the value of the
G
record component
-
rho
public double rho()Returns the value of therho
record component.- Returns:
- the value of the
rho
record component
-
SVAP
public double SVAP()Returns the value of theSVAP
record component.- Returns:
- the value of the
SVAP
record component
-
VAP
public double VAP()Returns the value of theVAP
record component.- Returns:
- the value of the
VAP
record component
-