Record Class LintulFunctions.RemovedNResult
java.lang.Object
java.lang.Record
net.simplace.sim.components.models.lintul5.LintulFunctions.RemovedNResult
- Enclosing class:
- LintulFunctions
public static record LintulFunctions.RemovedNResult(double RemovedRNLV, double RemovedRNRT, double RemovedRNST, double RemovedRNSO, double RemovedRNLDLV, double RemovedRNLDRT, double RemovedRNLDST, double RNLDLVToLitter, double RNLDSTToLitter)
extends Record
-
Constructor Summary
ConstructorDescriptionRemovedNResult
(double RemovedRNLV, double RemovedRNRT, double RemovedRNST, double RemovedRNSO, double RemovedRNLDLV, double RemovedRNLDRT, double RemovedRNLDST, double RNLDLVToLitter, double RNLDSTToLitter) Creates an instance of aRemovedNResult
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
Returns the value of theRemovedRNLDLV
record component.double
Returns the value of theRemovedRNLDRT
record component.double
Returns the value of theRemovedRNLDST
record component.double
Returns the value of theRemovedRNLV
record component.double
Returns the value of theRemovedRNRT
record component.double
Returns the value of theRemovedRNSO
record component.double
Returns the value of theRemovedRNST
record component.double
Returns the value of theRNLDLVToLitter
record component.double
Returns the value of theRNLDSTToLitter
record component.final String
toString()
Returns a string representation of this record class.
-
Constructor Details
-
RemovedNResult
public RemovedNResult(double RemovedRNLV, double RemovedRNRT, double RemovedRNST, double RemovedRNSO, double RemovedRNLDLV, double RemovedRNLDRT, double RemovedRNLDST, double RNLDLVToLitter, double RNLDSTToLitter) Creates an instance of aRemovedNResult
record class.- Parameters:
RemovedRNLV
- the value for theRemovedRNLV
record componentRemovedRNRT
- the value for theRemovedRNRT
record componentRemovedRNST
- the value for theRemovedRNST
record componentRemovedRNSO
- the value for theRemovedRNSO
record componentRemovedRNLDLV
- the value for theRemovedRNLDLV
record componentRemovedRNLDRT
- the value for theRemovedRNLDRT
record componentRemovedRNLDST
- the value for theRemovedRNLDST
record componentRNLDLVToLitter
- the value for theRNLDLVToLitter
record componentRNLDSTToLitter
- the value for theRNLDSTToLitter
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 '=='. -
RemovedRNLV
public double RemovedRNLV()Returns the value of theRemovedRNLV
record component.- Returns:
- the value of the
RemovedRNLV
record component
-
RemovedRNRT
public double RemovedRNRT()Returns the value of theRemovedRNRT
record component.- Returns:
- the value of the
RemovedRNRT
record component
-
RemovedRNST
public double RemovedRNST()Returns the value of theRemovedRNST
record component.- Returns:
- the value of the
RemovedRNST
record component
-
RemovedRNSO
public double RemovedRNSO()Returns the value of theRemovedRNSO
record component.- Returns:
- the value of the
RemovedRNSO
record component
-
RemovedRNLDLV
public double RemovedRNLDLV()Returns the value of theRemovedRNLDLV
record component.- Returns:
- the value of the
RemovedRNLDLV
record component
-
RemovedRNLDRT
public double RemovedRNLDRT()Returns the value of theRemovedRNLDRT
record component.- Returns:
- the value of the
RemovedRNLDRT
record component
-
RemovedRNLDST
public double RemovedRNLDST()Returns the value of theRemovedRNLDST
record component.- Returns:
- the value of the
RemovedRNLDST
record component
-
RNLDLVToLitter
public double RNLDLVToLitter()Returns the value of theRNLDLVToLitter
record component.- Returns:
- the value of the
RNLDLVToLitter
record component
-
RNLDSTToLitter
public double RNLDSTToLitter()Returns the value of theRNLDSTToLitter
record component.- Returns:
- the value of the
RNLDSTToLitter
record component
-