Interface RuleItemModel
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ActionModel,ConditionModel
The interface defines common methods for
ConditionModel and ActionModel.-
Method Summary
Modifier and TypeMethodDescriptionReturns parameters of the Rule Item.
-
Method Details
-
getParameters
Map<String,ParameterModel> getParameters()Returns parameters of the Rule Item.- Returns:
Mapwhere keys are identifiers of the parameters (returned byParameterModel.getId()and the values are the ParameterModel itself.
-