|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.filter.ExprNodeAdapterBase
com.espertech.esper.filter.ExprNodeAdapterBaseVariables
public class ExprNodeAdapterBaseVariables
Field Summary | |
---|---|
protected VariableService |
variableService
|
Fields inherited from class com.espertech.esper.filter.ExprNodeAdapterBase |
---|
evaluatorContext, exprNode, exprNodeEval, statementName |
Constructor Summary | |
---|---|
ExprNodeAdapterBaseVariables(java.lang.String statementName,
ExprNode exprNode,
ExprEvaluatorContext evaluatorContext,
VariableService variableService)
|
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 |
Field Detail |
---|
protected final VariableService variableService
Constructor Detail |
---|
public ExprNodeAdapterBaseVariables(java.lang.String statementName, ExprNode exprNode, ExprEvaluatorContext evaluatorContext, VariableService variableService)
Method Detail |
---|
public boolean evaluate(EventBean theEvent)
ExprNodeAdapterBase
evaluate
in class ExprNodeAdapterBase
theEvent
- is the stream zero event (current event)
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |