Interface ModelParallelCalculationFormulaItemContext.CalculationItem

All Known Subinterfaces:
ModelParallelCalculationFormulaSummaryContext.CalculationItem
Enclosing interface:
ModelParallelCalculationFormulaItemContext

public static interface ModelParallelCalculationFormulaItemContext.CalculationItem
  • Method Details

    • key

      String key()
      Returns:
      the unique key of this item
      Since:
      9.0 Hurricane
    • inputs

      Map<String,Object> inputs()
      Returns:
      the inputs of this item
      Since:
      9.0 Hurricane