Click or drag to resize

MatchRecognizeRegExPermutation Class

Interface representing a permutation expression for use in match-recognize.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaMatchRecognizeRegEx
    com.espertech.esper.common.client.sodaMatchRecognizeRegExPermutation

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

The MatchRecognizeRegExPermutation type exposes the following members.

Constructors
  NameDescription
Public methodMatchRecognizeRegExPermutation
Initializes a new instance of the MatchRecognizeRegExPermutation class
Top
Properties
  NameDescription
Public propertyChildren
Returns child nodes.
(Inherited from MatchRecognizeRegEx.)
Public propertyTreeObjectName
Returns id of expression assigned by tools.
(Inherited from MatchRecognizeRegEx.)
Top
Methods
See Also