[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

This class represents the state of a "and" operator in the evaluation state tree.

Namespace: net.esper.pattern
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public NotInheritable Class EvalAndStateNode _
	Inherits EvalStateNode _
	Implements Evaluator
C#
public sealed class EvalAndStateNode : EvalStateNode, Evaluator
Visual C++
public ref class EvalAndStateNode sealed : public EvalStateNode, Evaluator

Inheritance Hierarchy

System.Object
  net.esper.pattern.EvalStateNode
    net.esper.pattern.EvalAndStateNode