Package org.drip.function.definition
Class R1PropertyVerification
java.lang.Object
org.drip.function.definition.R1PropertyVerification
public class R1PropertyVerification
extends java.lang.Object
R1PropertyVerification evaluates the Specified Pair of Rx To R1 Functions,
and holds the Verification Status.
- Module = Computational Core Module
- Library = Numerical Analysis Library
- Project = Rd To Rd Function Analysis
- Package = Function Implementation Ancillary Support Objects
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description R1PropertyVerification(double lValue, double rValue, boolean verified)
R1PropertyVerification Constructor -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
R1PropertyVerification
public R1PropertyVerification(double lValue, double rValue, boolean verified) throws java.lang.ExceptionR1PropertyVerification Constructor- Parameters:
lValue
- LHS ValuerValue
- RHS Valueverified
- TRUE - The Verification Passes- Throws:
java.lang.Exception
- Thrown if the Inputs are Invalid
-
-
Method Details
-
lValue
public double lValue()Retrieve the LHS Value- Returns:
- The LHS Value
-
rValue
public double rValue()Retrieve the RHS Value- Returns:
- The RHS Value
-
verified
public boolean verified()Retrieve the Verification Flag- Returns:
- The Verification Flag
-