Record Class LintulCCFunctions.WATERBSimpleResult
java.lang.Object
java.lang.Record
net.simplace.sim.components.experimental.lintulcc.LintulCCFunctions.WATERBSimpleResult
- Enclosing class:
- LintulCCFunctions
-
Constructor Summary
ConstructorsConstructorDescriptionWATERBSimpleResult(double DSF1, double TWPAW) Creates an instance of aWATERBSimpleResultrecord class. -
Method Summary
Modifier and TypeMethodDescriptiondoubleDSF1()Returns the value of theDSF1record 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.doubleTWPAW()Returns the value of theTWPAWrecord component.
-
Constructor Details
-
WATERBSimpleResult
public WATERBSimpleResult(double DSF1, double TWPAW) Creates an instance of aWATERBSimpleResultrecord class.- Parameters:
DSF1- the value for theDSF1record componentTWPAW- the value for theTWPAWrecord 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 '=='. -
DSF1
public double DSF1()Returns the value of theDSF1record component.- Returns:
- the value of the
DSF1record component
-
TWPAW
public double TWPAW()Returns the value of theTWPAWrecord component.- Returns:
- the value of the
TWPAWrecord component
-