Record Class LintulFunctions.NDEMNDResult
java.lang.Object
java.lang.Record
net.simplace.sim.components.models.lintul5.LintulFunctions.NDEMNDResult
- Enclosing class:
- LintulFunctions
public static record LintulFunctions.NDEMNDResult(double NDEML, double NDEMS, double NDEMR, double NDEMSO, double NDEMTO, double PDEML, double PDEMS, double PDEMR, double PDEMSO, double PDEMTO, double KDEML, double KDEMS, double KDEMR, double KDEMSO, double KDEMTO)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionNDEMNDResult(double NDEML, double NDEMS, double NDEMR, double NDEMSO, double NDEMTO, double PDEML, double PDEMS, double PDEMR, double PDEMSO, double PDEMTO, double KDEML, double KDEMS, double KDEMR, double KDEMSO, double KDEMTO) Creates an instance of aNDEMNDResultrecord 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.doubleKDEML()Returns the value of theKDEMLrecord component.doubleKDEMR()Returns the value of theKDEMRrecord component.doubleKDEMS()Returns the value of theKDEMSrecord component.doubleKDEMSO()Returns the value of theKDEMSOrecord component.doubleKDEMTO()Returns the value of theKDEMTOrecord component.doubleNDEML()Returns the value of theNDEMLrecord component.doubleNDEMR()Returns the value of theNDEMRrecord component.doubleNDEMS()Returns the value of theNDEMSrecord component.doubleNDEMSO()Returns the value of theNDEMSOrecord component.doubleNDEMTO()Returns the value of theNDEMTOrecord component.doublePDEML()Returns the value of thePDEMLrecord component.doublePDEMR()Returns the value of thePDEMRrecord component.doublePDEMS()Returns the value of thePDEMSrecord component.doublePDEMSO()Returns the value of thePDEMSOrecord component.doublePDEMTO()Returns the value of thePDEMTOrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
NDEMNDResult
public NDEMNDResult(double NDEML, double NDEMS, double NDEMR, double NDEMSO, double NDEMTO, double PDEML, double PDEMS, double PDEMR, double PDEMSO, double PDEMTO, double KDEML, double KDEMS, double KDEMR, double KDEMSO, double KDEMTO) Creates an instance of aNDEMNDResultrecord class.- Parameters:
NDEML- the value for theNDEMLrecord componentNDEMS- the value for theNDEMSrecord componentNDEMR- the value for theNDEMRrecord componentNDEMSO- the value for theNDEMSOrecord componentNDEMTO- the value for theNDEMTOrecord componentPDEML- the value for thePDEMLrecord componentPDEMS- the value for thePDEMSrecord componentPDEMR- the value for thePDEMRrecord componentPDEMSO- the value for thePDEMSOrecord componentPDEMTO- the value for thePDEMTOrecord componentKDEML- the value for theKDEMLrecord componentKDEMS- the value for theKDEMSrecord componentKDEMR- the value for theKDEMRrecord componentKDEMSO- the value for theKDEMSOrecord componentKDEMTO- the value for theKDEMTOrecord 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 '=='. -
NDEML
public double NDEML()Returns the value of theNDEMLrecord component.- Returns:
- the value of the
NDEMLrecord component
-
NDEMS
public double NDEMS()Returns the value of theNDEMSrecord component.- Returns:
- the value of the
NDEMSrecord component
-
NDEMR
public double NDEMR()Returns the value of theNDEMRrecord component.- Returns:
- the value of the
NDEMRrecord component
-
NDEMSO
public double NDEMSO()Returns the value of theNDEMSOrecord component.- Returns:
- the value of the
NDEMSOrecord component
-
NDEMTO
public double NDEMTO()Returns the value of theNDEMTOrecord component.- Returns:
- the value of the
NDEMTOrecord component
-
PDEML
public double PDEML()Returns the value of thePDEMLrecord component.- Returns:
- the value of the
PDEMLrecord component
-
PDEMS
public double PDEMS()Returns the value of thePDEMSrecord component.- Returns:
- the value of the
PDEMSrecord component
-
PDEMR
public double PDEMR()Returns the value of thePDEMRrecord component.- Returns:
- the value of the
PDEMRrecord component
-
PDEMSO
public double PDEMSO()Returns the value of thePDEMSOrecord component.- Returns:
- the value of the
PDEMSOrecord component
-
PDEMTO
public double PDEMTO()Returns the value of thePDEMTOrecord component.- Returns:
- the value of the
PDEMTOrecord component
-
KDEML
public double KDEML()Returns the value of theKDEMLrecord component.- Returns:
- the value of the
KDEMLrecord component
-
KDEMS
public double KDEMS()Returns the value of theKDEMSrecord component.- Returns:
- the value of the
KDEMSrecord component
-
KDEMR
public double KDEMR()Returns the value of theKDEMRrecord component.- Returns:
- the value of the
KDEMRrecord component
-
KDEMSO
public double KDEMSO()Returns the value of theKDEMSOrecord component.- Returns:
- the value of the
KDEMSOrecord component
-
KDEMTO
public double KDEMTO()Returns the value of theKDEMTOrecord component.- Returns:
- the value of the
KDEMTOrecord component
-