Record Class OryzaFunctions.SSKYC
java.lang.Object
java.lang.Record
net.simplace.sim.components.experimental.oryza.OryzaFunctions.SSKYC
- Enclosing class:
- OryzaFunctions
-
Constructor Summary
ConstructorsConstructorDescriptionSSKYC(double SINB, double RDPDR, double RDPDF) Creates an instance of aSSKYCrecord 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.doubleRDPDF()Returns the value of theRDPDFrecord component.doubleRDPDR()Returns the value of theRDPDRrecord component.doubleSINB()Returns the value of theSINBrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
SSKYC
public SSKYC(double SINB, double RDPDR, double RDPDF) Creates an instance of aSSKYCrecord class.- Parameters:
SINB- the value for theSINBrecord componentRDPDR- the value for theRDPDRrecord componentRDPDF- the value for theRDPDFrecord 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 '=='. -
SINB
public double SINB()Returns the value of theSINBrecord component.- Returns:
- the value of the
SINBrecord component
-
RDPDR
public double RDPDR()Returns the value of theRDPDRrecord component.- Returns:
- the value of the
RDPDRrecord component
-
RDPDF
public double RDPDF()Returns the value of theRDPDFrecord component.- Returns:
- the value of the
RDPDFrecord component
-