Interface ICalculationInput

All Superinterfaces:
IResult

public interface ICalculationInput extends IResult
  • Method Details

    • getFormulas

      List<Formula> getFormulas()
      Returns:
      String that represent the formula to be calculated.
    • getCalculationResults

      default List<ICalculationResult> getCalculationResults()
      Returns:
      dependent calculation results of this input.