Record Class LintulCCFunctions.WATUPResult
java.lang.Object
java.lang.Record
net.simplace.sim.components.experimental.lintulcc.LintulCCFunctions.WATUPResult
- Enclosing class:
- LintulCCFunctions
-
Constructor Summary
ConstructorDescriptionWATUPResult
(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 aWATUPResult
record class. -
Method Summary
Modifier and TypeMethodDescriptiondouble
ATRANS()
Returns the value of theATRANS
record component.double
AWPAW()
Returns the value of theAWPAW
record component.double
Returns the value of theCROPlimit
record component.final boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.Double[]
LAYERRT()
Returns the value of theLAYERRT
record component.Double[]
PAW()
Returns the value of thePAW
record component.int
RLAYER()
Returns the value of theRLAYER
record component.Double[]
RLV()
Returns the value of theRLV
record component.double
Returns the value of theROOTlimit
record component.double
Returns the value of theSOILlimit
record component.double
STRESS()
Returns the value of theSTRESS
record component.final String
toString()
Returns a string representation of this record class.Double[]
Returns the value of theWUpperLayer
record component.double
ZRT()
Returns the value of theZRT
record 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 aWATUPResult
record class.- Parameters:
ZRT
- the value for theZRT
record componentATRANS
- the value for theATRANS
record componentRLV
- the value for theRLV
record componentPAW
- the value for thePAW
record componentWUpperLayer
- the value for theWUpperLayer
record componentSTRESS
- the value for theSTRESS
record componentAWPAW
- the value for theAWPAW
record componentCROPlimit
- the value for theCROPlimit
record componentSOILlimit
- the value for theSOILlimit
record componentROOTlimit
- the value for theROOTlimit
record componentRLAYER
- the value for theRLAYER
record componentLAYERRT
- the value for theLAYERRT
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 '=='. -
ZRT
public double ZRT()Returns the value of theZRT
record component.- Returns:
- the value of the
ZRT
record component
-
ATRANS
public double ATRANS()Returns the value of theATRANS
record component.- Returns:
- the value of the
ATRANS
record component
-
RLV
Returns the value of theRLV
record component.- Returns:
- the value of the
RLV
record component
-
PAW
Returns the value of thePAW
record component.- Returns:
- the value of the
PAW
record component
-
WUpperLayer
Returns the value of theWUpperLayer
record component.- Returns:
- the value of the
WUpperLayer
record component
-
STRESS
public double STRESS()Returns the value of theSTRESS
record component.- Returns:
- the value of the
STRESS
record component
-
AWPAW
public double AWPAW()Returns the value of theAWPAW
record component.- Returns:
- the value of the
AWPAW
record component
-
CROPlimit
public double CROPlimit()Returns the value of theCROPlimit
record component.- Returns:
- the value of the
CROPlimit
record component
-
SOILlimit
public double SOILlimit()Returns the value of theSOILlimit
record component.- Returns:
- the value of the
SOILlimit
record component
-
ROOTlimit
public double ROOTlimit()Returns the value of theROOTlimit
record component.- Returns:
- the value of the
ROOTlimit
record component
-
RLAYER
public int RLAYER()Returns the value of theRLAYER
record component.- Returns:
- the value of the
RLAYER
record component
-
LAYERRT
Returns the value of theLAYERRT
record component.- Returns:
- the value of the
LAYERRT
record component
-