Record Class LintulCCFunctions.RSISOResult

java.lang.Object
java.lang.Record
net.simplace.sim.components.experimental.lintulcc.LintulCCFunctions.RSISOResult
Enclosing class:
LintulCCFunctions

public static record LintulCCFunctions.RSISOResult(double RSINK, double GRAINN, double SDWANT, double RWSO, double REMOB, int SWITCH, double CDSF1, double TFAC, Double[] PHEADW, Integer[] PHEDAE) extends Record
  • Constructor Summary

    Constructors
    Constructor
    Description
    RSISOResult(double RSINK, double GRAINN, double SDWANT, double RWSO, double REMOB, int SWITCH, double CDSF1, double TFAC, Double[] PHEADW, Integer[] PHEDAE)
    Creates an instance of a RSISOResult record class.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Returns the value of the CDSF1 record component.
    final boolean
    Indicates whether some other object is "equal to" this one.
    double
    Returns the value of the GRAINN record component.
    final int
    Returns a hash code value for this object.
    Returns the value of the PHEADW record component.
    Returns the value of the PHEDAE record component.
    double
    Returns the value of the REMOB record component.
    double
    Returns the value of the RSINK record component.
    double
    Returns the value of the RWSO record component.
    double
    Returns the value of the SDWANT record component.
    int
    Returns the value of the SWITCH record component.
    double
    Returns the value of the TFAC 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

    • RSISOResult

      public RSISOResult(double RSINK, double GRAINN, double SDWANT, double RWSO, double REMOB, int SWITCH, double CDSF1, double TFAC, Double[] PHEADW, Integer[] PHEDAE)
      Creates an instance of a RSISOResult record class.
      Parameters:
      RSINK - the value for the RSINK record component
      GRAINN - the value for the GRAINN record component
      SDWANT - the value for the SDWANT record component
      RWSO - the value for the RWSO record component
      REMOB - the value for the REMOB record component
      SWITCH - the value for the SWITCH record component
      CDSF1 - the value for the CDSF1 record component
      TFAC - the value for the TFAC record component
      PHEADW - the value for the PHEADW record component
      PHEDAE - the value for the PHEDAE 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. Reference components are compared with Objects::equals(Object,Object); primitive components 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.
    • RSINK

      public double RSINK()
      Returns the value of the RSINK record component.
      Returns:
      the value of the RSINK record component
    • GRAINN

      public double GRAINN()
      Returns the value of the GRAINN record component.
      Returns:
      the value of the GRAINN record component
    • SDWANT

      public double SDWANT()
      Returns the value of the SDWANT record component.
      Returns:
      the value of the SDWANT record component
    • RWSO

      public double RWSO()
      Returns the value of the RWSO record component.
      Returns:
      the value of the RWSO record component
    • REMOB

      public double REMOB()
      Returns the value of the REMOB record component.
      Returns:
      the value of the REMOB record component
    • SWITCH

      public int SWITCH()
      Returns the value of the SWITCH record component.
      Returns:
      the value of the SWITCH record component
    • CDSF1

      public double CDSF1()
      Returns the value of the CDSF1 record component.
      Returns:
      the value of the CDSF1 record component
    • TFAC

      public double TFAC()
      Returns the value of the TFAC record component.
      Returns:
      the value of the TFAC record component
    • PHEADW

      public Double[] PHEADW()
      Returns the value of the PHEADW record component.
      Returns:
      the value of the PHEADW record component
    • PHEDAE

      public Integer[] PHEDAE()
      Returns the value of the PHEDAE record component.
      Returns:
      the value of the PHEDAE record component