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
ConstructorsConstructorDescriptionNTRLOCResult(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 aNTRLOCResultrecord class. -
Method Summary
Modifier and TypeMethodDescriptiondoubleATK()Returns the value of theATKrecord component.doubleATKLV()Returns the value of theATKLVrecord component.doubleATKRT()Returns the value of theATKRTrecord component.doubleATKST()Returns the value of theATKSTrecord component.doubleATN()Returns the value of theATNrecord component.doubleATNLV()Returns the value of theATNLVrecord component.doubleATNRT()Returns the value of theATNRTrecord component.doubleATNST()Returns the value of theATNSTrecord component.doubleATP()Returns the value of theATPrecord component.doubleATPLV()Returns the value of theATPLVrecord component.doubleATPRT()Returns the value of theATPRTrecord component.doubleATPST()Returns the value of theATPSTrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.final StringtoString()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 aNTRLOCResultrecord class.- Parameters:
ATNLV- the value for theATNLVrecord componentATNST- the value for theATNSTrecord componentATNRT- the value for theATNRTrecord componentATN- the value for theATNrecord componentATPLV- the value for theATPLVrecord componentATPST- the value for theATPSTrecord componentATPRT- the value for theATPRTrecord componentATP- the value for theATPrecord componentATKLV- the value for theATKLVrecord componentATKST- the value for theATKSTrecord componentATKRT- the value for theATKRTrecord componentATK- the value for theATKrecord 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 theATNLVrecord component.- Returns:
- the value of the
ATNLVrecord component
-
ATNST
public double ATNST()Returns the value of theATNSTrecord component.- Returns:
- the value of the
ATNSTrecord component
-
ATNRT
public double ATNRT()Returns the value of theATNRTrecord component.- Returns:
- the value of the
ATNRTrecord component
-
ATN
public double ATN()Returns the value of theATNrecord component.- Returns:
- the value of the
ATNrecord component
-
ATPLV
public double ATPLV()Returns the value of theATPLVrecord component.- Returns:
- the value of the
ATPLVrecord component
-
ATPST
public double ATPST()Returns the value of theATPSTrecord component.- Returns:
- the value of the
ATPSTrecord component
-
ATPRT
public double ATPRT()Returns the value of theATPRTrecord component.- Returns:
- the value of the
ATPRTrecord component
-
ATP
public double ATP()Returns the value of theATPrecord component.- Returns:
- the value of the
ATPrecord component
-
ATKLV
public double ATKLV()Returns the value of theATKLVrecord component.- Returns:
- the value of the
ATKLVrecord component
-
ATKST
public double ATKST()Returns the value of theATKSTrecord component.- Returns:
- the value of the
ATKSTrecord component
-
ATKRT
public double ATKRT()Returns the value of theATKRTrecord component.- Returns:
- the value of the
ATKRTrecord component
-
ATK
public double ATK()Returns the value of theATKrecord component.- Returns:
- the value of the
ATKrecord component
-