Click or drag to resize

MatchRecognizeRegEx Class

Interface representing an expression for use in match-recognize.

Event row regular expressions are organized into a tree-like structure with nodes representing sub-expressions.

Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaMatchRecognizeRegEx
    More...

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public abstract class MatchRecognizeRegEx

The MatchRecognizeRegEx type exposes the following members.

Constructors
  NameDescription
Protected methodMatchRecognizeRegEx
Ctor.
Top
Properties
  NameDescription
Public propertyChildren
Returns child nodes.
Public propertyTreeObjectName
Returns id of expression assigned by tools.
Top
Methods
  NameDescription
Public methodWriteEPL
Write EPL.
Top
See Also
Inheritance Hierarchy