Record Class LintulCassavaFunctions.RELGRCassavaResult
java.lang.Object
java.lang.Record
net.simplace.sim.components.models.lintul5.extended.cassava.LintulCassavaFunctions.RELGRCassavaResult
- Enclosing class:
- LintulCassavaFunctions
public static record LintulCassavaFunctions.RELGRCassavaResult(double RWLVG, double RWRT, double RWST, double RWSO)
extends Record
-
Constructor Summary
ConstructorDescriptionRELGRCassavaResult
(double RWLVG, double RWRT, double RWST, double RWSO) Creates an instance of aRELGRCassavaResult
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
RWLVG()
Returns the value of theRWLVG
record component.double
RWRT()
Returns the value of theRWRT
record component.double
RWSO()
Returns the value of theRWSO
record component.double
RWST()
Returns the value of theRWST
record component.final String
toString()
Returns a string representation of this record class.
-
Constructor Details
-
RELGRCassavaResult
public RELGRCassavaResult(double RWLVG, double RWRT, double RWST, double RWSO) Creates an instance of aRELGRCassavaResult
record class.- Parameters:
RWLVG
- the value for theRWLVG
record componentRWRT
- the value for theRWRT
record componentRWST
- the value for theRWST
record componentRWSO
- the value for theRWSO
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 '=='. -
RWLVG
public double RWLVG()Returns the value of theRWLVG
record component.- Returns:
- the value of the
RWLVG
record component
-
RWRT
public double RWRT()Returns the value of theRWRT
record component.- Returns:
- the value of the
RWRT
record component
-
RWST
public double RWST()Returns the value of theRWST
record component.- Returns:
- the value of the
RWST
record component
-
RWSO
public double RWSO()Returns the value of theRWSO
record component.- Returns:
- the value of the
RWSO
record component
-