public class Rules extends Object
| Constructor and Description |
|---|
Rules() |
Rules(LogicalOperator logicalOperator) |
Rules(Object leftObject,
Operator operator,
Object rightObject) |
Rules(Rule rule) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRule(Object leftObject,
Operator operator,
Object rightObject) |
void |
addRule(Rule rule) |
void |
addSubRules(Rules rules) |
List<Object> |
getMatchRules() |
String |
toJsonString() |
public Rules()
public Rules(Rule rule)
public Rules(LogicalOperator logicalOperator)
Copyright © 2021. All rights reserved.