com.espertech.esper.epl.spec
Class ContextDetailConditionPattern

java.lang.Object
  extended by com.espertech.esper.epl.spec.ContextDetailConditionPattern
All Implemented Interfaces:
ContextDetailCondition, java.io.Serializable

public class ContextDetailConditionPattern
extends java.lang.Object
implements ContextDetailCondition

See Also:
Serialized Form

Constructor Summary
ContextDetailConditionPattern(EvalFactoryNode patternRaw, boolean inclusive)
           
 
Method Summary
 java.util.List<FilterSpecCompiled> getFilterSpecIfAny()
           
 PatternStreamSpecCompiled getPatternCompiled()
           
 EvalFactoryNode getPatternRaw()
           
 boolean isInclusive()
           
 void setPatternCompiled(PatternStreamSpecCompiled patternCompiled)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextDetailConditionPattern

public ContextDetailConditionPattern(EvalFactoryNode patternRaw,
                                     boolean inclusive)
Method Detail

getPatternRaw

public EvalFactoryNode getPatternRaw()

getPatternCompiled

public PatternStreamSpecCompiled getPatternCompiled()

setPatternCompiled

public void setPatternCompiled(PatternStreamSpecCompiled patternCompiled)

isInclusive

public boolean isInclusive()

getFilterSpecIfAny

public java.util.List<FilterSpecCompiled> getFilterSpecIfAny()
Specified by:
getFilterSpecIfAny in interface ContextDetailCondition

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