com.espertech.esper.pattern
Class EvalEveryFactoryNode

java.lang.Object
  extended by com.espertech.esper.pattern.EvalNodeFactoryBase
      extended by com.espertech.esper.pattern.EvalEveryFactoryNode
All Implemented Interfaces:
EvalFactoryNode, java.io.Serializable

public class EvalEveryFactoryNode
extends EvalNodeFactoryBase

This class represents an 'every' operator in the evaluation tree representing an event expression.

See Also:
Serialized Form

Constructor Summary
protected EvalEveryFactoryNode()
          Ctor.
 
Method Summary
 boolean isFilterChildNonQuitting()
           
 boolean isStateful()
           
 EvalNode makeEvalNode(PatternAgentInstanceContext agentInstanceContext)
           
 java.lang.String toString()
           
 
Methods inherited from class com.espertech.esper.pattern.EvalNodeFactoryBase
addChildNode, addChildNodes, getChildNodes, getFactoryNodeId, setFactoryNodeId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EvalEveryFactoryNode

protected EvalEveryFactoryNode()
Ctor.

Method Detail

makeEvalNode

public EvalNode makeEvalNode(PatternAgentInstanceContext agentInstanceContext)
Specified by:
makeEvalNode in interface EvalFactoryNode
Specified by:
makeEvalNode in class EvalNodeFactoryBase

toString

public final java.lang.String toString()
Overrides:
toString in class java.lang.Object

isFilterChildNonQuitting

public boolean isFilterChildNonQuitting()

isStateful

public boolean isStateful()

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