public class ExprNodeAdapterMultiStreamNoTL extends ExprNodeAdapterMultiStream
Constructor and Description |
---|
ExprNodeAdapterMultiStreamNoTL(java.lang.String statementName,
ExprNode exprNode,
ExprEvaluatorContext evaluatorContext,
VariableService variableService,
EventBean[] prototype) |
Modifier and Type | Method and Description |
---|---|
boolean |
evaluate(EventBean theEvent)
Evaluate the boolean expression given the event as a stream zero event.
|
getExprNode, getStatementName
public ExprNodeAdapterMultiStreamNoTL(java.lang.String statementName, ExprNode exprNode, ExprEvaluatorContext evaluatorContext, VariableService variableService, EventBean[] prototype)
public boolean evaluate(EventBean theEvent)
ExprNodeAdapterBase
evaluate
in class ExprNodeAdapterMultiStream
theEvent
- is the stream zero event (current event)