| Interface | Description |
|---|---|
| BooleanExpression |
Common interface for all types of boolean expressions
|
| BooleanExpressionVisitor |
Visitor interface for a
BooleanTerm |
| ValueExpression | |
| ValueExpressionVisitor |
Visitor interface for a
BooleanTerm |
| Class | Description |
|---|---|
| AbstractBooleanExpression |
Abstract base class for all types of BooleanExpressions
|
| AbstractValueExpression |
Abstract base class for all types of value expressions
|
| And |
This class represents
|
| BooleanTerm | |
| Comparison | |
| Literal | |
| Not |
This class implements the logical unary NOT
|
| Or |
This class represents
|
| Value |
This class represents a concrete value link a number or a text.
|
| Enum | Description |
|---|---|
| ComparisonOperator |
This enum represents the different types of
Comparisons that can be
used in Expressions. |
Copyright © 2018. All rights reserved.