Record Class OryzaFunctions.NCROPStress
java.lang.Object
java.lang.Record
net.simplace.sim.components.experimental.oryza.OryzaFunctions.NCROPStress
- Enclosing class:
- OryzaFunctions
public static record OryzaFunctions.NCROPStress(double NFLV, double NSLLV, double RNSTRS, double FNLV, double FNST, double FNSO)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionNCROPStress(double NFLV, double NSLLV, double RNSTRS, double FNLV, double FNST, double FNSO) Creates an instance of aNCROPStressrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.doubleFNLV()Returns the value of theFNLVrecord component.doubleFNSO()Returns the value of theFNSOrecord component.doubleFNST()Returns the value of theFNSTrecord component.final inthashCode()Returns a hash code value for this object.doubleNFLV()Returns the value of theNFLVrecord component.doubleNSLLV()Returns the value of theNSLLVrecord component.doubleRNSTRS()Returns the value of theRNSTRSrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
NCROPStress
public NCROPStress(double NFLV, double NSLLV, double RNSTRS, double FNLV, double FNST, double FNSO) Creates an instance of aNCROPStressrecord class.- Parameters:
NFLV- the value for theNFLVrecord componentNSLLV- the value for theNSLLVrecord componentRNSTRS- the value for theRNSTRSrecord componentFNLV- the value for theFNLVrecord componentFNST- the value for theFNSTrecord componentFNSO- the value for theFNSOrecord 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 '=='. -
NFLV
public double NFLV()Returns the value of theNFLVrecord component.- Returns:
- the value of the
NFLVrecord component
-
NSLLV
public double NSLLV()Returns the value of theNSLLVrecord component.- Returns:
- the value of the
NSLLVrecord component
-
RNSTRS
public double RNSTRS()Returns the value of theRNSTRSrecord component.- Returns:
- the value of the
RNSTRSrecord component
-
FNLV
public double FNLV()Returns the value of theFNLVrecord component.- Returns:
- the value of the
FNLVrecord component
-
FNST
public double FNST()Returns the value of theFNSTrecord component.- Returns:
- the value of the
FNSTrecord component
-
FNSO
public double FNSO()Returns the value of theFNSOrecord component.- Returns:
- the value of the
FNSOrecord component
-