Record Class LintulCCFunctions.RSISOResult
java.lang.Object
java.lang.Record
net.simplace.sim.components.experimental.lintulcc.LintulCCFunctions.RSISOResult
- Enclosing class:
- LintulCCFunctions
-
Constructor Summary
ConstructorDescriptionRSISOResult
(double RSINK, double GRAINN, double SDWANT, double RWSO, double REMOB, int SWITCH, double CDSF1, double TFAC, Double[] PHEADW, Integer[] PHEDAE) Creates an instance of aRSISOResult
record class. -
Method Summary
Modifier and TypeMethodDescriptiondouble
CDSF1()
Returns the value of theCDSF1
record component.final boolean
Indicates whether some other object is "equal to" this one.double
GRAINN()
Returns the value of theGRAINN
record component.final int
hashCode()
Returns a hash code value for this object.Double[]
PHEADW()
Returns the value of thePHEADW
record component.Integer[]
PHEDAE()
Returns the value of thePHEDAE
record component.double
REMOB()
Returns the value of theREMOB
record component.double
RSINK()
Returns the value of theRSINK
record component.double
RWSO()
Returns the value of theRWSO
record component.double
SDWANT()
Returns the value of theSDWANT
record component.int
SWITCH()
Returns the value of theSWITCH
record component.double
TFAC()
Returns the value of theTFAC
record component.final String
toString()
Returns a string representation of this record class.
-
Constructor Details
-
RSISOResult
public RSISOResult(double RSINK, double GRAINN, double SDWANT, double RWSO, double REMOB, int SWITCH, double CDSF1, double TFAC, Double[] PHEADW, Integer[] PHEDAE) Creates an instance of aRSISOResult
record class.- Parameters:
RSINK
- the value for theRSINK
record componentGRAINN
- the value for theGRAINN
record componentSDWANT
- the value for theSDWANT
record componentRWSO
- the value for theRWSO
record componentREMOB
- the value for theREMOB
record componentSWITCH
- the value for theSWITCH
record componentCDSF1
- the value for theCDSF1
record componentTFAC
- the value for theTFAC
record componentPHEADW
- the value for thePHEADW
record componentPHEDAE
- the value for thePHEDAE
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. Reference components are compared withObjects::equals(Object,Object)
; primitive components are compared with '=='. -
RSINK
public double RSINK()Returns the value of theRSINK
record component.- Returns:
- the value of the
RSINK
record component
-
GRAINN
public double GRAINN()Returns the value of theGRAINN
record component.- Returns:
- the value of the
GRAINN
record component
-
SDWANT
public double SDWANT()Returns the value of theSDWANT
record component.- Returns:
- the value of the
SDWANT
record component
-
RWSO
public double RWSO()Returns the value of theRWSO
record component.- Returns:
- the value of the
RWSO
record component
-
REMOB
public double REMOB()Returns the value of theREMOB
record component.- Returns:
- the value of the
REMOB
record component
-
SWITCH
public int SWITCH()Returns the value of theSWITCH
record component.- Returns:
- the value of the
SWITCH
record component
-
CDSF1
public double CDSF1()Returns the value of theCDSF1
record component.- Returns:
- the value of the
CDSF1
record component
-
TFAC
public double TFAC()Returns the value of theTFAC
record component.- Returns:
- the value of the
TFAC
record component
-
PHEADW
Returns the value of thePHEADW
record component.- Returns:
- the value of the
PHEADW
record component
-
PHEDAE
Returns the value of thePHEDAE
record component.- Returns:
- the value of the
PHEDAE
record component
-