Record Class AMPSomFunctions.MinImm

java.lang.Object
java.lang.Record
net.simplace.sim.components.experimental.som.AMPSomFunctions.MinImm
Enclosing class:
AMPSomFunctions

public static record AMPSomFunctions.MinImm(Double[] Imm, Double[] Min, Double[] UptakeDOCbyMic, Double[] UptakeNbyMic, Double[] Co2, Double[] VarNmin, Double[] CLossDom, Double[] NLossDom) extends Record
Holds the result of the minImm function
  • Constructor Summary

    Constructors
    Constructor
    Description
    MinImm(Double[] Imm, Double[] Min, Double[] UptakeDOCbyMic, Double[] UptakeNbyMic, Double[] Co2, Double[] VarNmin, Double[] CLossDom, Double[] NLossDom)
    Creates an instance of a MinImm record class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the CLossDom record component.
    Co2()
    Returns the value of the Co2 record component.
    final boolean
    Indicates whether some other object is "equal to" this one.
    final int
    Returns a hash code value for this object.
    Imm()
    Returns the value of the Imm record component.
    Min()
    Returns the value of the Min record component.
    Returns the value of the NLossDom record component.
    final String
    Returns a string representation of this record class.
    Returns the value of the UptakeDOCbyMic record component.
    Returns the value of the UptakeNbyMic record component.
    Returns the value of the VarNmin record component.

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • MinImm

      public MinImm(Double[] Imm, Double[] Min, Double[] UptakeDOCbyMic, Double[] UptakeNbyMic, Double[] Co2, Double[] VarNmin, Double[] CLossDom, Double[] NLossDom)
      Creates an instance of a MinImm record class.
      Parameters:
      Imm - the value for the Imm record component
      Min - the value for the Min record component
      UptakeDOCbyMic - the value for the UptakeDOCbyMic record component
      UptakeNbyMic - the value for the UptakeNbyMic record component
      Co2 - the value for the Co2 record component
      VarNmin - the value for the VarNmin record component
      CLossDom - the value for the CLossDom record component
      NLossDom - the value for the NLossDom 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 Objects::equals(Object,Object).
      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.
    • Imm

      public Double[] Imm()
      Returns the value of the Imm record component.
      Returns:
      the value of the Imm record component
    • Min

      public Double[] Min()
      Returns the value of the Min record component.
      Returns:
      the value of the Min record component
    • UptakeDOCbyMic

      public Double[] UptakeDOCbyMic()
      Returns the value of the UptakeDOCbyMic record component.
      Returns:
      the value of the UptakeDOCbyMic record component
    • UptakeNbyMic

      public Double[] UptakeNbyMic()
      Returns the value of the UptakeNbyMic record component.
      Returns:
      the value of the UptakeNbyMic record component
    • Co2

      public Double[] Co2()
      Returns the value of the Co2 record component.
      Returns:
      the value of the Co2 record component
    • VarNmin

      public Double[] VarNmin()
      Returns the value of the VarNmin record component.
      Returns:
      the value of the VarNmin record component
    • CLossDom

      public Double[] CLossDom()
      Returns the value of the CLossDom record component.
      Returns:
      the value of the CLossDom record component
    • NLossDom

      public Double[] NLossDom()
      Returns the value of the NLossDom record component.
      Returns:
      the value of the NLossDom record component