Interface RuleOperator
-
- All Known Implementing Classes:
RuleExpression.ValueOperator
,RuleMultiExpression.BoolOperator
public interface RuleOperator
Operators.- Author:
- npiedeloup
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]
authorizedString()
-
-
-
Method Detail
-
authorizedString
String[] authorizedString()
- Returns:
- List of authorized string for this operator
-
-