Record Class LintulFunctions.NTRANSResult
java.lang.Object
java.lang.Record
net.simplace.sim.components.models.lintul5.LintulFunctions.NTRANSResult
- Enclosing class:
- LintulFunctions
public static record LintulFunctions.NTRANSResult(double RNTLV, double RNTST, double RNTRT, double RPTLV, double RPTST, double RPTRT, double RKTLV, double RKTST, double RKTRT)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionNTRANSResult(double RNTLV, double RNTST, double RNTRT, double RPTLV, double RPTST, double RPTRT, double RKTLV, double RKTST, double RKTRT) Creates an instance of aNTRANSResultrecord 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.doubleRKTLV()Returns the value of theRKTLVrecord component.doubleRKTRT()Returns the value of theRKTRTrecord component.doubleRKTST()Returns the value of theRKTSTrecord component.doubleRNTLV()Returns the value of theRNTLVrecord component.doubleRNTRT()Returns the value of theRNTRTrecord component.doubleRNTST()Returns the value of theRNTSTrecord component.doubleRPTLV()Returns the value of theRPTLVrecord component.doubleRPTRT()Returns the value of theRPTRTrecord component.doubleRPTST()Returns the value of theRPTSTrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
NTRANSResult
public NTRANSResult(double RNTLV, double RNTST, double RNTRT, double RPTLV, double RPTST, double RPTRT, double RKTLV, double RKTST, double RKTRT) Creates an instance of aNTRANSResultrecord class.- Parameters:
RNTLV- the value for theRNTLVrecord componentRNTST- the value for theRNTSTrecord componentRNTRT- the value for theRNTRTrecord componentRPTLV- the value for theRPTLVrecord componentRPTST- the value for theRPTSTrecord componentRPTRT- the value for theRPTRTrecord componentRKTLV- the value for theRKTLVrecord componentRKTST- the value for theRKTSTrecord componentRKTRT- the value for theRKTRTrecord 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 '=='. -
RNTLV
public double RNTLV()Returns the value of theRNTLVrecord component.- Returns:
- the value of the
RNTLVrecord component
-
RNTST
public double RNTST()Returns the value of theRNTSTrecord component.- Returns:
- the value of the
RNTSTrecord component
-
RNTRT
public double RNTRT()Returns the value of theRNTRTrecord component.- Returns:
- the value of the
RNTRTrecord component
-
RPTLV
public double RPTLV()Returns the value of theRPTLVrecord component.- Returns:
- the value of the
RPTLVrecord component
-
RPTST
public double RPTST()Returns the value of theRPTSTrecord component.- Returns:
- the value of the
RPTSTrecord component
-
RPTRT
public double RPTRT()Returns the value of theRPTRTrecord component.- Returns:
- the value of the
RPTRTrecord component
-
RKTLV
public double RKTLV()Returns the value of theRKTLVrecord component.- Returns:
- the value of the
RKTLVrecord component
-
RKTST
public double RKTST()Returns the value of theRKTSTrecord component.- Returns:
- the value of the
RKTSTrecord component
-
RKTRT
public double RKTRT()Returns the value of theRKTRTrecord component.- Returns:
- the value of the
RKTRTrecord component
-