Record Class LintulFunctions.NTRLOCResult
java.lang.Object
java.lang.Record
net.simplace.sim.components.models.lintul5.LintulFunctions.NTRLOCResult
- Enclosing class:
- LintulFunctions
public static record LintulFunctions.NTRLOCResult(double ATNLV, double ATNST, double ATNRT, double ATN, double ATPLV, double ATPST, double ATPRT, double ATP, double ATKLV, double ATKST, double ATKRT, double ATK)
extends Record
-
Constructor Summary
ConstructorDescriptionNTRLOCResult
(double ATNLV, double ATNST, double ATNRT, double ATN, double ATPLV, double ATPST, double ATPRT, double ATP, double ATKLV, double ATKST, double ATKRT, double ATK) Creates an instance of aNTRLOCResult
record class. -
Method Summary
Modifier and TypeMethodDescriptiondouble
ATK()
Returns the value of theATK
record component.double
ATKLV()
Returns the value of theATKLV
record component.double
ATKRT()
Returns the value of theATKRT
record component.double
ATKST()
Returns the value of theATKST
record component.double
ATN()
Returns the value of theATN
record component.double
ATNLV()
Returns the value of theATNLV
record component.double
ATNRT()
Returns the value of theATNRT
record component.double
ATNST()
Returns the value of theATNST
record component.double
ATP()
Returns the value of theATP
record component.double
ATPLV()
Returns the value of theATPLV
record component.double
ATPRT()
Returns the value of theATPRT
record component.double
ATPST()
Returns the value of theATPST
record component.final boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.final String
toString()
Returns a string representation of this record class.
-
Constructor Details
-
NTRLOCResult
public NTRLOCResult(double ATNLV, double ATNST, double ATNRT, double ATN, double ATPLV, double ATPST, double ATPRT, double ATP, double ATKLV, double ATKST, double ATKRT, double ATK) Creates an instance of aNTRLOCResult
record class.- Parameters:
ATNLV
- the value for theATNLV
record componentATNST
- the value for theATNST
record componentATNRT
- the value for theATNRT
record componentATN
- the value for theATN
record componentATPLV
- the value for theATPLV
record componentATPST
- the value for theATPST
record componentATPRT
- the value for theATPRT
record componentATP
- the value for theATP
record componentATKLV
- the value for theATKLV
record componentATKST
- the value for theATKST
record componentATKRT
- the value for theATKRT
record componentATK
- the value for theATK
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 '=='. -
ATNLV
public double ATNLV()Returns the value of theATNLV
record component.- Returns:
- the value of the
ATNLV
record component
-
ATNST
public double ATNST()Returns the value of theATNST
record component.- Returns:
- the value of the
ATNST
record component
-
ATNRT
public double ATNRT()Returns the value of theATNRT
record component.- Returns:
- the value of the
ATNRT
record component
-
ATN
public double ATN()Returns the value of theATN
record component.- Returns:
- the value of the
ATN
record component
-
ATPLV
public double ATPLV()Returns the value of theATPLV
record component.- Returns:
- the value of the
ATPLV
record component
-
ATPST
public double ATPST()Returns the value of theATPST
record component.- Returns:
- the value of the
ATPST
record component
-
ATPRT
public double ATPRT()Returns the value of theATPRT
record component.- Returns:
- the value of the
ATPRT
record component
-
ATP
public double ATP()Returns the value of theATP
record component.- Returns:
- the value of the
ATP
record component
-
ATKLV
public double ATKLV()Returns the value of theATKLV
record component.- Returns:
- the value of the
ATKLV
record component
-
ATKST
public double ATKST()Returns the value of theATKST
record component.- Returns:
- the value of the
ATKST
record component
-
ATKRT
public double ATKRT()Returns the value of theATKRT
record component.- Returns:
- the value of the
ATKRT
record component
-
ATK
public double ATK()Returns the value of theATK
record component.- Returns:
- the value of the
ATK
record component
-