Interface WithFormula

    • Method Detail

      • getCoefficients

        String getCoefficients()
      • setCoefficients

        void setCoefficients​(String coefficients)
      • getFormulaOneVariableName

        String getFormulaOneVariableName()
      • getFormulaTwoVariableName

        String getFormulaTwoVariableName()
      • setStartDate

        void setStartDate​(Date startDate)
      • setEndDate

        void setEndDate​(Date endDate)
      • getSource

        String getSource()
      • setSource

        void setSource​(String source)
      • getCoefficientNames

        default Set<String> getCoefficientNames()
      • getFormulaOne

        String getFormulaOne()
      • getFormulaTwo

        String getFormulaTwo()
      • revalidateFormulaOne

        default void revalidateFormulaOne()
      • isFormulaOneValid

        boolean isFormulaOneValid()
      • setFormulaOneValid

        void setFormulaOneValid​(boolean formulaOneValid)
      • isFormulaTwoValid

        boolean isFormulaTwoValid()
      • setFormulaTwoValid

        void setFormulaTwoValid​(boolean formulaTwoValid)
      • revalidateFormulaTwo

        default void revalidateFormulaTwo()
      • getCoefficientValue

        default Double getCoefficientValue​(String coefficientName)