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
ConstructorDescriptionNTRANSResult
(double RNTLV, double RNTST, double RNTRT, double RPTLV, double RPTST, double RPTRT, double RKTLV, double RKTST, double RKTRT) Creates an instance of aNTRANSResult
record class. -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.double
RKTLV()
Returns the value of theRKTLV
record component.double
RKTRT()
Returns the value of theRKTRT
record component.double
RKTST()
Returns the value of theRKTST
record component.double
RNTLV()
Returns the value of theRNTLV
record component.double
RNTRT()
Returns the value of theRNTRT
record component.double
RNTST()
Returns the value of theRNTST
record component.double
RPTLV()
Returns the value of theRPTLV
record component.double
RPTRT()
Returns the value of theRPTRT
record component.double
RPTST()
Returns the value of theRPTST
record component.final String
toString()
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 aNTRANSResult
record class.- Parameters:
RNTLV
- the value for theRNTLV
record componentRNTST
- the value for theRNTST
record componentRNTRT
- the value for theRNTRT
record componentRPTLV
- the value for theRPTLV
record componentRPTST
- the value for theRPTST
record componentRPTRT
- the value for theRPTRT
record componentRKTLV
- the value for theRKTLV
record componentRKTST
- the value for theRKTST
record componentRKTRT
- the value for theRKTRT
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 with '=='. -
RNTLV
public double RNTLV()Returns the value of theRNTLV
record component.- Returns:
- the value of the
RNTLV
record component
-
RNTST
public double RNTST()Returns the value of theRNTST
record component.- Returns:
- the value of the
RNTST
record component
-
RNTRT
public double RNTRT()Returns the value of theRNTRT
record component.- Returns:
- the value of the
RNTRT
record component
-
RPTLV
public double RPTLV()Returns the value of theRPTLV
record component.- Returns:
- the value of the
RPTLV
record component
-
RPTST
public double RPTST()Returns the value of theRPTST
record component.- Returns:
- the value of the
RPTST
record component
-
RPTRT
public double RPTRT()Returns the value of theRPTRT
record component.- Returns:
- the value of the
RPTRT
record component
-
RKTLV
public double RKTLV()Returns the value of theRKTLV
record component.- Returns:
- the value of the
RKTLV
record component
-
RKTST
public double RKTST()Returns the value of theRKTST
record component.- Returns:
- the value of the
RKTST
record component
-
RKTRT
public double RKTRT()Returns the value of theRKTRT
record component.- Returns:
- the value of the
RKTRT
record component
-