Record Class LintulCCFunctions.RSISOResult
java.lang.Object
java.lang.Record
net.simplace.sim.components.experimental.lintulcc.LintulCCFunctions.RSISOResult
- Enclosing class:
- LintulCCFunctions
-
Constructor Summary
ConstructorsConstructorDescriptionRSISOResult(double RSINK, double GRAINN, double SDWANT, double RWSO, double REMOB, int SWITCH, double CDSF1, double TFAC, Double[] PHEADW, Integer[] PHEDAE) Creates an instance of aRSISOResultrecord class. -
Method Summary
Modifier and TypeMethodDescriptiondoubleCDSF1()Returns the value of theCDSF1record component.final booleanIndicates whether some other object is "equal to" this one.doubleGRAINN()Returns the value of theGRAINNrecord component.final inthashCode()Returns a hash code value for this object.Double[]PHEADW()Returns the value of thePHEADWrecord component.Integer[]PHEDAE()Returns the value of thePHEDAErecord component.doubleREMOB()Returns the value of theREMOBrecord component.doubleRSINK()Returns the value of theRSINKrecord component.doubleRWSO()Returns the value of theRWSOrecord component.doubleSDWANT()Returns the value of theSDWANTrecord component.intSWITCH()Returns the value of theSWITCHrecord component.doubleTFAC()Returns the value of theTFACrecord component.final StringtoString()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 aRSISOResultrecord class.- Parameters:
RSINK- the value for theRSINKrecord componentGRAINN- the value for theGRAINNrecord componentSDWANT- the value for theSDWANTrecord componentRWSO- the value for theRWSOrecord componentREMOB- the value for theREMOBrecord componentSWITCH- the value for theSWITCHrecord componentCDSF1- the value for theCDSF1record componentTFAC- the value for theTFACrecord componentPHEADW- the value for thePHEADWrecord componentPHEDAE- the value for thePHEDAErecord 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 theRSINKrecord component.- Returns:
- the value of the
RSINKrecord component
-
GRAINN
public double GRAINN()Returns the value of theGRAINNrecord component.- Returns:
- the value of the
GRAINNrecord component
-
SDWANT
public double SDWANT()Returns the value of theSDWANTrecord component.- Returns:
- the value of the
SDWANTrecord component
-
RWSO
public double RWSO()Returns the value of theRWSOrecord component.- Returns:
- the value of the
RWSOrecord component
-
REMOB
public double REMOB()Returns the value of theREMOBrecord component.- Returns:
- the value of the
REMOBrecord component
-
SWITCH
public int SWITCH()Returns the value of theSWITCHrecord component.- Returns:
- the value of the
SWITCHrecord component
-
CDSF1
public double CDSF1()Returns the value of theCDSF1record component.- Returns:
- the value of the
CDSF1record component
-
TFAC
public double TFAC()Returns the value of theTFACrecord component.- Returns:
- the value of the
TFACrecord component
-
PHEADW
Returns the value of thePHEADWrecord component.- Returns:
- the value of the
PHEADWrecord component
-
PHEDAE
Returns the value of thePHEDAErecord component.- Returns:
- the value of the
PHEDAErecord component
-