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
ConstructorDescriptionNDEMNDResult
(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 aNDEMNDResult
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
KDEML()
Returns the value of theKDEML
record component.double
KDEMR()
Returns the value of theKDEMR
record component.double
KDEMS()
Returns the value of theKDEMS
record component.double
KDEMSO()
Returns the value of theKDEMSO
record component.double
KDEMTO()
Returns the value of theKDEMTO
record component.double
NDEML()
Returns the value of theNDEML
record component.double
NDEMR()
Returns the value of theNDEMR
record component.double
NDEMS()
Returns the value of theNDEMS
record component.double
NDEMSO()
Returns the value of theNDEMSO
record component.double
NDEMTO()
Returns the value of theNDEMTO
record component.double
PDEML()
Returns the value of thePDEML
record component.double
PDEMR()
Returns the value of thePDEMR
record component.double
PDEMS()
Returns the value of thePDEMS
record component.double
PDEMSO()
Returns the value of thePDEMSO
record component.double
PDEMTO()
Returns the value of thePDEMTO
record component.final String
toString()
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 aNDEMNDResult
record class.- Parameters:
NDEML
- the value for theNDEML
record componentNDEMS
- the value for theNDEMS
record componentNDEMR
- the value for theNDEMR
record componentNDEMSO
- the value for theNDEMSO
record componentNDEMTO
- the value for theNDEMTO
record componentPDEML
- the value for thePDEML
record componentPDEMS
- the value for thePDEMS
record componentPDEMR
- the value for thePDEMR
record componentPDEMSO
- the value for thePDEMSO
record componentPDEMTO
- the value for thePDEMTO
record componentKDEML
- the value for theKDEML
record componentKDEMS
- the value for theKDEMS
record componentKDEMR
- the value for theKDEMR
record componentKDEMSO
- the value for theKDEMSO
record componentKDEMTO
- the value for theKDEMTO
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 '=='. -
NDEML
public double NDEML()Returns the value of theNDEML
record component.- Returns:
- the value of the
NDEML
record component
-
NDEMS
public double NDEMS()Returns the value of theNDEMS
record component.- Returns:
- the value of the
NDEMS
record component
-
NDEMR
public double NDEMR()Returns the value of theNDEMR
record component.- Returns:
- the value of the
NDEMR
record component
-
NDEMSO
public double NDEMSO()Returns the value of theNDEMSO
record component.- Returns:
- the value of the
NDEMSO
record component
-
NDEMTO
public double NDEMTO()Returns the value of theNDEMTO
record component.- Returns:
- the value of the
NDEMTO
record component
-
PDEML
public double PDEML()Returns the value of thePDEML
record component.- Returns:
- the value of the
PDEML
record component
-
PDEMS
public double PDEMS()Returns the value of thePDEMS
record component.- Returns:
- the value of the
PDEMS
record component
-
PDEMR
public double PDEMR()Returns the value of thePDEMR
record component.- Returns:
- the value of the
PDEMR
record component
-
PDEMSO
public double PDEMSO()Returns the value of thePDEMSO
record component.- Returns:
- the value of the
PDEMSO
record component
-
PDEMTO
public double PDEMTO()Returns the value of thePDEMTO
record component.- Returns:
- the value of the
PDEMTO
record component
-
KDEML
public double KDEML()Returns the value of theKDEML
record component.- Returns:
- the value of the
KDEML
record component
-
KDEMS
public double KDEMS()Returns the value of theKDEMS
record component.- Returns:
- the value of the
KDEMS
record component
-
KDEMR
public double KDEMR()Returns the value of theKDEMR
record component.- Returns:
- the value of the
KDEMR
record component
-
KDEMSO
public double KDEMSO()Returns the value of theKDEMSO
record component.- Returns:
- the value of the
KDEMSO
record component
-
KDEMTO
public double KDEMTO()Returns the value of theKDEMTO
record component.- Returns:
- the value of the
KDEMTO
record component
-