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.

Author:
Lakshmi Krishnamurthy
  • Constructor Summary

    Constructors
    Constructor Description
    R1PropertyVerification​(double lValue, double rValue, boolean verified)
    R1PropertyVerification Constructor
  • Method Summary

    Modifier and Type Method Description
    double lValue()
    Retrieve the LHS Value
    double rValue()
    Retrieve the RHS Value
    boolean verified()
    Retrieve the Verification Flag

    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.Exception
      R1PropertyVerification Constructor
      Parameters:
      lValue - LHS Value
      rValue - RHS Value
      verified - 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