Record Class AMPSomFunctions.IsotopicInputs

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

public static record AMPSomFunctions.IsotopicInputs(Double[] BGVegDeadRoots12C, Double[] BGVegDeadRoots14C, Double[] BGVegRhizodeposition12C, Double[] BGVegRhizodeposition14C, Double BGVegDeadRoots14C12CRatio, Double BGVegRhizodeposition14C12CRatio) extends Record
  • Constructor Details

    • IsotopicInputs

      public IsotopicInputs(Double[] BGVegDeadRoots12C, Double[] BGVegDeadRoots14C, Double[] BGVegRhizodeposition12C, Double[] BGVegRhizodeposition14C, Double BGVegDeadRoots14C12CRatio, Double BGVegRhizodeposition14C12CRatio)
      Creates an instance of a IsotopicInputs record class.
      Parameters:
      BGVegDeadRoots12C - the value for the BGVegDeadRoots12C record component
      BGVegDeadRoots14C - the value for the BGVegDeadRoots14C record component
      BGVegRhizodeposition12C - the value for the BGVegRhizodeposition12C record component
      BGVegRhizodeposition14C - the value for the BGVegRhizodeposition14C record component
      BGVegDeadRoots14C12CRatio - the value for the BGVegDeadRoots14C12CRatio record component
      BGVegRhizodeposition14C12CRatio - the value for the BGVegRhizodeposition14C12CRatio 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.
    • BGVegDeadRoots12C

      public Double[] BGVegDeadRoots12C()
      Returns the value of the BGVegDeadRoots12C record component.
      Returns:
      the value of the BGVegDeadRoots12C record component
    • BGVegDeadRoots14C

      public Double[] BGVegDeadRoots14C()
      Returns the value of the BGVegDeadRoots14C record component.
      Returns:
      the value of the BGVegDeadRoots14C record component
    • BGVegRhizodeposition12C

      public Double[] BGVegRhizodeposition12C()
      Returns the value of the BGVegRhizodeposition12C record component.
      Returns:
      the value of the BGVegRhizodeposition12C record component
    • BGVegRhizodeposition14C

      public Double[] BGVegRhizodeposition14C()
      Returns the value of the BGVegRhizodeposition14C record component.
      Returns:
      the value of the BGVegRhizodeposition14C record component
    • BGVegDeadRoots14C12CRatio

      public Double BGVegDeadRoots14C12CRatio()
      Returns the value of the BGVegDeadRoots14C12CRatio record component.
      Returns:
      the value of the BGVegDeadRoots14C12CRatio record component
    • BGVegRhizodeposition14C12CRatio

      public Double BGVegRhizodeposition14C12CRatio()
      Returns the value of the BGVegRhizodeposition14C12CRatio record component.
      Returns:
      the value of the BGVegRhizodeposition14C12CRatio record component