Record Class OryzaFunctions.WSTRESS
java.lang.Object
java.lang.Record
net.simplace.sim.components.experimental.oryza.OryzaFunctions.WSTRESS
- Enclosing class:
- OryzaFunctions
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble
CPEW()
Returns the value of theCPEW
record component.final boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.double
LDSTRS()
Returns the value of theLDSTRS
record component.double
LESTRS()
Returns the value of theLESTRS
record component.double
LRSTRS()
Returns the value of theLRSTRS
record component.double
PCEW()
Returns the value of thePCEW
record component.final String
toString()
Returns a string representation of this record class.double
TRW()
Returns the value of theTRW
record component.Double[]
TRWL()
Returns the value of theTRWL
record component.
-
Constructor Details
-
WSTRESS
public WSTRESS(double TRW, Double[] TRWL, double LRSTRS, double LDSTRS, double LESTRS, double PCEW, double CPEW) Creates an instance of aWSTRESS
record class.- Parameters:
TRW
- the value for theTRW
record componentTRWL
- the value for theTRWL
record componentLRSTRS
- the value for theLRSTRS
record componentLDSTRS
- the value for theLDSTRS
record componentLESTRS
- the value for theLESTRS
record componentPCEW
- the value for thePCEW
record componentCPEW
- the value for theCPEW
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 '=='. -
TRW
public double TRW()Returns the value of theTRW
record component.- Returns:
- the value of the
TRW
record component
-
TRWL
Returns the value of theTRWL
record component.- Returns:
- the value of the
TRWL
record component
-
LRSTRS
public double LRSTRS()Returns the value of theLRSTRS
record component.- Returns:
- the value of the
LRSTRS
record component
-
LDSTRS
public double LDSTRS()Returns the value of theLDSTRS
record component.- Returns:
- the value of the
LDSTRS
record component
-
LESTRS
public double LESTRS()Returns the value of theLESTRS
record component.- Returns:
- the value of the
LESTRS
record component
-
PCEW
public double PCEW()Returns the value of thePCEW
record component.- Returns:
- the value of the
PCEW
record component
-
CPEW
public double CPEW()Returns the value of theCPEW
record component.- Returns:
- the value of the
CPEW
record component
-