Record Class LintulFunctions.NUptakeResult
java.lang.Object
java.lang.Record
net.simplace.sim.components.models.lintul5.LintulFunctions.NUptakeResult
- Enclosing class:
- LintulFunctions
public static record LintulFunctions.NUptakeResult(double RNSO, double RPSO, double RKSO, double NFIXTR, double NUPTR, double PUPTR, double KUPTR)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionNUptakeResult(double RNSO, double RPSO, double RKSO, double NFIXTR, double NUPTR, double PUPTR, double KUPTR) Creates an instance of aNUptakeResultrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.doubleKUPTR()Returns the value of theKUPTRrecord component.doubleNFIXTR()Returns the value of theNFIXTRrecord component.doubleNUPTR()Returns the value of theNUPTRrecord component.doublePUPTR()Returns the value of thePUPTRrecord component.doubleRKSO()Returns the value of theRKSOrecord component.doubleRNSO()Returns the value of theRNSOrecord component.doubleRPSO()Returns the value of theRPSOrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
NUptakeResult
public NUptakeResult(double RNSO, double RPSO, double RKSO, double NFIXTR, double NUPTR, double PUPTR, double KUPTR) Creates an instance of aNUptakeResultrecord class.- Parameters:
RNSO- the value for theRNSOrecord componentRPSO- the value for theRPSOrecord componentRKSO- the value for theRKSOrecord componentNFIXTR- the value for theNFIXTRrecord componentNUPTR- the value for theNUPTRrecord componentPUPTR- the value for thePUPTRrecord componentKUPTR- the value for theKUPTRrecord 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 with '=='. -
RNSO
public double RNSO()Returns the value of theRNSOrecord component.- Returns:
- the value of the
RNSOrecord component
-
RPSO
public double RPSO()Returns the value of theRPSOrecord component.- Returns:
- the value of the
RPSOrecord component
-
RKSO
public double RKSO()Returns the value of theRKSOrecord component.- Returns:
- the value of the
RKSOrecord component
-
NFIXTR
public double NFIXTR()Returns the value of theNFIXTRrecord component.- Returns:
- the value of the
NFIXTRrecord component
-
NUPTR
public double NUPTR()Returns the value of theNUPTRrecord component.- Returns:
- the value of the
NUPTRrecord component
-
PUPTR
public double PUPTR()Returns the value of thePUPTRrecord component.- Returns:
- the value of the
PUPTRrecord component
-
KUPTR
public double KUPTR()Returns the value of theKUPTRrecord component.- Returns:
- the value of the
KUPTRrecord component
-