| Package | Description |
|---|---|
| org.s1ck.gdl.model.comparables | |
| org.s1ck.gdl.model.predicates.expressions |
| Modifier and Type | Class and Description |
|---|---|
class |
ElementSelector
Used to compare elements (by id)
|
class |
Literal
Represents a literal like String, Integer, ...
|
class |
PropertySelector
Selects a property of a variable
|
| Modifier and Type | Method and Description |
|---|---|
ComparableExpression[] |
Comparison.getComparableExpressions()
Returns the left and right hand side values
|
| Constructor and Description |
|---|
Comparison(ComparableExpression lhs,
Comparator comparator,
ComparableExpression rhs)
Creates a new comparison operator
|
Copyright © 2017. All rights reserved.