Record Class OryzaFunctions.SVPS1
java.lang.Object
java.lang.Record
net.simplace.sim.components.experimental.oryza.OryzaFunctions.SVPS1
- Enclosing class:
- OryzaFunctions
-
Constructor Summary
-
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.final String
toString()
Returns a string representation of this record class.double
VPS()
Returns the value of theVPS
record component.double
VPSL()
Returns the value of theVPSL
record component.
-
Constructor Details
-
SVPS1
public SVPS1(double VPS, double VPSL) Creates an instance of aSVPS1
record class.- Parameters:
VPS
- the value for theVPS
record componentVPSL
- the value for theVPSL
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 '=='. -
VPS
public double VPS()Returns the value of theVPS
record component.- Returns:
- the value of the
VPS
record component
-
VPSL
public double VPSL()Returns the value of theVPSL
record component.- Returns:
- the value of the
VPSL
record component
-