Record Class LintulFunctions.RNLDResult
java.lang.Object
java.lang.Record
net.simplace.sim.components.models.lintul5.LintulFunctions.RNLDResult
- Enclosing class:
- LintulFunctions
public static record LintulFunctions.RNLDResult(double RNLDLV, double RNLDRT, double RNLDST, double RPLDLV, double RPLDRT, double RPLDST, double RKLDLV, double RKLDRT, double RKLDST)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionRNLDResult(double RNLDLV, double RNLDRT, double RNLDST, double RPLDLV, double RPLDRT, double RPLDST, double RKLDLV, double RKLDRT, double RKLDST) Creates an instance of aRNLDResultrecord 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.doubleRKLDLV()Returns the value of theRKLDLVrecord component.doubleRKLDRT()Returns the value of theRKLDRTrecord component.doubleRKLDST()Returns the value of theRKLDSTrecord component.doubleRNLDLV()Returns the value of theRNLDLVrecord component.doubleRNLDRT()Returns the value of theRNLDRTrecord component.doubleRNLDST()Returns the value of theRNLDSTrecord component.doubleRPLDLV()Returns the value of theRPLDLVrecord component.doubleRPLDRT()Returns the value of theRPLDRTrecord component.doubleRPLDST()Returns the value of theRPLDSTrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
RNLDResult
public RNLDResult(double RNLDLV, double RNLDRT, double RNLDST, double RPLDLV, double RPLDRT, double RPLDST, double RKLDLV, double RKLDRT, double RKLDST) Creates an instance of aRNLDResultrecord class.- Parameters:
RNLDLV- the value for theRNLDLVrecord componentRNLDRT- the value for theRNLDRTrecord componentRNLDST- the value for theRNLDSTrecord componentRPLDLV- the value for theRPLDLVrecord componentRPLDRT- the value for theRPLDRTrecord componentRPLDST- the value for theRPLDSTrecord componentRKLDLV- the value for theRKLDLVrecord componentRKLDRT- the value for theRKLDRTrecord componentRKLDST- the value for theRKLDSTrecord 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 '=='. -
RNLDLV
public double RNLDLV()Returns the value of theRNLDLVrecord component.- Returns:
- the value of the
RNLDLVrecord component
-
RNLDRT
public double RNLDRT()Returns the value of theRNLDRTrecord component.- Returns:
- the value of the
RNLDRTrecord component
-
RNLDST
public double RNLDST()Returns the value of theRNLDSTrecord component.- Returns:
- the value of the
RNLDSTrecord component
-
RPLDLV
public double RPLDLV()Returns the value of theRPLDLVrecord component.- Returns:
- the value of the
RPLDLVrecord component
-
RPLDRT
public double RPLDRT()Returns the value of theRPLDRTrecord component.- Returns:
- the value of the
RPLDRTrecord component
-
RPLDST
public double RPLDST()Returns the value of theRPLDSTrecord component.- Returns:
- the value of the
RPLDSTrecord component
-
RKLDLV
public double RKLDLV()Returns the value of theRKLDLVrecord component.- Returns:
- the value of the
RKLDLVrecord component
-
RKLDRT
public double RKLDRT()Returns the value of theRKLDRTrecord component.- Returns:
- the value of the
RKLDRTrecord component
-
RKLDST
public double RKLDST()Returns the value of theRKLDSTrecord component.- Returns:
- the value of the
RKLDSTrecord component
-