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
ConstructorsConstructorDescriptionRemovedNResult(double RemovedRNLV, double RemovedRNRT, double RemovedRNST, double RemovedRNSO, double RemovedRNLDLV, double RemovedRNLDRT, double RemovedRNLDST, double RNLDLVToLitter, double RNLDSTToLitter) Creates an instance of aRemovedNResultrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.doubleReturns the value of theRemovedRNLDLVrecord component.doubleReturns the value of theRemovedRNLDRTrecord component.doubleReturns the value of theRemovedRNLDSTrecord component.doubleReturns the value of theRemovedRNLVrecord component.doubleReturns the value of theRemovedRNRTrecord component.doubleReturns the value of theRemovedRNSOrecord component.doubleReturns the value of theRemovedRNSTrecord component.doubleReturns the value of theRNLDLVToLitterrecord component.doubleReturns the value of theRNLDSTToLitterrecord component.final StringtoString()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 aRemovedNResultrecord class.- Parameters:
RemovedRNLV- the value for theRemovedRNLVrecord componentRemovedRNRT- the value for theRemovedRNRTrecord componentRemovedRNST- the value for theRemovedRNSTrecord componentRemovedRNSO- the value for theRemovedRNSOrecord componentRemovedRNLDLV- the value for theRemovedRNLDLVrecord componentRemovedRNLDRT- the value for theRemovedRNLDRTrecord componentRemovedRNLDST- the value for theRemovedRNLDSTrecord componentRNLDLVToLitter- the value for theRNLDLVToLitterrecord componentRNLDSTToLitter- the value for theRNLDSTToLitterrecord 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 theRemovedRNLVrecord component.- Returns:
- the value of the
RemovedRNLVrecord component
-
RemovedRNRT
public double RemovedRNRT()Returns the value of theRemovedRNRTrecord component.- Returns:
- the value of the
RemovedRNRTrecord component
-
RemovedRNST
public double RemovedRNST()Returns the value of theRemovedRNSTrecord component.- Returns:
- the value of the
RemovedRNSTrecord component
-
RemovedRNSO
public double RemovedRNSO()Returns the value of theRemovedRNSOrecord component.- Returns:
- the value of the
RemovedRNSOrecord component
-
RemovedRNLDLV
public double RemovedRNLDLV()Returns the value of theRemovedRNLDLVrecord component.- Returns:
- the value of the
RemovedRNLDLVrecord component
-
RemovedRNLDRT
public double RemovedRNLDRT()Returns the value of theRemovedRNLDRTrecord component.- Returns:
- the value of the
RemovedRNLDRTrecord component
-
RemovedRNLDST
public double RemovedRNLDST()Returns the value of theRemovedRNLDSTrecord component.- Returns:
- the value of the
RemovedRNLDSTrecord component
-
RNLDLVToLitter
public double RNLDLVToLitter()Returns the value of theRNLDLVToLitterrecord component.- Returns:
- the value of the
RNLDLVToLitterrecord component
-
RNLDSTToLitter
public double RNLDSTToLitter()Returns the value of theRNLDSTToLitterrecord component.- Returns:
- the value of the
RNLDSTToLitterrecord component
-