Record Class LintulCassavaFunctions.DormancyRatesResult
java.lang.Object
java.lang.Record
net.simplace.sim.components.models.lintul5.extended.cassava.LintulCassavaFunctions.DormancyRatesResult
- Enclosing class:
- LintulCassavaFunctions
public static record LintulCassavaFunctions.DormancyRatesResult(double DormancyDurationRate, double DormancyTsumRate, double DormancyRecoverTsumRate, double RedistributionTsumRate, double RedistributionEndTsumRate, double LeafAgeTsumRate)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionDormancyRatesResult(double DormancyDurationRate, double DormancyTsumRate, double DormancyRecoverTsumRate, double RedistributionTsumRate, double RedistributionEndTsumRate, double LeafAgeTsumRate) Creates an instance of aDormancyRatesResultrecord class. -
Method Summary
Modifier and TypeMethodDescriptiondoubleReturns the value of theDormancyDurationRaterecord component.doubleReturns the value of theDormancyRecoverTsumRaterecord component.doubleReturns the value of theDormancyTsumRaterecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.doubleReturns the value of theLeafAgeTsumRaterecord component.doubleReturns the value of theRedistributionEndTsumRaterecord component.doubleReturns the value of theRedistributionTsumRaterecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
DormancyRatesResult
public DormancyRatesResult(double DormancyDurationRate, double DormancyTsumRate, double DormancyRecoverTsumRate, double RedistributionTsumRate, double RedistributionEndTsumRate, double LeafAgeTsumRate) Creates an instance of aDormancyRatesResultrecord class.- Parameters:
DormancyDurationRate- the value for theDormancyDurationRaterecord componentDormancyTsumRate- the value for theDormancyTsumRaterecord componentDormancyRecoverTsumRate- the value for theDormancyRecoverTsumRaterecord componentRedistributionTsumRate- the value for theRedistributionTsumRaterecord componentRedistributionEndTsumRate- the value for theRedistributionEndTsumRaterecord componentLeafAgeTsumRate- the value for theLeafAgeTsumRaterecord 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. All components in this record class are compared with '=='. -
DormancyDurationRate
public double DormancyDurationRate()Returns the value of theDormancyDurationRaterecord component.- Returns:
- the value of the
DormancyDurationRaterecord component
-
DormancyTsumRate
public double DormancyTsumRate()Returns the value of theDormancyTsumRaterecord component.- Returns:
- the value of the
DormancyTsumRaterecord component
-
DormancyRecoverTsumRate
public double DormancyRecoverTsumRate()Returns the value of theDormancyRecoverTsumRaterecord component.- Returns:
- the value of the
DormancyRecoverTsumRaterecord component
-
RedistributionTsumRate
public double RedistributionTsumRate()Returns the value of theRedistributionTsumRaterecord component.- Returns:
- the value of the
RedistributionTsumRaterecord component
-
RedistributionEndTsumRate
public double RedistributionEndTsumRate()Returns the value of theRedistributionEndTsumRaterecord component.- Returns:
- the value of the
RedistributionEndTsumRaterecord component
-
LeafAgeTsumRate
public double LeafAgeTsumRate()Returns the value of theLeafAgeTsumRaterecord component.- Returns:
- the value of the
LeafAgeTsumRaterecord component
-