Record Class OryzaFunctions.PADDY
java.lang.Object
java.lang.Record
net.simplace.sim.components.experimental.oryza.OryzaFunctions.PADDY
- Enclosing class:
- OryzaFunctions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleCAPTOT()Returns the value of theCAPTOTrecord component.doubleDSPW()Returns the value of theDSPWrecord component.final booleanIndicates whether some other object is "equal to" this one.doubleEVSW()Returns the value of theEVSWrecord component.doubleGWTOT()Returns the value of theGWTOTrecord component.final inthashCode()Returns a hash code value for this object.doubleHSPREV()Returns the value of theHSPREVrecord component.doubleRUNOF()Returns the value of theRUNOFrecord component.final StringtoString()Returns a string representation of this record class.Double[]WLCH()Returns the value of theWLCHrecord component.Double[]WLFL()Returns the value of theWLFLrecord component.doubleWLOCH()Returns the value of theWLOCHrecord component.doubleWLOFILL()Returns the value of theWLOFILLrecord 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 aPADDYrecord class.- Parameters:
WLOCH- the value for theWLOCHrecord componentWLOFILL- the value for theWLOFILLrecord componentWLFL- the value for theWLFLrecord componentWLCH- the value for theWLCHrecord componentCAPTOT- the value for theCAPTOTrecord componentGWTOT- the value for theGWTOTrecord componentEVSW- the value for theEVSWrecord componentRUNOF- the value for theRUNOFrecord componentHSPREV- the value for theHSPREVrecord componentDSPW- the value for theDSPWrecord 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 theWLOCHrecord component.- Returns:
- the value of the
WLOCHrecord component
-
WLOFILL
public double WLOFILL()Returns the value of theWLOFILLrecord component.- Returns:
- the value of the
WLOFILLrecord component
-
WLFL
Returns the value of theWLFLrecord component.- Returns:
- the value of the
WLFLrecord component
-
WLCH
Returns the value of theWLCHrecord component.- Returns:
- the value of the
WLCHrecord component
-
CAPTOT
public double CAPTOT()Returns the value of theCAPTOTrecord component.- Returns:
- the value of the
CAPTOTrecord component
-
GWTOT
public double GWTOT()Returns the value of theGWTOTrecord component.- Returns:
- the value of the
GWTOTrecord component
-
EVSW
public double EVSW()Returns the value of theEVSWrecord component.- Returns:
- the value of the
EVSWrecord component
-
RUNOF
public double RUNOF()Returns the value of theRUNOFrecord component.- Returns:
- the value of the
RUNOFrecord component
-
HSPREV
public double HSPREV()Returns the value of theHSPREVrecord component.- Returns:
- the value of the
HSPREVrecord component
-
DSPW
public double DSPW()Returns the value of theDSPWrecord component.- Returns:
- the value of the
DSPWrecord component
-