Record Class LintulFunctions.NDEMNDResult

java.lang.Object
java.lang.Record
net.simplace.sim.components.models.lintul5.LintulFunctions.NDEMNDResult
Enclosing class:
LintulFunctions

public static record LintulFunctions.NDEMNDResult(double NDEML, double NDEMS, double NDEMR, double NDEMSO, double NDEMTO, double PDEML, double PDEMS, double PDEMR, double PDEMSO, double PDEMTO, double KDEML, double KDEMS, double KDEMR, double KDEMSO, double KDEMTO) extends Record
  • Constructor Summary

    Constructors
    Constructor
    Description
    NDEMNDResult(double NDEML, double NDEMS, double NDEMR, double NDEMSO, double NDEMTO, double PDEML, double PDEMS, double PDEMR, double PDEMSO, double PDEMTO, double KDEML, double KDEMS, double KDEMR, double KDEMSO, double KDEMTO)
    Creates an instance of a NDEMNDResult 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 KDEML record component.
    double
    Returns the value of the KDEMR record component.
    double
    Returns the value of the KDEMS record component.
    double
    Returns the value of the KDEMSO record component.
    double
    Returns the value of the KDEMTO record component.
    double
    Returns the value of the NDEML record component.
    double
    Returns the value of the NDEMR record component.
    double
    Returns the value of the NDEMS record component.
    double
    Returns the value of the NDEMSO record component.
    double
    Returns the value of the NDEMTO record component.
    double
    Returns the value of the PDEML record component.
    double
    Returns the value of the PDEMR record component.
    double
    Returns the value of the PDEMS record component.
    double
    Returns the value of the PDEMSO record component.
    double
    Returns the value of the PDEMTO 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

    • NDEMNDResult

      public NDEMNDResult(double NDEML, double NDEMS, double NDEMR, double NDEMSO, double NDEMTO, double PDEML, double PDEMS, double PDEMR, double PDEMSO, double PDEMTO, double KDEML, double KDEMS, double KDEMR, double KDEMSO, double KDEMTO)
      Creates an instance of a NDEMNDResult record class.
      Parameters:
      NDEML - the value for the NDEML record component
      NDEMS - the value for the NDEMS record component
      NDEMR - the value for the NDEMR record component
      NDEMSO - the value for the NDEMSO record component
      NDEMTO - the value for the NDEMTO record component
      PDEML - the value for the PDEML record component
      PDEMS - the value for the PDEMS record component
      PDEMR - the value for the PDEMR record component
      PDEMSO - the value for the PDEMSO record component
      PDEMTO - the value for the PDEMTO record component
      KDEML - the value for the KDEML record component
      KDEMS - the value for the KDEMS record component
      KDEMR - the value for the KDEMR record component
      KDEMSO - the value for the KDEMSO record component
      KDEMTO - the value for the KDEMTO 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.
    • NDEML

      public double NDEML()
      Returns the value of the NDEML record component.
      Returns:
      the value of the NDEML record component
    • NDEMS

      public double NDEMS()
      Returns the value of the NDEMS record component.
      Returns:
      the value of the NDEMS record component
    • NDEMR

      public double NDEMR()
      Returns the value of the NDEMR record component.
      Returns:
      the value of the NDEMR record component
    • NDEMSO

      public double NDEMSO()
      Returns the value of the NDEMSO record component.
      Returns:
      the value of the NDEMSO record component
    • NDEMTO

      public double NDEMTO()
      Returns the value of the NDEMTO record component.
      Returns:
      the value of the NDEMTO record component
    • PDEML

      public double PDEML()
      Returns the value of the PDEML record component.
      Returns:
      the value of the PDEML record component
    • PDEMS

      public double PDEMS()
      Returns the value of the PDEMS record component.
      Returns:
      the value of the PDEMS record component
    • PDEMR

      public double PDEMR()
      Returns the value of the PDEMR record component.
      Returns:
      the value of the PDEMR record component
    • PDEMSO

      public double PDEMSO()
      Returns the value of the PDEMSO record component.
      Returns:
      the value of the PDEMSO record component
    • PDEMTO

      public double PDEMTO()
      Returns the value of the PDEMTO record component.
      Returns:
      the value of the PDEMTO record component
    • KDEML

      public double KDEML()
      Returns the value of the KDEML record component.
      Returns:
      the value of the KDEML record component
    • KDEMS

      public double KDEMS()
      Returns the value of the KDEMS record component.
      Returns:
      the value of the KDEMS record component
    • KDEMR

      public double KDEMR()
      Returns the value of the KDEMR record component.
      Returns:
      the value of the KDEMR record component
    • KDEMSO

      public double KDEMSO()
      Returns the value of the KDEMSO record component.
      Returns:
      the value of the KDEMSO record component
    • KDEMTO

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