Record Class OryzaFunctions.PHENOL
java.lang.Object
java.lang.Record
net.simplace.sim.components.experimental.oryza.OryzaFunctions.PHENOL
- Enclosing class:
- OryzaFunctions
-
Constructor Summary
ConstructorDescriptionPHENOL
(double DVR, double TSHCKD, double TSTR) Creates an instance of aPHENOL
record class. -
Method Summary
Modifier and TypeMethodDescriptiondouble
DVR()
Returns the value of theDVR
record component.final boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.final String
toString()
Returns a string representation of this record class.double
TSHCKD()
Returns the value of theTSHCKD
record component.double
TSTR()
Returns the value of theTSTR
record component.
-
Constructor Details
-
PHENOL
public PHENOL(double DVR, double TSHCKD, double TSTR) Creates an instance of aPHENOL
record class.- Parameters:
DVR
- the value for theDVR
record componentTSHCKD
- the value for theTSHCKD
record componentTSTR
- the value for theTSTR
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 '=='. -
DVR
public double DVR()Returns the value of theDVR
record component.- Returns:
- the value of the
DVR
record component
-
TSHCKD
public double TSHCKD()Returns the value of theTSHCKD
record component.- Returns:
- the value of the
TSHCKD
record component
-
TSTR
public double TSTR()Returns the value of theTSTR
record component.- Returns:
- the value of the
TSTR
record component
-