Interface RuleItemModel

    • Method Detail

      • getParameters

        java.util.Map<java.lang.String,​ParameterModel> getParameters()
        Returns parameters of the Rule Item.
        Returns:
        Map where keys are identifiers of the parameters (returned by ParameterModel.getId() and the values are the ParameterModel itself.