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
ConstructorsConstructorDescriptionradiation_and_vap(double SLOPE, double ORLOSS, double ONRAD, double G, double rho, double SVAP, double VAP) Creates an instance of aradiation_and_vaprecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.doubleG()Returns the value of theGrecord component.final inthashCode()Returns a hash code value for this object.doubleONRAD()Returns the value of theONRADrecord component.doubleORLOSS()Returns the value of theORLOSSrecord component.doublerho()Returns the value of therhorecord component.doubleSLOPE()Returns the value of theSLOPErecord component.doubleSVAP()Returns the value of theSVAPrecord component.final StringtoString()Returns a string representation of this record class.doubleVAP()Returns the value of theVAPrecord 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_vaprecord class.- Parameters:
SLOPE- the value for theSLOPErecord componentORLOSS- the value for theORLOSSrecord componentONRAD- the value for theONRADrecord componentG- the value for theGrecord componentrho- the value for therhorecord componentSVAP- the value for theSVAPrecord componentVAP- the value for theVAPrecord 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 theSLOPErecord component.- Returns:
- the value of the
SLOPErecord component
-
ORLOSS
public double ORLOSS()Returns the value of theORLOSSrecord component.- Returns:
- the value of the
ORLOSSrecord component
-
ONRAD
public double ONRAD()Returns the value of theONRADrecord component.- Returns:
- the value of the
ONRADrecord component
-
G
public double G()Returns the value of theGrecord component.- Returns:
- the value of the
Grecord component
-
rho
public double rho()Returns the value of therhorecord component.- Returns:
- the value of the
rhorecord component
-
SVAP
public double SVAP()Returns the value of theSVAPrecord component.- Returns:
- the value of the
SVAPrecord component
-
VAP
public double VAP()Returns the value of theVAPrecord component.- Returns:
- the value of the
VAPrecord component
-