| 程序包 | 说明 |
|---|---|
| com.envisioniot.enos.event_service.vo.condition |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AndCondition
complex condition composed by logical AND
|
class |
NotCondition |
class |
OrCondition
complex condition composed by logical AND/OR
|
class |
RangeCondition<T>
range condition without complex logic
|
class |
RelativeCondition
relative condition without complex logic
for datapoint of struct type, simple condition can between two items, eg: name > anotherName
|
class |
SimpleCondition<T>
simple condition without complex logic
for datapoint of struct type, simple condition can between two items, eg: name > anotherName
|
| 限定符和类型 | 方法和说明 |
|---|---|
AbstractCondition |
NotCondition.getCondition() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<AbstractCondition> |
AndCondition.getConditionList() |
List<AbstractCondition> |
OrCondition.getConditionList() |
| 限定符和类型 | 方法和说明 |
|---|---|
static NotCondition |
ConditionFactory.createNotCondition(AbstractCondition condition) |
void |
NotCondition.setCondition(AbstractCondition condition) |
| 限定符和类型 | 方法和说明 |
|---|---|
static AndCondition |
ConditionFactory.createAndCondition(List<AbstractCondition> conditions) |
static OrCondition |
ConditionFactory.createOrCondition(List<AbstractCondition> conditions) |
void |
AndCondition.setConditionList(List<AbstractCondition> conditionList) |
void |
OrCondition.setConditionList(List<AbstractCondition> conditionList) |
| 构造器和说明 |
|---|
NotCondition(AbstractCondition condition) |
| 构造器和说明 |
|---|
AndCondition(List<AbstractCondition> conditionList)
create logical all condition
|
OrCondition(List<AbstractCondition> conditionList)
create logical all condition
|
Copyright © 2022. All rights reserved.