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
-
Method Summary
Modifier and TypeMethodDescriptionDouble[]
CLossDom()
Returns the value of theCLossDom
record component.Double[]
Co2()
Returns the value of theCo2
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.Double[]
Imm()
Returns the value of theImm
record component.Double[]
Min()
Returns the value of theMin
record component.Double[]
NLossDom()
Returns the value of theNLossDom
record component.final String
toString()
Returns a string representation of this record class.Double[]
Returns the value of theUptakeDOCbyMic
record component.Double[]
Returns the value of theUptakeNbyMic
record component.Double[]
VarNmin()
Returns the value of theVarNmin
record component.
-
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 aMinImm
record class.- Parameters:
Imm
- the value for theImm
record componentMin
- the value for theMin
record componentUptakeDOCbyMic
- the value for theUptakeDOCbyMic
record componentUptakeNbyMic
- the value for theUptakeNbyMic
record componentCo2
- the value for theCo2
record componentVarNmin
- the value for theVarNmin
record componentCLossDom
- the value for theCLossDom
record componentNLossDom
- the value for theNLossDom
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)
. -
Imm
Returns the value of theImm
record component.- Returns:
- the value of the
Imm
record component
-
Min
Returns the value of theMin
record component.- Returns:
- the value of the
Min
record component
-
UptakeDOCbyMic
Returns the value of theUptakeDOCbyMic
record component.- Returns:
- the value of the
UptakeDOCbyMic
record component
-
UptakeNbyMic
Returns the value of theUptakeNbyMic
record component.- Returns:
- the value of the
UptakeNbyMic
record component
-
Co2
Returns the value of theCo2
record component.- Returns:
- the value of the
Co2
record component
-
VarNmin
Returns the value of theVarNmin
record component.- Returns:
- the value of the
VarNmin
record component
-
CLossDom
Returns the value of theCLossDom
record component.- Returns:
- the value of the
CLossDom
record component
-
NLossDom
Returns the value of theNLossDom
record component.- Returns:
- the value of the
NLossDom
record component
-