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
ConstructorsConstructorDescriptionRNUSUBResult(double RNULV, double RNUST, double RNURT, double RPULV, double RPUST, double RPURT, double RKULV, double RKUST, double RKURT) Creates an instance of aRNUSUBResultrecord 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.doubleRKULV()Returns the value of theRKULVrecord component.doubleRKURT()Returns the value of theRKURTrecord component.doubleRKUST()Returns the value of theRKUSTrecord component.doubleRNULV()Returns the value of theRNULVrecord component.doubleRNURT()Returns the value of theRNURTrecord component.doubleRNUST()Returns the value of theRNUSTrecord component.doubleRPULV()Returns the value of theRPULVrecord component.doubleRPURT()Returns the value of theRPURTrecord component.doubleRPUST()Returns the value of theRPUSTrecord component.final StringtoString()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 aRNUSUBResultrecord class.- Parameters:
RNULV- the value for theRNULVrecord componentRNUST- the value for theRNUSTrecord componentRNURT- the value for theRNURTrecord componentRPULV- the value for theRPULVrecord componentRPUST- the value for theRPUSTrecord componentRPURT- the value for theRPURTrecord componentRKULV- the value for theRKULVrecord componentRKUST- the value for theRKUSTrecord componentRKURT- the value for theRKURTrecord 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 theRNULVrecord component.- Returns:
- the value of the
RNULVrecord component
-
RNUST
public double RNUST()Returns the value of theRNUSTrecord component.- Returns:
- the value of the
RNUSTrecord component
-
RNURT
public double RNURT()Returns the value of theRNURTrecord component.- Returns:
- the value of the
RNURTrecord component
-
RPULV
public double RPULV()Returns the value of theRPULVrecord component.- Returns:
- the value of the
RPULVrecord component
-
RPUST
public double RPUST()Returns the value of theRPUSTrecord component.- Returns:
- the value of the
RPUSTrecord component
-
RPURT
public double RPURT()Returns the value of theRPURTrecord component.- Returns:
- the value of the
RPURTrecord component
-
RKULV
public double RKULV()Returns the value of theRKULVrecord component.- Returns:
- the value of the
RKULVrecord component
-
RKUST
public double RKUST()Returns the value of theRKUSTrecord component.- Returns:
- the value of the
RKUSTrecord component
-
RKURT
public double RKURT()Returns the value of theRKURTrecord component.- Returns:
- the value of the
RKURTrecord component
-