[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
This class represents the state of a "or" operator in the evaluation state tree.
Namespace: net.esper.pattern
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public NotInheritable Class EvalOrStateNode _ Inherits EvalStateNode _ Implements Evaluator |
C# |
---|
public sealed class EvalOrStateNode : EvalStateNode, Evaluator |
Visual C++ |
---|
public ref class EvalOrStateNode sealed : public EvalStateNode, Evaluator |