| Package | Description |
|---|---|
| io.openvalidation.common.ast | |
| io.openvalidation.common.ast.condition | |
| io.openvalidation.common.unittesting.astassertion |
| Modifier and Type | Method and Description |
|---|---|
List<ASTCondition> |
ASTVariable.getAllConditions() |
List<ASTCondition> |
ASTItem.getAllConditions() |
List<ASTCondition> |
ASTRule.getAllConditions() |
List<ASTCondition> |
ASTModel.getAllConditions() |
| Modifier and Type | Method and Description |
|---|---|
ASTCondition |
ASTCondition.resolveImplicitBooleanCondition() |
ASTCondition |
ASTCondition.setLeftOperand(ASTOperandBase leftOperand) |
ASTCondition |
ASTCondition.setOperator(ASTComparisonOperator operator) |
ASTCondition |
ASTCondition.setRightOperand(ASTOperandBase rightOperand) |
| Modifier and Type | Method and Description |
|---|---|
List<ASTCondition> |
ASTConditionGroup.filterConditions() |
List<ASTCondition> |
ASTConditionGroup.getAllConditions() |
List<ASTCondition> |
ASTCondition.getAllConditions() |
| Modifier and Type | Method and Description |
|---|---|
void |
ASTConditionGroup.addConditions(List<ASTCondition> conditions) |
| Constructor and Description |
|---|
ConditionAssertion(ASTCondition item,
ASTModel ast,
ASTAssertionBase parent) |
ConditionAssertion(ASTCondition item,
int index,
ASTModel ast,
ASTAssertionBase parent) |
Copyright © 2020. All rights reserved.