Record Class AMPSomFunctions.IsotopicInputs
java.lang.Object
java.lang.Record
net.simplace.sim.components.experimental.som.AMPSomFunctions.IsotopicInputs
- Enclosing class:
- AMPSomFunctions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDouble[]Returns the value of theBGVegDeadRoots12Crecord component.Double[]Returns the value of theBGVegDeadRoots14Crecord component.Returns the value of theBGVegDeadRoots14C12CRatiorecord component.Double[]Returns the value of theBGVegRhizodeposition12Crecord component.Double[]Returns the value of theBGVegRhizodeposition14Crecord component.Returns the value of theBGVegRhizodeposition14C12CRatiorecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
IsotopicInputs
public IsotopicInputs(Double[] BGVegDeadRoots12C, Double[] BGVegDeadRoots14C, Double[] BGVegRhizodeposition12C, Double[] BGVegRhizodeposition14C, Double BGVegDeadRoots14C12CRatio, Double BGVegRhizodeposition14C12CRatio) Creates an instance of aIsotopicInputsrecord class.- Parameters:
BGVegDeadRoots12C- the value for theBGVegDeadRoots12Crecord componentBGVegDeadRoots14C- the value for theBGVegDeadRoots14Crecord componentBGVegRhizodeposition12C- the value for theBGVegRhizodeposition12Crecord componentBGVegRhizodeposition14C- the value for theBGVegRhizodeposition14Crecord componentBGVegDeadRoots14C12CRatio- the value for theBGVegDeadRoots14C12CRatiorecord componentBGVegRhizodeposition14C12CRatio- the value for theBGVegRhizodeposition14C12CRatiorecord component
-
-
Method Details
-
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. -
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. -
equals
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 withObjects::equals(Object,Object). -
BGVegDeadRoots12C
Returns the value of theBGVegDeadRoots12Crecord component.- Returns:
- the value of the
BGVegDeadRoots12Crecord component
-
BGVegDeadRoots14C
Returns the value of theBGVegDeadRoots14Crecord component.- Returns:
- the value of the
BGVegDeadRoots14Crecord component
-
BGVegRhizodeposition12C
Returns the value of theBGVegRhizodeposition12Crecord component.- Returns:
- the value of the
BGVegRhizodeposition12Crecord component
-
BGVegRhizodeposition14C
Returns the value of theBGVegRhizodeposition14Crecord component.- Returns:
- the value of the
BGVegRhizodeposition14Crecord component
-
BGVegDeadRoots14C12CRatio
Returns the value of theBGVegDeadRoots14C12CRatiorecord component.- Returns:
- the value of the
BGVegDeadRoots14C12CRatiorecord component
-
BGVegRhizodeposition14C12CRatio
Returns the value of theBGVegRhizodeposition14C12CRatiorecord component.- Returns:
- the value of the
BGVegRhizodeposition14C12CRatiorecord component
-