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
ConstructorDescriptionRemovedPResult
(double RemovedRPLV, double RemovedRPRT, double RemovedRPST, double RemovedRPSO, double RemovedRPLDLV, double RemovedRPLDRT, double RemovedRPLDST, double RPLDLVToLitter, double RPLDSTToLitter) Creates an instance of aRemovedPResult
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 theRemovedRPLDLV
record component.double
Returns the value of theRemovedRPLDRT
record component.double
Returns the value of theRemovedRPLDST
record component.double
Returns the value of theRemovedRPLV
record component.double
Returns the value of theRemovedRPRT
record component.double
Returns the value of theRemovedRPSO
record component.double
Returns the value of theRemovedRPST
record component.double
Returns the value of theRPLDLVToLitter
record component.double
Returns the value of theRPLDSTToLitter
record component.final String
toString()
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 aRemovedPResult
record class.- Parameters:
RemovedRPLV
- the value for theRemovedRPLV
record componentRemovedRPRT
- the value for theRemovedRPRT
record componentRemovedRPST
- the value for theRemovedRPST
record componentRemovedRPSO
- the value for theRemovedRPSO
record componentRemovedRPLDLV
- the value for theRemovedRPLDLV
record componentRemovedRPLDRT
- the value for theRemovedRPLDRT
record componentRemovedRPLDST
- the value for theRemovedRPLDST
record componentRPLDLVToLitter
- the value for theRPLDLVToLitter
record componentRPLDSTToLitter
- the value for theRPLDSTToLitter
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 '=='. -
RemovedRPLV
public double RemovedRPLV()Returns the value of theRemovedRPLV
record component.- Returns:
- the value of the
RemovedRPLV
record component
-
RemovedRPRT
public double RemovedRPRT()Returns the value of theRemovedRPRT
record component.- Returns:
- the value of the
RemovedRPRT
record component
-
RemovedRPST
public double RemovedRPST()Returns the value of theRemovedRPST
record component.- Returns:
- the value of the
RemovedRPST
record component
-
RemovedRPSO
public double RemovedRPSO()Returns the value of theRemovedRPSO
record component.- Returns:
- the value of the
RemovedRPSO
record component
-
RemovedRPLDLV
public double RemovedRPLDLV()Returns the value of theRemovedRPLDLV
record component.- Returns:
- the value of the
RemovedRPLDLV
record component
-
RemovedRPLDRT
public double RemovedRPLDRT()Returns the value of theRemovedRPLDRT
record component.- Returns:
- the value of the
RemovedRPLDRT
record component
-
RemovedRPLDST
public double RemovedRPLDST()Returns the value of theRemovedRPLDST
record component.- Returns:
- the value of the
RemovedRPLDST
record component
-
RPLDLVToLitter
public double RPLDLVToLitter()Returns the value of theRPLDLVToLitter
record component.- Returns:
- the value of the
RPLDLVToLitter
record component
-
RPLDSTToLitter
public double RPLDSTToLitter()Returns the value of theRPLDSTToLitter
record component.- Returns:
- the value of the
RPLDSTToLitter
record component
-