public class ConditionalOrExpression extends CompositeExpression<Object,Boolean>
Expression that combines the results of two other
boolean expressions with a logical OR.terms| Constructor and Description |
|---|
ConditionalOrExpression(String symbol,
Expression<Object>... terms) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
evaluate(org.databene.commons.Context context) |
String |
toString() |
addTerm, getSourceExpressions, getTerms, isConstantpublic ConditionalOrExpression(String symbol, Expression<Object>... terms)
Copyright © 2011–2014 Volker Bergmann. All rights reserved.