Record Class OryzaFunctions.NCROP
java.lang.Object
java.lang.Record
net.simplace.sim.components.experimental.oryza.OryzaFunctions.NCROP
- Enclosing class:
- OryzaFunctions
public static record OryzaFunctions.NCROP(double NSO, double NLV, double NST, double NLDLV, double NLVAN, double NSTAN, double NALV, double NAST, double NASO, double NTRT)
extends Record
-
Constructor Summary
ConstructorDescriptionNCROP
(double NSO, double NLV, double NST, double NLDLV, double NLVAN, double NSTAN, double NALV, double NAST, double NASO, double NTRT) Creates an instance of aNCROP
record class. -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.double
NALV()
Returns the value of theNALV
record component.double
NASO()
Returns the value of theNASO
record component.double
NAST()
Returns the value of theNAST
record component.double
NLDLV()
Returns the value of theNLDLV
record component.double
NLV()
Returns the value of theNLV
record component.double
NLVAN()
Returns the value of theNLVAN
record component.double
NSO()
Returns the value of theNSO
record component.double
NST()
Returns the value of theNST
record component.double
NSTAN()
Returns the value of theNSTAN
record component.double
NTRT()
Returns the value of theNTRT
record component.final String
toString()
Returns a string representation of this record class.
-
Constructor Details
-
NCROP
public NCROP(double NSO, double NLV, double NST, double NLDLV, double NLVAN, double NSTAN, double NALV, double NAST, double NASO, double NTRT) Creates an instance of aNCROP
record class.- Parameters:
NSO
- the value for theNSO
record componentNLV
- the value for theNLV
record componentNST
- the value for theNST
record componentNLDLV
- the value for theNLDLV
record componentNLVAN
- the value for theNLVAN
record componentNSTAN
- the value for theNSTAN
record componentNALV
- the value for theNALV
record componentNAST
- the value for theNAST
record componentNASO
- the value for theNASO
record componentNTRT
- the value for theNTRT
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. All components in this record class are compared with '=='. -
NSO
public double NSO()Returns the value of theNSO
record component.- Returns:
- the value of the
NSO
record component
-
NLV
public double NLV()Returns the value of theNLV
record component.- Returns:
- the value of the
NLV
record component
-
NST
public double NST()Returns the value of theNST
record component.- Returns:
- the value of the
NST
record component
-
NLDLV
public double NLDLV()Returns the value of theNLDLV
record component.- Returns:
- the value of the
NLDLV
record component
-
NLVAN
public double NLVAN()Returns the value of theNLVAN
record component.- Returns:
- the value of the
NLVAN
record component
-
NSTAN
public double NSTAN()Returns the value of theNSTAN
record component.- Returns:
- the value of the
NSTAN
record component
-
NALV
public double NALV()Returns the value of theNALV
record component.- Returns:
- the value of the
NALV
record component
-
NAST
public double NAST()Returns the value of theNAST
record component.- Returns:
- the value of the
NAST
record component
-
NASO
public double NASO()Returns the value of theNASO
record component.- Returns:
- the value of the
NASO
record component
-
NTRT
public double NTRT()Returns the value of theNTRT
record component.- Returns:
- the value of the
NTRT
record component
-