Record Class LintulCCFunctions.WATUPResult
java.lang.Object
java.lang.Record
net.simplace.sim.components.experimental.lintulcc.LintulCCFunctions.WATUPResult
- Enclosing class:
- LintulCCFunctions
-
Constructor Summary
ConstructorsConstructorDescriptionWATUPResult(double ZRT, double ATRANS, Double[] RLV, Double[] PAW, Double[] WUpperLayer, double STRESS, double AWPAW, double CROPlimit, double SOILlimit, double ROOTlimit, int RLAYER, Double[] LAYERRT) Creates an instance of aWATUPResultrecord class. -
Method Summary
Modifier and TypeMethodDescriptiondoubleATRANS()Returns the value of theATRANSrecord component.doubleAWPAW()Returns the value of theAWPAWrecord component.doubleReturns the value of theCROPlimitrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Double[]LAYERRT()Returns the value of theLAYERRTrecord component.Double[]PAW()Returns the value of thePAWrecord component.intRLAYER()Returns the value of theRLAYERrecord component.Double[]RLV()Returns the value of theRLVrecord component.doubleReturns the value of theROOTlimitrecord component.doubleReturns the value of theSOILlimitrecord component.doubleSTRESS()Returns the value of theSTRESSrecord component.final StringtoString()Returns a string representation of this record class.Double[]Returns the value of theWUpperLayerrecord component.doubleZRT()Returns the value of theZRTrecord component.
-
Constructor Details
-
WATUPResult
public WATUPResult(double ZRT, double ATRANS, Double[] RLV, Double[] PAW, Double[] WUpperLayer, double STRESS, double AWPAW, double CROPlimit, double SOILlimit, double ROOTlimit, int RLAYER, Double[] LAYERRT) Creates an instance of aWATUPResultrecord class.- Parameters:
ZRT- the value for theZRTrecord componentATRANS- the value for theATRANSrecord componentRLV- the value for theRLVrecord componentPAW- the value for thePAWrecord componentWUpperLayer- the value for theWUpperLayerrecord componentSTRESS- the value for theSTRESSrecord componentAWPAW- the value for theAWPAWrecord componentCROPlimit- the value for theCROPlimitrecord componentSOILlimit- the value for theSOILlimitrecord componentROOTlimit- the value for theROOTlimitrecord componentRLAYER- the value for theRLAYERrecord componentLAYERRT- the value for theLAYERRTrecord 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 '=='. -
ZRT
public double ZRT()Returns the value of theZRTrecord component.- Returns:
- the value of the
ZRTrecord component
-
ATRANS
public double ATRANS()Returns the value of theATRANSrecord component.- Returns:
- the value of the
ATRANSrecord component
-
RLV
Returns the value of theRLVrecord component.- Returns:
- the value of the
RLVrecord component
-
PAW
Returns the value of thePAWrecord component.- Returns:
- the value of the
PAWrecord component
-
WUpperLayer
Returns the value of theWUpperLayerrecord component.- Returns:
- the value of the
WUpperLayerrecord component
-
STRESS
public double STRESS()Returns the value of theSTRESSrecord component.- Returns:
- the value of the
STRESSrecord component
-
AWPAW
public double AWPAW()Returns the value of theAWPAWrecord component.- Returns:
- the value of the
AWPAWrecord component
-
CROPlimit
public double CROPlimit()Returns the value of theCROPlimitrecord component.- Returns:
- the value of the
CROPlimitrecord component
-
SOILlimit
public double SOILlimit()Returns the value of theSOILlimitrecord component.- Returns:
- the value of the
SOILlimitrecord component
-
ROOTlimit
public double ROOTlimit()Returns the value of theROOTlimitrecord component.- Returns:
- the value of the
ROOTlimitrecord component
-
RLAYER
public int RLAYER()Returns the value of theRLAYERrecord component.- Returns:
- the value of the
RLAYERrecord component
-
LAYERRT
Returns the value of theLAYERRTrecord component.- Returns:
- the value of the
LAYERRTrecord component
-