Record Class OryzaFunctions.PADDYReInit
java.lang.Object
java.lang.Record
net.simplace.sim.components.experimental.oryza.OryzaFunctions.PADDYReInit
- Enclosing class:
- OryzaFunctions
-
Constructor Summary
ConstructorDescriptionPADDYReInit
(double WL0, Double[] WL, Double[] WCL) Creates an instance of aPADDYReInit
record class. -
Method Summary
Modifier and TypeMethodDescriptionfinal 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[]
WCL()
Returns the value of theWCL
record component.Double[]
WL()
Returns the value of theWL
record component.double
WL0()
Returns the value of theWL0
record component.
-
Constructor Details
-
PADDYReInit
Creates an instance of aPADDYReInit
record class.- Parameters:
WL0
- the value for theWL0
record componentWL
- the value for theWL
record componentWCL
- the value for theWCL
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. Reference components are compared withObjects::equals(Object,Object)
; primitive components are compared with '=='. -
WL0
public double WL0()Returns the value of theWL0
record component.- Returns:
- the value of the
WL0
record component
-
WL
Returns the value of theWL
record component.- Returns:
- the value of the
WL
record component
-
WCL
Returns the value of theWCL
record component.- Returns:
- the value of the
WCL
record component
-