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

    Constructors
    Constructor
    Description
    RemovedNResult(double RemovedRNLV, double RemovedRNRT, double RemovedRNST, double RemovedRNSO, double RemovedRNLDLV, double RemovedRNLDRT, double RemovedRNLDST, double RNLDLVToLitter, double RNLDSTToLitter)
    Creates an instance of a RemovedNResult 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 RemovedRNLDLV record component.
    double
    Returns the value of the RemovedRNLDRT record component.
    double
    Returns the value of the RemovedRNLDST record component.
    double
    Returns the value of the RemovedRNLV record component.
    double
    Returns the value of the RemovedRNRT record component.
    double
    Returns the value of the RemovedRNSO record component.
    double
    Returns the value of the RemovedRNST record component.
    double
    Returns the value of the RNLDLVToLitter record component.
    double
    Returns the value of the RNLDSTToLitter 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

    • 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 a RemovedNResult record class.
      Parameters:
      RemovedRNLV - the value for the RemovedRNLV record component
      RemovedRNRT - the value for the RemovedRNRT record component
      RemovedRNST - the value for the RemovedRNST record component
      RemovedRNSO - the value for the RemovedRNSO record component
      RemovedRNLDLV - the value for the RemovedRNLDLV record component
      RemovedRNLDRT - the value for the RemovedRNLDRT record component
      RemovedRNLDST - the value for the RemovedRNLDST record component
      RNLDLVToLitter - the value for the RNLDLVToLitter record component
      RNLDSTToLitter - the value for the RNLDSTToLitter 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.
    • RemovedRNLV

      public double RemovedRNLV()
      Returns the value of the RemovedRNLV record component.
      Returns:
      the value of the RemovedRNLV record component
    • RemovedRNRT

      public double RemovedRNRT()
      Returns the value of the RemovedRNRT record component.
      Returns:
      the value of the RemovedRNRT record component
    • RemovedRNST

      public double RemovedRNST()
      Returns the value of the RemovedRNST record component.
      Returns:
      the value of the RemovedRNST record component
    • RemovedRNSO

      public double RemovedRNSO()
      Returns the value of the RemovedRNSO record component.
      Returns:
      the value of the RemovedRNSO record component
    • RemovedRNLDLV

      public double RemovedRNLDLV()
      Returns the value of the RemovedRNLDLV record component.
      Returns:
      the value of the RemovedRNLDLV record component
    • RemovedRNLDRT

      public double RemovedRNLDRT()
      Returns the value of the RemovedRNLDRT record component.
      Returns:
      the value of the RemovedRNLDRT record component
    • RemovedRNLDST

      public double RemovedRNLDST()
      Returns the value of the RemovedRNLDST record component.
      Returns:
      the value of the RemovedRNLDST record component
    • RNLDLVToLitter

      public double RNLDLVToLitter()
      Returns the value of the RNLDLVToLitter record component.
      Returns:
      the value of the RNLDLVToLitter record component
    • RNLDSTToLitter

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