[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 followed-by operator in the evaluation state tree.

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

Syntax

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

Inheritance Hierarchy

System.Object
  net.esper.pattern.EvalStateNode
    net.esper.pattern.EvalFollowedByStateNode