public class GreaterExpression extends BinaryExpression<Boolean>
Expression that evaluates if the first term is greater than the second.symbol, term1, term2| Constructor and Description |
|---|
GreaterExpression(Expression<?> term1,
Expression<?> term2) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
evaluate(org.databene.commons.Context context) |
getSourceExpressions, isConstant, toStringpublic GreaterExpression(Expression<?> term1, Expression<?> term2)
public Boolean evaluate(org.databene.commons.Context context)
Copyright © 2011–2014 Volker Bergmann. All rights reserved.