public abstract class BooleanEvaluator extends ComplexEvaluator
Modifier and Type | Class and Description |
---|---|
static interface |
BooleanEvaluator.BooleanChecker |
static interface |
BooleanEvaluator.Checker |
static interface |
BooleanEvaluator.NullChecker |
static interface |
BooleanEvaluator.NumberChecker |
static interface |
BooleanEvaluator.StringChecker |
Modifier and Type | Field and Description |
---|---|
protected static long |
serialVersionUID |
constructingFactory, nodeId, streamContext, subEvaluators
Constructor and Description |
---|
BooleanEvaluator(StreamExpression expression,
StreamFactory factory) |
Modifier and Type | Method and Description |
---|---|
abstract Boolean |
evaluate(Tuple tuple) |
List<Object> |
evaluateAll(Tuple tuple) |
getStreamContext, setStreamContext, toExplanation, toExpression
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
evaluateOverContext
protected static final long serialVersionUID
public BooleanEvaluator(StreamExpression expression, StreamFactory factory) throws IOException
IOException
public abstract Boolean evaluate(Tuple tuple) throws IOException
IOException
public List<Object> evaluateAll(Tuple tuple) throws IOException
IOException
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.