Record Class LintulFunctions.RemovedPResult
java.lang.Object
java.lang.Record
net.simplace.sim.components.models.lintul5.LintulFunctions.RemovedPResult
- Enclosing class:
- LintulFunctions
public static record LintulFunctions.RemovedPResult(double RemovedRPLV, double RemovedRPRT, double RemovedRPST, double RemovedRPSO, double RemovedRPLDLV, double RemovedRPLDRT, double RemovedRPLDST, double RPLDLVToLitter, double RPLDSTToLitter)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionRemovedPResult(double RemovedRPLV, double RemovedRPRT, double RemovedRPST, double RemovedRPSO, double RemovedRPLDLV, double RemovedRPLDRT, double RemovedRPLDST, double RPLDLVToLitter, double RPLDSTToLitter) Creates an instance of aRemovedPResultrecord 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 theRemovedRPLDLVrecord component.doubleReturns the value of theRemovedRPLDRTrecord component.doubleReturns the value of theRemovedRPLDSTrecord component.doubleReturns the value of theRemovedRPLVrecord component.doubleReturns the value of theRemovedRPRTrecord component.doubleReturns the value of theRemovedRPSOrecord component.doubleReturns the value of theRemovedRPSTrecord component.doubleReturns the value of theRPLDLVToLitterrecord component.doubleReturns the value of theRPLDSTToLitterrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
RemovedPResult
public RemovedPResult(double RemovedRPLV, double RemovedRPRT, double RemovedRPST, double RemovedRPSO, double RemovedRPLDLV, double RemovedRPLDRT, double RemovedRPLDST, double RPLDLVToLitter, double RPLDSTToLitter) Creates an instance of aRemovedPResultrecord class.- Parameters:
RemovedRPLV- the value for theRemovedRPLVrecord componentRemovedRPRT- the value for theRemovedRPRTrecord componentRemovedRPST- the value for theRemovedRPSTrecord componentRemovedRPSO- the value for theRemovedRPSOrecord componentRemovedRPLDLV- the value for theRemovedRPLDLVrecord componentRemovedRPLDRT- the value for theRemovedRPLDRTrecord componentRemovedRPLDST- the value for theRemovedRPLDSTrecord componentRPLDLVToLitter- the value for theRPLDLVToLitterrecord componentRPLDSTToLitter- the value for theRPLDSTToLitterrecord 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 '=='. -
RemovedRPLV
public double RemovedRPLV()Returns the value of theRemovedRPLVrecord component.- Returns:
- the value of the
RemovedRPLVrecord component
-
RemovedRPRT
public double RemovedRPRT()Returns the value of theRemovedRPRTrecord component.- Returns:
- the value of the
RemovedRPRTrecord component
-
RemovedRPST
public double RemovedRPST()Returns the value of theRemovedRPSTrecord component.- Returns:
- the value of the
RemovedRPSTrecord component
-
RemovedRPSO
public double RemovedRPSO()Returns the value of theRemovedRPSOrecord component.- Returns:
- the value of the
RemovedRPSOrecord component
-
RemovedRPLDLV
public double RemovedRPLDLV()Returns the value of theRemovedRPLDLVrecord component.- Returns:
- the value of the
RemovedRPLDLVrecord component
-
RemovedRPLDRT
public double RemovedRPLDRT()Returns the value of theRemovedRPLDRTrecord component.- Returns:
- the value of the
RemovedRPLDRTrecord component
-
RemovedRPLDST
public double RemovedRPLDST()Returns the value of theRemovedRPLDSTrecord component.- Returns:
- the value of the
RemovedRPLDSTrecord component
-
RPLDLVToLitter
public double RPLDLVToLitter()Returns the value of theRPLDLVToLitterrecord component.- Returns:
- the value of the
RPLDLVToLitterrecord component
-
RPLDSTToLitter
public double RPLDSTToLitter()Returns the value of theRPLDSTToLitterrecord component.- Returns:
- the value of the
RPLDSTToLitterrecord component
-