Record Class OryzaFunctions.WSTRESS
java.lang.Object
java.lang.Record
net.simplace.sim.components.experimental.oryza.OryzaFunctions.WSTRESS
- Enclosing class:
- OryzaFunctions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleCPEW()Returns the value of theCPEWrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.doubleLDSTRS()Returns the value of theLDSTRSrecord component.doubleLESTRS()Returns the value of theLESTRSrecord component.doubleLRSTRS()Returns the value of theLRSTRSrecord component.doublePCEW()Returns the value of thePCEWrecord component.final StringtoString()Returns a string representation of this record class.doubleTRW()Returns the value of theTRWrecord component.Double[]TRWL()Returns the value of theTRWLrecord component.
-
Constructor Details
-
WSTRESS
public WSTRESS(double TRW, Double[] TRWL, double LRSTRS, double LDSTRS, double LESTRS, double PCEW, double CPEW) Creates an instance of aWSTRESSrecord class.- Parameters:
TRW- the value for theTRWrecord componentTRWL- the value for theTRWLrecord componentLRSTRS- the value for theLRSTRSrecord componentLDSTRS- the value for theLDSTRSrecord componentLESTRS- the value for theLESTRSrecord componentPCEW- the value for thePCEWrecord componentCPEW- the value for theCPEWrecord 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 theTRWrecord component.- Returns:
- the value of the
TRWrecord component
-
TRWL
Returns the value of theTRWLrecord component.- Returns:
- the value of the
TRWLrecord component
-
LRSTRS
public double LRSTRS()Returns the value of theLRSTRSrecord component.- Returns:
- the value of the
LRSTRSrecord component
-
LDSTRS
public double LDSTRS()Returns the value of theLDSTRSrecord component.- Returns:
- the value of the
LDSTRSrecord component
-
LESTRS
public double LESTRS()Returns the value of theLESTRSrecord component.- Returns:
- the value of the
LESTRSrecord component
-
PCEW
public double PCEW()Returns the value of thePCEWrecord component.- Returns:
- the value of the
PCEWrecord component
-
CPEW
public double CPEW()Returns the value of theCPEWrecord component.- Returns:
- the value of the
CPEWrecord component
-