Click or drag to resize

MatchRecognizeRegExNested Class

Atom 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
    com.espertech.esper.common.client.sodaMatchRecognizeRegExNested

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

The MatchRecognizeRegExNested type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyChildren
Returns child nodes.
(Inherited from MatchRecognizeRegEx.)
Public propertyOptionalRepeat
Returns the repetition
Public propertyTreeObjectName
Returns id of expression assigned by tools.
(Inherited from MatchRecognizeRegEx.)
Public propertyType
Returns multiplicity.
Top
Methods
See Also