Record Class OryzaFunctions.PADDYReInit
java.lang.Object
java.lang.Record
net.simplace.sim.components.experimental.oryza.OryzaFunctions.PADDYReInit
- Enclosing class:
- OryzaFunctions
-
Constructor Summary
ConstructorsConstructorDescriptionPADDYReInit(double WL0, Double[] WL, Double[] WCL) Creates an instance of aPADDYReInitrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.Double[]WCL()Returns the value of theWCLrecord component.Double[]WL()Returns the value of theWLrecord component.doubleWL0()Returns the value of theWL0record component.
-
Constructor Details
-
PADDYReInit
Creates an instance of aPADDYReInitrecord class.- Parameters:
WL0- the value for theWL0record componentWL- the value for theWLrecord componentWCL- the value for theWCLrecord 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 theWL0record component.- Returns:
- the value of the
WL0record component
-
WL
Returns the value of theWLrecord component.- Returns:
- the value of the
WLrecord component
-
WCL
Returns the value of theWCLrecord component.- Returns:
- the value of the
WCLrecord component
-