Record Class OryzaFunctions.PADDY
java.lang.Object
java.lang.Record
net.simplace.sim.components.experimental.oryza.OryzaFunctions.PADDY
- Enclosing class:
- OryzaFunctions
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble
CAPTOT()
Returns the value of theCAPTOT
record component.double
DSPW()
Returns the value of theDSPW
record component.final boolean
Indicates whether some other object is "equal to" this one.double
EVSW()
Returns the value of theEVSW
record component.double
GWTOT()
Returns the value of theGWTOT
record component.final int
hashCode()
Returns a hash code value for this object.double
HSPREV()
Returns the value of theHSPREV
record component.double
RUNOF()
Returns the value of theRUNOF
record component.final String
toString()
Returns a string representation of this record class.Double[]
WLCH()
Returns the value of theWLCH
record component.Double[]
WLFL()
Returns the value of theWLFL
record component.double
WLOCH()
Returns the value of theWLOCH
record component.double
WLOFILL()
Returns the value of theWLOFILL
record component.
-
Constructor Details
-
PADDY
public PADDY(double WLOCH, double WLOFILL, Double[] WLFL, Double[] WLCH, double CAPTOT, double GWTOT, double EVSW, double RUNOF, double HSPREV, double DSPW) Creates an instance of aPADDY
record class.- Parameters:
WLOCH
- the value for theWLOCH
record componentWLOFILL
- the value for theWLOFILL
record componentWLFL
- the value for theWLFL
record componentWLCH
- the value for theWLCH
record componentCAPTOT
- the value for theCAPTOT
record componentGWTOT
- the value for theGWTOT
record componentEVSW
- the value for theEVSW
record componentRUNOF
- the value for theRUNOF
record componentHSPREV
- the value for theHSPREV
record componentDSPW
- the value for theDSPW
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 '=='. -
WLOCH
public double WLOCH()Returns the value of theWLOCH
record component.- Returns:
- the value of the
WLOCH
record component
-
WLOFILL
public double WLOFILL()Returns the value of theWLOFILL
record component.- Returns:
- the value of the
WLOFILL
record component
-
WLFL
Returns the value of theWLFL
record component.- Returns:
- the value of the
WLFL
record component
-
WLCH
Returns the value of theWLCH
record component.- Returns:
- the value of the
WLCH
record component
-
CAPTOT
public double CAPTOT()Returns the value of theCAPTOT
record component.- Returns:
- the value of the
CAPTOT
record component
-
GWTOT
public double GWTOT()Returns the value of theGWTOT
record component.- Returns:
- the value of the
GWTOT
record component
-
EVSW
public double EVSW()Returns the value of theEVSW
record component.- Returns:
- the value of the
EVSW
record component
-
RUNOF
public double RUNOF()Returns the value of theRUNOF
record component.- Returns:
- the value of the
RUNOF
record component
-
HSPREV
public double HSPREV()Returns the value of theHSPREV
record component.- Returns:
- the value of the
HSPREV
record component
-
DSPW
public double DSPW()Returns the value of theDSPW
record component.- Returns:
- the value of the
DSPW
record component
-