|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.property.PropertyEvaluatorNested
public class PropertyEvaluatorNested
A property evaluator that considers nested properties and that considers where-clauses but does not consider select-clauses.
Constructor Summary | |
---|---|
PropertyEvaluatorNested(ContainedEventEval[] containedEventEvals,
FragmentEventType[] fragmentEventType,
ExprEvaluator[] whereClauses,
java.util.List<java.lang.String> expressionTexts)
Ctor. |
Method Summary | |
---|---|
boolean |
compareTo(PropertyEvaluator otherEval)
Compare to another property evaluator. |
EventType |
getFragmentEventType()
Returns the result type of the events generated by evaluating a property expression. |
EventBean[] |
getProperty(EventBean theEvent,
ExprEvaluatorContext exprEvaluatorContext)
Returns the result events based on property values, or null if none found. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyEvaluatorNested(ContainedEventEval[] containedEventEvals, FragmentEventType[] fragmentEventType, ExprEvaluator[] whereClauses, java.util.List<java.lang.String> expressionTexts)
containedEventEvals
- property getters or other evaluatorsfragmentEventType
- the fragmentswhereClauses
- the where clausesexpressionTexts
- the property names that are staggeredMethod Detail |
---|
public EventBean[] getProperty(EventBean theEvent, ExprEvaluatorContext exprEvaluatorContext)
PropertyEvaluator
getProperty
in interface PropertyEvaluator
theEvent
- to inspectexprEvaluatorContext
- expression evaluation context
public EventType getFragmentEventType()
PropertyEvaluator
getFragmentEventType
in interface PropertyEvaluator
public boolean compareTo(PropertyEvaluator otherEval)
PropertyEvaluator
compareTo
in interface PropertyEvaluator
otherEval
- other
|
© 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 |