com.espertech.esper.filter
Class ExprNodeAdapterBaseWTableAccess

java.lang.Object
  extended by com.espertech.esper.filter.ExprNodeAdapterBase
      extended by com.espertech.esper.filter.ExprNodeAdapterBaseWTableAccess

public class ExprNodeAdapterBaseWTableAccess
extends ExprNodeAdapterBase


Field Summary
 
Fields inherited from class com.espertech.esper.filter.ExprNodeAdapterBase
evaluatorContext, exprNode, exprNodeEval, statementName
 
Constructor Summary
ExprNodeAdapterBaseWTableAccess(java.lang.String statementName, ExprNode exprNode, ExprEvaluatorContext evaluatorContext, ExprNodeAdapterBase evalBase, TableService tableService)
           
 
Method Summary
 boolean evaluate(EventBean theEvent)
          Evaluate the boolean expression given the event as a stream zero event.
 
Methods inherited from class com.espertech.esper.filter.ExprNodeAdapterBase
evaluatePerStream, getExprNode, getStatementName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExprNodeAdapterBaseWTableAccess

public ExprNodeAdapterBaseWTableAccess(java.lang.String statementName,
                                       ExprNode exprNode,
                                       ExprEvaluatorContext evaluatorContext,
                                       ExprNodeAdapterBase evalBase,
                                       TableService tableService)
Method Detail

evaluate

public boolean evaluate(EventBean theEvent)
Description copied from class: ExprNodeAdapterBase
Evaluate the boolean expression given the event as a stream zero event.

Overrides:
evaluate in class ExprNodeAdapterBase
Parameters:
theEvent - is the stream zero event (current event)
Returns:
boolean result of the expression

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com