Record Class AMPSomFunctions.IsotopicInputs
java.lang.Object
java.lang.Record
net.simplace.sim.components.experimental.som.AMPSomFunctions.IsotopicInputs
- Enclosing class:
- AMPSomFunctions
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDouble[]
Returns the value of theBGVegDeadRoots12C
record component.Double[]
Returns the value of theBGVegDeadRoots14C
record component.Returns the value of theBGVegDeadRoots14C12CRatio
record component.Double[]
Returns the value of theBGVegRhizodeposition12C
record component.Double[]
Returns the value of theBGVegRhizodeposition14C
record component.Returns the value of theBGVegRhizodeposition14C12CRatio
record component.final boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.final String
toString()
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 aIsotopicInputs
record class.- Parameters:
BGVegDeadRoots12C
- the value for theBGVegDeadRoots12C
record componentBGVegDeadRoots14C
- the value for theBGVegDeadRoots14C
record componentBGVegRhizodeposition12C
- the value for theBGVegRhizodeposition12C
record componentBGVegRhizodeposition14C
- the value for theBGVegRhizodeposition14C
record componentBGVegDeadRoots14C12CRatio
- the value for theBGVegDeadRoots14C12CRatio
record componentBGVegRhizodeposition14C12CRatio
- the value for theBGVegRhizodeposition14C12CRatio
record 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 theBGVegDeadRoots12C
record component.- Returns:
- the value of the
BGVegDeadRoots12C
record component
-
BGVegDeadRoots14C
Returns the value of theBGVegDeadRoots14C
record component.- Returns:
- the value of the
BGVegDeadRoots14C
record component
-
BGVegRhizodeposition12C
Returns the value of theBGVegRhizodeposition12C
record component.- Returns:
- the value of the
BGVegRhizodeposition12C
record component
-
BGVegRhizodeposition14C
Returns the value of theBGVegRhizodeposition14C
record component.- Returns:
- the value of the
BGVegRhizodeposition14C
record component
-
BGVegDeadRoots14C12CRatio
Returns the value of theBGVegDeadRoots14C12CRatio
record component.- Returns:
- the value of the
BGVegDeadRoots14C12CRatio
record component
-
BGVegRhizodeposition14C12CRatio
Returns the value of theBGVegRhizodeposition14C12CRatio
record component.- Returns:
- the value of the
BGVegRhizodeposition14C12CRatio
record component
-