Record Class LintulFunctions.RNUSUBResult
java.lang.Object
java.lang.Record
net.simplace.sim.components.models.lintul5.LintulFunctions.RNUSUBResult
- Enclosing class:
- LintulFunctions
public static record LintulFunctions.RNUSUBResult(double RNULV, double RNUST, double RNURT, double RPULV, double RPUST, double RPURT, double RKULV, double RKUST, double RKURT)
extends Record
-
Constructor Summary
ConstructorDescriptionRNUSUBResult
(double RNULV, double RNUST, double RNURT, double RPULV, double RPUST, double RPURT, double RKULV, double RKUST, double RKURT) Creates an instance of aRNUSUBResult
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
RKULV()
Returns the value of theRKULV
record component.double
RKURT()
Returns the value of theRKURT
record component.double
RKUST()
Returns the value of theRKUST
record component.double
RNULV()
Returns the value of theRNULV
record component.double
RNURT()
Returns the value of theRNURT
record component.double
RNUST()
Returns the value of theRNUST
record component.double
RPULV()
Returns the value of theRPULV
record component.double
RPURT()
Returns the value of theRPURT
record component.double
RPUST()
Returns the value of theRPUST
record component.final String
toString()
Returns a string representation of this record class.
-
Constructor Details
-
RNUSUBResult
public RNUSUBResult(double RNULV, double RNUST, double RNURT, double RPULV, double RPUST, double RPURT, double RKULV, double RKUST, double RKURT) Creates an instance of aRNUSUBResult
record class.- Parameters:
RNULV
- the value for theRNULV
record componentRNUST
- the value for theRNUST
record componentRNURT
- the value for theRNURT
record componentRPULV
- the value for theRPULV
record componentRPUST
- the value for theRPUST
record componentRPURT
- the value for theRPURT
record componentRKULV
- the value for theRKULV
record componentRKUST
- the value for theRKUST
record componentRKURT
- the value for theRKURT
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 '=='. -
RNULV
public double RNULV()Returns the value of theRNULV
record component.- Returns:
- the value of the
RNULV
record component
-
RNUST
public double RNUST()Returns the value of theRNUST
record component.- Returns:
- the value of the
RNUST
record component
-
RNURT
public double RNURT()Returns the value of theRNURT
record component.- Returns:
- the value of the
RNURT
record component
-
RPULV
public double RPULV()Returns the value of theRPULV
record component.- Returns:
- the value of the
RPULV
record component
-
RPUST
public double RPUST()Returns the value of theRPUST
record component.- Returns:
- the value of the
RPUST
record component
-
RPURT
public double RPURT()Returns the value of theRPURT
record component.- Returns:
- the value of the
RPURT
record component
-
RKULV
public double RKULV()Returns the value of theRKULV
record component.- Returns:
- the value of the
RKULV
record component
-
RKUST
public double RKUST()Returns the value of theRKUST
record component.- Returns:
- the value of the
RKUST
record component
-
RKURT
public double RKURT()Returns the value of theRKURT
record component.- Returns:
- the value of the
RKURT
record component
-