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

    Constructors
    Constructor
    Description
    RemovedPResult(double RemovedRPLV, double RemovedRPRT, double RemovedRPST, double RemovedRPSO, double RemovedRPLDLV, double RemovedRPLDRT, double RemovedRPLDST, double RPLDLVToLitter, double RPLDSTToLitter)
    Creates an instance of a RemovedPResult record class.
  • Method Summary

    Modifier and Type
    Method
    Description
    final boolean
    Indicates whether some other object is "equal to" this one.
    final int
    Returns a hash code value for this object.
    double
    Returns the value of the RemovedRPLDLV record component.
    double
    Returns the value of the RemovedRPLDRT record component.
    double
    Returns the value of the RemovedRPLDST record component.
    double
    Returns the value of the RemovedRPLV record component.
    double
    Returns the value of the RemovedRPRT record component.
    double
    Returns the value of the RemovedRPSO record component.
    double
    Returns the value of the RemovedRPST record component.
    double
    Returns the value of the RPLDLVToLitter record component.
    double
    Returns the value of the RPLDSTToLitter record component.
    final String
    Returns a string representation of this record class.

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 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 a RemovedPResult record class.
      Parameters:
      RemovedRPLV - the value for the RemovedRPLV record component
      RemovedRPRT - the value for the RemovedRPRT record component
      RemovedRPST - the value for the RemovedRPST record component
      RemovedRPSO - the value for the RemovedRPSO record component
      RemovedRPLDLV - the value for the RemovedRPLDLV record component
      RemovedRPLDRT - the value for the RemovedRPLDRT record component
      RemovedRPLDST - the value for the RemovedRPLDST record component
      RPLDLVToLitter - the value for the RPLDLVToLitter record component
      RPLDSTToLitter - the value for the RPLDSTToLitter record component
  • Method Details

    • toString

      public final String 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.
      Specified by:
      toString in class Record
      Returns:
      a string representation of this object
    • 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.
      Specified by:
      hashCode in class Record
      Returns:
      a hash code value for this object
    • equals

      public final boolean equals(Object o)
      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 '=='.
      Specified by:
      equals in class Record
      Parameters:
      o - the object with which to compare
      Returns:
      true if this object is the same as the o argument; false otherwise.
    • RemovedRPLV

      public double RemovedRPLV()
      Returns the value of the RemovedRPLV record component.
      Returns:
      the value of the RemovedRPLV record component
    • RemovedRPRT

      public double RemovedRPRT()
      Returns the value of the RemovedRPRT record component.
      Returns:
      the value of the RemovedRPRT record component
    • RemovedRPST

      public double RemovedRPST()
      Returns the value of the RemovedRPST record component.
      Returns:
      the value of the RemovedRPST record component
    • RemovedRPSO

      public double RemovedRPSO()
      Returns the value of the RemovedRPSO record component.
      Returns:
      the value of the RemovedRPSO record component
    • RemovedRPLDLV

      public double RemovedRPLDLV()
      Returns the value of the RemovedRPLDLV record component.
      Returns:
      the value of the RemovedRPLDLV record component
    • RemovedRPLDRT

      public double RemovedRPLDRT()
      Returns the value of the RemovedRPLDRT record component.
      Returns:
      the value of the RemovedRPLDRT record component
    • RemovedRPLDST

      public double RemovedRPLDST()
      Returns the value of the RemovedRPLDST record component.
      Returns:
      the value of the RemovedRPLDST record component
    • RPLDLVToLitter

      public double RPLDLVToLitter()
      Returns the value of the RPLDLVToLitter record component.
      Returns:
      the value of the RPLDLVToLitter record component
    • RPLDSTToLitter

      public double RPLDSTToLitter()
      Returns the value of the RPLDSTToLitter record component.
      Returns:
      the value of the RPLDSTToLitter record component