| 类 | 说明 |
|---|---|
| AbstractCondition | |
| AndCondition |
complex condition composed by logical AND
|
| ConditionFactory | |
| NotCondition | |
| OrCondition |
complex condition composed by logical AND/OR
|
| RangeCondition<T> |
range condition without complex logic
|
| RelativeCondition |
relative condition without complex logic
for datapoint of struct type, simple condition can between two items, eg: name > anotherName
|
| SimpleCondition<T> |
simple condition without complex logic
for datapoint of struct type, simple condition can between two items, eg: name > anotherName
|
| 枚举 | 说明 |
|---|---|
| ConditionType |
Copyright © 2022. All rights reserved.