|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.spec.FilterSpecRaw
public class FilterSpecRaw
Filter definition in an un-validated and un-resolved form.
Event type and expression nodes in this filter specification are not yet validated, optimized for resolved against actual streams.
Constructor Summary | |
---|---|
FilterSpecRaw()
Default ctor. |
|
FilterSpecRaw(String eventTypeAlias,
List<ExprNode> filterExpressions)
Ctor. |
Method Summary | |
---|---|
String |
getEventTypeAlias()
Returns the event type alias of the events we are looking for. |
List<ExprNode> |
getFilterExpressions()
Returns the list of filter expressions. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FilterSpecRaw(String eventTypeAlias, List<ExprNode> filterExpressions)
eventTypeAlias
- is the name of the event typefilterExpressions
- is a list of expression nodes representing individual filter expressionspublic FilterSpecRaw()
Method Detail |
---|
public String getEventTypeAlias()
public List<ExprNode> getFilterExpressions()
|
© 2007 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 |